diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-02-04 09:45:37 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-05 18:56:18 +0000 |
commit | ac324f6e0772f432a8bfb18793c501e2e959b5b1 (patch) | |
tree | 07e2d38125f14bff8758f461db6b137607bf32b4 /main/py-setuptools | |
parent | 348d0d0f26d48cd5221b62e02e1468a8610091c1 (diff) | |
download | aports-ac324f6e0772f432a8bfb18793c501e2e959b5b1.tar.bz2 aports-ac324f6e0772f432a8bfb18793c501e2e959b5b1.tar.xz |
main/py-setuptools: upgrade to 38.4.1
Diffstat (limited to 'main/py-setuptools')
-rw-r--r-- | main/py-setuptools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD index 1c6f5e951f..5c9e2ec250 100644 --- a/main/py-setuptools/APKBUILD +++ b/main/py-setuptools/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-setuptools _pkgname=${pkgname#py-} -pkgver=38.2.4 -pkgrel=4 +pkgver=38.4.1 +pkgrel=0 pkgdesc="A collection of enhancements to the Python distutils" url="https://pypi.python.org/pypi/setuptools" arch="noarch" @@ -53,4 +53,4 @@ _py3() { } -sha512sums="f06badd27f0b797482bf42314edb7ffde7fa80556825b0ef27b125a3fc876b9d2ec26bf2b540f88b39f52fb58536e762c5bef24d9a92115b5f5decdf01f00c6c setuptools-38.2.4.tar.gz" +sha512sums="96311703444118205ac2f47ea2277236bc3249ef60827a6329862abaf6289cc925e4f62bd46cdebe889d43195c26a06a5ce82b4583fd366febfda3cd0ceefb0c setuptools-38.4.1.tar.gz" |