diff --git a/testing/py3-us/APKBUILD b/testing/py3-us/APKBUILD index 030e06723cc..31996a59657 100644 --- a/testing/py3-us/APKBUILD +++ b/testing/py3-us/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter pkgname=py3-us _pkgname=us -pkgver=2.0.2 -pkgrel=5 +pkgver=3.1.1 +pkgrel=0 pkgdesc="US state meta information and other fun stuff" url="https://github.com/unitedstates/python-us" arch="noarch" @@ -30,5 +30,7 @@ package() { python3 setup.py install --skip-build --root="$pkgdir" } -sha512sums="0e6d814c248dbebbeb3f452989357150fedd1a5fe5a03e710ea742fb1001411b093d7494d4f4312cb3ff11d772de9419b6f7ce5779bfc96b5c762d75a96bd31d us-2.0.2.tar.gz -dd6598d28ed9e9e3457b74d4f8cbff91e8993aff43a4634e6277223e5245fc0ea2e66f39fa1227ffb96447fbdccd23c28c8fa6f153f1616e39e0fc69b25f5cf4 fix-requires.patch" +sha512sums=" +c74aebc6aa49afa8dc36d23b6d67c0d26294b8416d35b8c9b2e833b6c7fbb2d6f7d8983d56b7edaa129b94887c132043ebf02f3642e1a340f6fae889ee3d0e54 us-3.1.1.tar.gz +7178b90935c71692db8a90e235a05a0d23b5fafe22449713abb85dc24c2345ea1bab990532314632d5c86351666bf5ce687c59b9ec31355bbe17fdbd65d7e914 fix-requires.patch +" diff --git a/testing/py3-us/fix-requires.patch b/testing/py3-us/fix-requires.patch index e9572087b02..bcc7106ff5a 100644 --- a/testing/py3-us/fix-requires.patch +++ b/testing/py3-us/fix-requires.patch @@ -1,11 +1,13 @@ +diff --git a/setup.py b/setup.py +index 0566674..87e049b 100644 --- a/setup.py +++ b/setup.py -@@ -13,7 +13,7 @@ +@@ -13,7 +13,7 @@ setup( license="BSD", packages=find_packages(), include_package_data=True, -- install_requires=["jellyfish==0.6.1"], -+ install_requires=["jellyfish>=0.6.1"], +- install_requires=["jellyfish==0.11.2"], ++ install_requires=["jellyfish>=0.11.2"], entry_points={"console_scripts": ["states = us.cli.states:main"]}, platforms=["any"], classifiers=[