Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-humanize
Commits:
d583af17 by Caleb Maclennan at 2025-02-14T23:20:30+03:00
upgpkg: 4.12.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-humanize
pkgdesc = Common humanization utilities for Python
- pkgver = 4.11.0
- pkgrel = 2
+ pkgver = 4.12.0
+ pkgrel = 1
url = https://github.com/python-humanize/humanize
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-humanize
makedepends = python-hatch-vcs
makedepends = python-hatchling
depends = python
- source =
https://pypi.python.org/packages/source/h/humanize/humanize-4.11.0.tar.gz
- sha256sums =
e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be
+ source =
https://pypi.python.org/packages/source/h/humanize/humanize-4.12.0.tar.gz
+ sha256sums =
87ff7b43591370b12a1d103c9405849d911d4b039ed22d80b718b62c76eec8a3
pkgname = python-humanize
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=humanize
pkgname=python-$_pkgname
-pkgver=4.11.0
-pkgrel=2
+pkgver=4.12.0
+pkgrel=1
pkgdesc='Common humanization utilities for Python'
arch=(any)
url="https://github.com/$pkgname/$_pkgname"
@@ -18,7 +18,7 @@ checkdepends=(python-coverage
python-pytest)
_archive="$_pkgname-$pkgver"
source=("https://pypi.python.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be')
+sha256sums=('87ff7b43591370b12a1d103c9405849d911d4b039ed22d80b718b62c76eec8a3')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanize/-/commit/d583af17f1e698207ea4ddc3b55dabe64bea6274
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanize/-/commit/d583af17f1e698207ea4ddc3b55dabe64bea6274
You're receiving this email because of your account on gitlab.archlinux.org.