commit bafd8cc672b8b1a1b439a9cf59d4a51d373b9b0e parent 5f1a23948ec71743e30588399aa3b185a06f6276 Author: Hannu Nyman <hannu.nyman@iki.fi> Date: Mon, 19 Sep 2016 15:49:41 +0300 Merge pull request #3190 from commodo/python3-setuptools python3-setuptools: upgrade to version 27.2.0 Diffstat:
| M | lang/python3-setuptools/Makefile | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lang/python3-setuptools/Makefile b/lang/python3-setuptools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014-2015 OpenWrt.org +# Copyright (C) 2014-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-setuptools -PKG_VERSION:=27.1.2 +PKG_VERSION:=27.2.0 PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/7b/e7/d9b468ead9854ca55110325ce00ae6ee64d11b957cc5214aa5174738187e/ -PKG_MD5SUM:=75e60f2aee3d423a53d32e234a2328e1 +PKG_SOURCE_URL:=https://pypi.python.org/packages/87/ba/54197971d107bc06f5f3fbdc0d728a7ae0b10cafca46acfddba65a0899d8/ +PKG_MD5SUM:=b39715612fdc0372dbfd7b3fcf5d4fe5 PKG_LICENSE:=PSF