diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 20:49:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 20:49:39 -0300 |
commit | 5e9836bc5a686146d4eef09bd5a275cae364e9a7 (patch) | |
tree | 7288ebe1a501e62f13fb07ca0101a000e8e111c2 /main | |
parent | cd462c097d616943300a543a98e61e55f6751c32 (diff) | |
download | aports-5e9836bc5a686146d4eef09bd5a275cae364e9a7.tar.bz2 aports-5e9836bc5a686146d4eef09bd5a275cae364e9a7.tar.xz |
main/py3-setuptools: upgrade to 46.1.3
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-setuptools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD index 90ae762de2..1320de81b9 100644 --- a/main/py3-setuptools/APKBUILD +++ b/main/py3-setuptools/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-setuptools _pkgname=${pkgname#py3-} -pkgver=46.1.2 +pkgver=46.1.3 pkgrel=0 pkgdesc="Collection of enhancements to the Python3 distutils" options="!check" # Tests require packages out of main/ @@ -62,4 +62,4 @@ package() { # we don't provide a non-suffixed easy_install rm -f "$pkgdir"/usr/bin/easy_install } -sha512sums="c6359f5176eeb9d1b39d1e78f684312b372df64989d2f69a63148e27f7eb5f2c276d0359054fa315d77574567e7acfc6204e007a5b839336848bc1d559df7542 setuptools-46.1.2.tar.gz" +sha512sums="863dfde80d522c899102a51500b2ade49a6f80a7c41715dbcec7ed92681e24ad044bffb04c2c6673ccdc9865ad9749911fd0d598a1651a2d3ef0625b19425f55 setuptools-46.1.3.tar.gz" |