George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-pkginfo
Commits:
d566f8cb by George Rawlinson at 2024-12-23T19:28:19+00:00
upgpkg: 1.12.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,20 @@
pkgbase = python-pkginfo
pkgdesc = Query metadata from sdists / bdists / installed packages
- pkgver = 1.11.2
- pkgrel = 2
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/pkginfo
arch = any
license = MIT
checkdepends = python-pytest
+ checkdepends = python-packaging
+ checkdepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source =
python-pkginfo-1.11.2.tar.gz::https://pypi.io/packages/source/p/pkginfo/pkginfo-1.11.2.tar.gz
- sha512sums =
2a7bb31a6d46bb28242fa668dc063c3e0be565ea2f011e051676779f530d2a206d595013512b12e4e10eb94cf522277347d085c8a8e29fe331d9049e370f2bdc
- b2sums =
4ff042c829bc123e3ccb5ab768f9cdee29f085037baa9a10c773f6c7bc544a089b6be6ec6c9caf4e4919305106c6ccfaa5f3bbcc8c3322bf4c088a1a0b3e2e3a
+ source =
python-pkginfo-1.12.0.tar.gz::https://pypi.io/packages/source/p/pkginfo/pkginfo-1.12.0.tar.gz
+ sha512sums =
871d85cfbc69380033dc071bfb32dc3da4a5c44fefda8c3be9c7ae5d8ed17f2800f82f9ce3b81e4c0ebb3a1956581093a1379d00a9eb6a42e0821253586aaceb
+ b2sums =
4a0e30c71c7ce283f16fb8595343ac7f473ce604e47a4863cc107cab96db1db9de0eb1c6ccd9430cea1eb6b94903f00356d75c5b9acfa50129d9c4c7ee24577d
pkgname = python-pkginfo
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgname=python-pkginfo
_pkgname="${pkgname#python-}"
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
pkgdesc='Query metadata from sdists / bdists / installed packages'
arch=('any')
url='https://pypi.python.org/pypi/pkginfo'
@@ -18,10 +18,14 @@ makedepends=(
'python-wheel'
'python-setuptools'
)
-checkdepends=('python-pytest')
+checkdepends=(
+ 'python-pytest'
+ 'python-packaging'
+ 'python-wheel'
+)
source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/p/pkginfo/pkginfo-$pkgver.tar.gz")
-sha512sums=('2a7bb31a6d46bb28242fa668dc063c3e0be565ea2f011e051676779f530d2a206d595013512b12e4e10eb94cf522277347d085c8a8e29fe331d9049e370f2bdc')
-b2sums=('4ff042c829bc123e3ccb5ab768f9cdee29f085037baa9a10c773f6c7bc544a089b6be6ec6c9caf4e4919305106c6ccfaa5f3bbcc8c3322bf4c088a1a0b3e2e3a')
+sha512sums=('871d85cfbc69380033dc071bfb32dc3da4a5c44fefda8c3be9c7ae5d8ed17f2800f82f9ce3b81e4c0ebb3a1956581093a1379d00a9eb6a42e0821253586aaceb')
+b2sums=('4a0e30c71c7ce283f16fb8595343ac7f473ce604e47a4863cc107cab96db1db9de0eb1c6ccd9430cea1eb6b94903f00356d75c5b9acfa50129d9c4c7ee24577d')
build() {
cd "$_pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pkginfo/-/commit/d566f8cbf22af2b7c29e472e3d175b5902055e97
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pkginfo/-/commit/d566f8cbf22af2b7c29e472e3d175b5902055e97
You're receiving this email because of your account on gitlab.archlinux.org.