python-zope-interface: Update to 4.7.1, refresh patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2019-11-18 04:45:58 +08:00
parent 5a334383a8
commit 5e8feda04a
2 changed files with 4 additions and 4 deletions

View File

@@ -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,