diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-06 20:30:39 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-06 22:20:11 -0300 |
| commit | d20c8dc11020b2ac9b996fbd06fdff163d5fcfaf (patch) | |
| tree | 83dc37a17d22cb1f04fd40f6db15c651949a6c33 | |
| parent | 67353329f011669ef97fa4cea83ad6b1c92fe0d0 (diff) | |
| download | aports-d20c8dc11020b2ac9b996fbd06fdff163d5fcfaf.tar.bz2 aports-d20c8dc11020b2ac9b996fbd06fdff163d5fcfaf.tar.xz | |
testing/py3-humanize: upgrade to 2.0.0
| -rw-r--r-- | testing/py3-humanize/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-humanize/APKBUILD b/testing/py3-humanize/APKBUILD index f4011b7e60..0268aec2cd 100644 --- a/testing/py3-humanize/APKBUILD +++ b/testing/py3-humanize/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=py3-humanize _pkgname=humanize -pkgver=1.0.0 +pkgver=2.0.0 pkgrel=0 pkgdesc="Python humanize functions" url="https://pypi.python.org/pypi/humanize" @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools py3-setuptools_scm" -checkdepends="py3-mock py3-freezegun" +checkdepends="py3-mock py3-freezegun py3-pytest" source="$_pkgname-$pkgver.tar.gz::https://github.com/jmoiron/humanize/archive/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver @@ -30,4 +30,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="bf8ec28e3e109a5a7c98c8fd515e3285c960bb532a672b2cc43998922e48a151baf3bada977f18affe4d5d1873ff7724f6eb024f5b2e860efa57a43a08924521 humanize-1.0.0.tar.gz" +sha512sums="95b3d400124ddf619d913fa6995bf07176b79dbfd55bd3f4c242b0493bf9c7d7c8c5a29a20d93aed161234e193925116370157b0ee5cf2ca3155cfad36ad63ea humanize-2.0.0.tar.gz" |
