Merge pull request #10576 from jefferyto/python-zope-interface-4.7.1
python-zope-interface: Update to 4.7.1, refresh patch
This commit is contained in:
commit
b91b41a71f
2 changed files with 4 additions and 4 deletions
|
@ -8,11 +8,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-zope-interface
|
||||
PKG_VERSION:=4.6.0
|
||||
PKG_VERSION:=4.7.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=zope.interface
|
||||
PKG_HASH:=1b3d0dcabc7c90b470e59e38a9acaa361be43b3a6ea644c0063951964717f0e5
|
||||
PKG_HASH:=4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487
|
||||
|
||||
PKG_LICENSE:=ZPL-2.1
|
||||
PKG_LICENSE_FILES:=LICENSE.txt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -122,7 +122,7 @@ setup(name='zope.interface',
|
||||
@@ -124,7 +124,7 @@ setup(name='zope.interface',
|
||||
"Framework :: Zope :: 3",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
],
|
||||
|
@ -9,7 +9,7 @@
|
|||
package_dir={'': 'src'},
|
||||
namespace_packages=["zope"],
|
||||
cmdclass={
|
||||
@@ -130,6 +130,7 @@ setup(name='zope.interface',
|
||||
@@ -132,6 +132,7 @@ setup(name='zope.interface',
|
||||
},
|
||||
test_suite='zope.interface.tests',
|
||||
include_package_data=True,
|
||||
|
|
Loading…
Reference in a new issue