1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00

community/py3-pkginfo: upgrade to 1.9.6

This commit is contained in:
ptrcnull 2023-01-13 22:51:24 +01:00 committed by Jakub Jirutka
parent a79933c6d1
commit 2d3db2bc18
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=py3-pkginfo
pkgver=1.9.2
pkgver=1.9.6
pkgrel=0
pkgdesc="Parses metadata stored by distutils in PKG-INFO"
url="https://code.launchpad.net/~tseaver/pkginfo"
@ -28,7 +28,7 @@ package() {
}
sha512sums="
16eb4708040811a21184e5fff1bbbde775360718fa67df97f56c646381f6f1e58967920753437e5759e4d88c31a4f10c1e4d8be2380981939e51e4ee140dbeda pkginfo-1.9.2.tar.gz
07d9b8ce9965572b84ddced107aa1fcd2ed20a485580f87d667bd53508b0a8fc3aef2ca900bf8bb7fc075b95a81512920c4eef513c9ee6582d61b09968efee08 pkginfo-1.9.6.tar.gz
3eb9d1fe871b312f75b96158fa59f25a4533ac23873042776c129fa9489bc1e16883e4e2bef6401b283b8479b0cf86c4b49a5400c261ebea106bc01233881198 disable-failing-test.patch
8c3be311c43b2799da79b63993c322420b8b96e91e4d02a749cf9c8bf7e92833f47f857351f06ccb19e326f32ca4644161543f890574fe587264696c643f7b05 dont-package-tests.patch
7a5752ff90959db45c4285d4a79a8a643ea2d90e81d137792dd3b487191d74adab85969cae0041981e7ae164926c0226a413f615473fc2b82f84aa8b714caf80 dont-package-tests.patch
"

View file

@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
index a9b0089..3cf8802 100644
index 1dfa5f3..1ad6cd0 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
@ -8,6 +8,6 @@ index a9b0089..3cf8802 100644
},
- packages=['pkginfo', 'pkginfo.tests'],
+ packages=['pkginfo'],
package_data={'pkginfo': ['py.typed', '*.pyi']},
python_requires='>=3.6',
**extras
)