diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-20 13:16:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-20 16:30:23 +0000 |
commit | 08ad30ae5971f0e0e3f4b1b96ed38e7dfd1a6302 (patch) | |
tree | 7dc1dddb037284d3c88d5dd121052cc5eec3830b /community/py3-itypes | |
parent | 6b0b48d89a68ef2d9dc5730713f69939b526ab68 (diff) | |
download | aports-08ad30ae5971f0e0e3f4b1b96ed38e7dfd1a6302.tar.bz2 aports-08ad30ae5971f0e0e3f4b1b96ed38e7dfd1a6302.tar.xz |
community/py3-itypes: upgrade to 1.2.0
Diffstat (limited to 'community/py3-itypes')
-rw-r--r-- | community/py3-itypes/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-itypes/APKBUILD b/community/py3-itypes/APKBUILD index 3b450416e7..7a1b905b49 100644 --- a/community/py3-itypes/APKBUILD +++ b/community/py3-itypes/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py3-itypes _pkgreal=itypes -pkgver=1.1.0 -pkgrel=4 +pkgver=1.2.0 +pkgrel=0 pkgdesc="Basic immutable container types for Python" url="https://github.com/tomchristie/itypes" arch="noarch" @@ -28,4 +28,4 @@ package() { python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" } -sha512sums="2f6dd5d655f1031059df8dcfd0a2f76875796a800144e887fb66cb5585949097edb6b9f5e973de2280f43cfeb25ab99d3ca428372fe239c8cd70f385304bcdd7 py3-itypes-1.1.0.tar.gz" +sha512sums="94421fa3f9ec7d18989332ca518607f09bd9d674e80bbca4a3c7324c20c3ae4e0679457e6a328e50ffe3d94c6db733f092798293133d42c1f07d959e0f837891 py3-itypes-1.2.0.tar.gz" |