From: Alexandru Ardelean Date: Tue, 13 Sep 2016 12:52:37 +0000 (+0300) Subject: python3-setuptools: upgrade to version 27.1.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7a3310439f19414b7fe2393249dbd85c30291123;p=feed%2Fpackages.git python3-setuptools: upgrade to version 27.1.2 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python3-setuptools/Makefile b/lang/python3-setuptools/Makefile index f8ff0a7a07..e8ca43b060 100644 --- a/lang/python3-setuptools/Makefile +++ b/lang/python3-setuptools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-setuptools -PKG_VERSION:=22.0.5 +PKG_VERSION:=27.1.2 PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/90/7a/b64d5804b6d1aebed1892e4df1c21bcb4f8480095ba8004e48999601119d/ -PKG_MD5SUM:=869f3029dcc66a64ba39875e2a2f044a +PKG_SOURCE_URL:=https://pypi.python.org/packages/7b/e7/d9b468ead9854ca55110325ce00ae6ee64d11b957cc5214aa5174738187e/ +PKG_MD5SUM:=75e60f2aee3d423a53d32e234a2328e1 PKG_LICENSE:=PSF diff --git a/lang/python3-setuptools/patches/0001-remove-windows-support.patch b/lang/python3-setuptools/patches/0001-remove-windows-support.patch index f48127fab3..86e5bba050 100644 --- a/lang/python3-setuptools/patches/0001-remove-windows-support.patch +++ b/lang/python3-setuptools/patches/0001-remove-windows-support.patch @@ -1,16 +1,16 @@ diff --git a/setuptools/dist.py b/setuptools/dist.py -index 7785541..23108c7 100644 +index b004f92..66b9d89 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py -@@ -18,7 +18,6 @@ from setuptools.extern.six.moves import map +@@ -17,7 +17,6 @@ from setuptools.extern.six.moves import map from pkg_resources.extern import packaging from setuptools.depends import Require -from setuptools import windows_support + from setuptools.monkey import get_unpatched import pkg_resources - -@@ -335,7 +334,6 @@ class Distribution(_Distribution): +@@ -383,7 +382,6 @@ class Distribution(_Distribution): egg_cache_dir = os.path.join(os.curdir, '.eggs') if not os.path.exists(egg_cache_dir): os.mkdir(egg_cache_dir)