From 48af5b2abb2bc3fff18aba9951d274252e7d5c19 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 17 Mar 2020 01:49:24 +0800 Subject: [PATCH] python-enum34: Update to 1.1.10, refresh patch Signed-off-by: Jeffery To --- lang/python/python-enum34/Makefile | 4 ++-- lang/python/python-enum34/patches/001-omit-docs.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-enum34/Makefile b/lang/python/python-enum34/Makefile index 17872360cb..f988e2fc49 100644 --- a/lang/python/python-enum34/Makefile +++ b/lang/python/python-enum34/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-enum34 -PKG_VERSION:=1.1.9 +PKG_VERSION:=1.1.10 PKG_RELEASE:=1 PYPI_NAME:=enum34 -PKG_HASH:=13ef9a1c478203252107f66c25b99b45b1865693ca1284aab40dafa7e1e7ac17 +PKG_HASH:=cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=enum/LICENSE diff --git a/lang/python/python-enum34/patches/001-omit-docs.patch b/lang/python/python-enum34/patches/001-omit-docs.patch index 72866a5a68..85faa0e8c6 100644 --- a/lang/python/python-enum34/patches/001-omit-docs.patch +++ b/lang/python/python-enum34/patches/001-omit-docs.patch @@ -1,7 +1,7 @@ --- a/setup.py +++ b/setup.py @@ -71,15 +71,6 @@ data = dict( - version='1.1.9', + version='1.1.10', url='https://bitbucket.org/stoneleaf/enum34', packages=packages, - package_data={