Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-natsort
Commits: 49ffa6aa by Jelle van der Waa at 2024-04-04T11:47:43+02:00 upgpkg: 8.4.0-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = python-natsort + pkgdesc = Simple yet flexible natural sorting in Python + pkgver = 8.4.0 + pkgrel = 2 + url = https://github.com/SethMMorton/natsort + arch = any + license = MIT + checkdepends = python-hypothesis + checkdepends = python-pytest-mock + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + depends = python-typing_extensions + optdepends = python-fastnumbers: more efficient sorting + optdepends = python-pyicu: sort in locale dependant manner + source = https://files.pythonhosted.org/packages/source/n/natsort/natsort-8.4.0.tar.gz + sha512sums = a005abc0fe7ccbb58d1926698a841d90f7f3eac72f062044a6716f0676e0b0766f3e7e14867fb2a0ff1124deaf9796d096744d68b2f6eea001841abed49345c8 + b2sums = 924058bd0770866d7945edc7886c5d517bf6c886b85c09f7fb0c3f4e7e7e3678993b62bf905245569e36a4acc6437f80e8671f928837d5708d1fe318c7b83320 + +pkgname = python-natsort ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=natsort pkgname=python-natsort pkgver=8.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Simple yet flexible natural sorting in Python" arch=(any) url="https://github.com/SethMMorton/natsort" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-natsort/-/commit/49ffa6aad3a3cdcffd834eb635effa3bfbe85c09 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-natsort/-/commit/49ffa6aad3a3cdcffd834eb635effa3bfbe85c09 You're receiving this email because of your account on gitlab.archlinux.org.
