diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index 178f57805..3dac30186 100644 --- a/lang/python/python-zope-interface/Makefile +++ b/lang/python/python-zope-interface/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zope-interface -PKG_VERSION:=4.5.0 +PKG_VERSION:=4.6.0 PKG_RELEASE:=1 PKG_SOURCE:=zope.interface-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/z/zope.interface -PKG_HASH:=57c38470d9f57e37afb460c399eb254e7193ac7fb8042bd09bdc001981a9c74c +PKG_HASH:=1b3d0dcabc7c90b470e59e38a9acaa361be43b3a6ea644c0063951964717f0e5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-zope-interface-$(PKG_VERSION) diff --git a/lang/python/python-zope-interface/patches/001-omit-tests.patch b/lang/python/python-zope-interface/patches/001-omit-tests.patch index 95ff7be13..256d39b90 100644 --- a/lang/python/python-zope-interface/patches/001-omit-tests.patch +++ b/lang/python/python-zope-interface/patches/001-omit-tests.patch @@ -1,9 +1,7 @@ -diff --git a/setup.py b/setup.py -index 0eb36ea..2e64aae 100644 --- a/setup.py +++ b/setup.py -@@ -121,7 +121,7 @@ setup(name='zope.interface', - "Framework :: Zope3", +@@ -122,7 +122,7 @@ setup(name='zope.interface', + "Framework :: Zope :: 3", "Topic :: Software Development :: Libraries :: Python Modules", ], - packages=find_packages('src'), @@ -11,7 +9,7 @@ index 0eb36ea..2e64aae 100644 package_dir={'': 'src'}, namespace_packages=["zope"], cmdclass={ -@@ -129,6 +129,7 @@ setup(name='zope.interface', +@@ -130,6 +130,7 @@ setup(name='zope.interface', }, test_suite='zope.interface.tests', include_package_data=True,