From 2d3db2bc18d19a08fb22b72d63493e70bee0b87e Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Fri, 13 Jan 2023 22:51:24 +0100 Subject: [PATCH] community/py3-pkginfo: upgrade to 1.9.6 --- community/py3-pkginfo/APKBUILD | 6 +++--- community/py3-pkginfo/dont-package-tests.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/community/py3-pkginfo/APKBUILD b/community/py3-pkginfo/APKBUILD index dfc441adada..60bccf00e3a 100644 --- a/community/py3-pkginfo/APKBUILD +++ b/community/py3-pkginfo/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka 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 " diff --git a/community/py3-pkginfo/dont-package-tests.patch b/community/py3-pkginfo/dont-package-tests.patch index 283f63dfe51..8b0e3827a35 100644 --- a/community/py3-pkginfo/dont-package-tests.patch +++ b/community/py3-pkginfo/dont-package-tests.patch @@ -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 - )