Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-tqdm


Commits:
87cf1fe1 by Robin Candau at 2024-05-03T09:48:39+02:00
upgpkg: 4.66.4-1: New upstream release + Fixes CVE-2024-34062
https://github.com/tqdm/tqdm/releases/tag/v4.66.4
https://github.com/tqdm/tqdm/security/advisories/GHSA-g7vv-2v7x-gj9p

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-tqdm
        pkgdesc = Fast, Extensible Progress Meter
-       pkgver = 4.66.2
-       pkgrel = 2
+       pkgver = 4.66.4
+       pkgrel = 1
        url = https://github.com/tqdm/tqdm
        arch = any
        license = MIT
@@ -24,6 +24,6 @@ pkgbase = python-tqdm
        depends = python
        optdepends = python-requests: telegram
        source = 
git+https://github.com/tqdm/tqdm.git#commit=cc372d09dcd5a5eabdc6ed4cf365bdb0be004d44
-       sha512sums = SKIP
+       sha512sums = 
092e2925f9fbca26080610f139308c29b79c446972fc08528853841e6a532404154c77698c8542aa6b7893ae345ed86f7d8b1e7d010f1a317b7358ac7819a11b
 
 pkgname = python-tqdm


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[python-tqdm]
+source = "github"
+github = "tqdm/tqdm"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
 # Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=python-tqdm
-pkgver=4.66.2
+pkgver=4.66.4
 _commit=cc372d09dcd5a5eabdc6ed4cf365bdb0be004d44
-pkgrel=2
+pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL-2.0')
@@ -14,7 +14,7 @@ optdepends=('python-requests: telegram')
 makedepends=('git' 'python-setuptools-scm' 'python-toml' 'python-build' 
'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk' 'python-keras')
 source=("git+https://github.com/tqdm/tqdm.git#commit=${_commit}";)
-sha512sums=('SKIP')
+sha512sums=('092e2925f9fbca26080610f139308c29b79c446972fc08528853841e6a532404154c77698c8542aa6b7893ae345ed86f7d8b1e7d010f1a317b7358ac7819a11b')
 
 build() {
   cd tqdm



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/87cf1fe10443e1106ad10b31099c733016238952

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/87cf1fe10443e1106ad10b31099c733016238952
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to