summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfelixonmars <felixonmars@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 06:51:32 +0000
committerfelixonmars <felixonmars@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 06:51:32 +0000
commitff7df77291c721b7448c7bd555fab6b6735d2ec2 (patch)
tree8dd1058769cad71e90b4635ff5c1b4939cb8b007
parentf7ca5066b078daf063dd5592746e08bd018be2ba (diff)
upgpkg: python-setuptools 1:41.6.0-1
git-svn-id: file:///srv/repos/svn-packages/svn@369690 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--python-setuptools/trunk/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-setuptools/trunk/PKGBUILD b/python-setuptools/trunk/PKGBUILD
index 163ef56152f..d3b506ca079 100644
--- a/python-setuptools/trunk/PKGBUILD
+++ b/python-setuptools/trunk/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-setuptools
pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.4.0
+pkgver=41.6.0
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -17,7 +17,7 @@ _checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
'pytest-runner' 'pytest-virtualenv' 'wheel')
checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz")
-sha512sums=('399512d01788a669248a68b1f1eccf940b9255a7ccdbfc0575abcbe9866477c2850260fd8fe8fc946cdb2687bbbcc493d963aa48e38b22e4264a1f2b68ed648c')
+sha512sums=('27dd6762afb7cc5cf302c4086d5142490d90fcba1d4886a6c9d3c7d4bf35cd7670081f103f6f6218b5fdce13a1c461ae7b9d917d0dc60669860e581f1945478a')
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0