mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Merge pull request #11643 from jefferyto/python-enum34-1.1.10-openwrt-19.07
[openwrt-19.07] python-enum34: Update to 1.1.10
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-enum34
|
||||
PKG_VERSION:=1.1.6
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=1.1.10
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=enum34-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/e/enum34
|
||||
PKG_HASH:=8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1
|
||||
PKG_HASH:=cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-enum34-$(PKG_VERSION)
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
diff -r f24487b45cd0 setup.py
|
||||
--- a/setup.py Sun May 15 20:28:23 2016 -0700
|
||||
+++ b/setup.py Wed Jul 27 22:49:13 2016 +0800
|
||||
@@ -63,15 +63,6 @@
|
||||
version='1.1.6',
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -71,15 +71,6 @@ data = dict(
|
||||
version='1.1.10',
|
||||
url='https://bitbucket.org/stoneleaf/enum34',
|
||||
packages=['enum'],
|
||||
packages=packages,
|
||||
- package_data={
|
||||
- 'enum' : [
|
||||
- 'LICENSE',
|
||||
|
||||
Reference in New Issue
Block a user