From a178662fcef00a1cebbe78253ae28eb1edb418f4 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 17 Mar 2020 02:04:38 +0800 Subject: [PATCH] python-zope-interface: Update to 4.7.2, refresh patch Signed-off-by: Jeffery To --- lang/python/python-zope-interface/Makefile | 4 ++-- .../python/python-zope-interface/patches/001-omit-tests.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index 9c8d4425bc..a9e36d2914 100644 --- a/lang/python/python-zope-interface/Makefile +++ b/lang/python/python-zope-interface/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zope-interface -PKG_VERSION:=4.7.1 +PKG_VERSION:=4.7.2 PKG_RELEASE:=1 PYPI_NAME:=zope.interface -PKG_HASH:=4bb937e998be9d5e345f486693e477ba79e4344674484001a0b646be1d530487 +PKG_HASH:=fd1101bd3fcb4f4cf3485bb20d6cb0b56909b94d3bd2a53a6cb9d381c3da3365 PKG_LICENSE:=ZPL-2.1 PKG_LICENSE_FILES:=LICENSE.txt 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 b19f2e2512..6c9e679af6 100644 --- a/lang/python/python-zope-interface/patches/001-omit-tests.patch +++ b/lang/python/python-zope-interface/patches/001-omit-tests.patch @@ -1,6 +1,6 @@ --- a/setup.py +++ b/setup.py -@@ -124,7 +124,7 @@ setup(name='zope.interface', +@@ -121,7 +121,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={ -@@ -132,6 +132,7 @@ setup(name='zope.interface', +@@ -129,6 +129,7 @@ setup(name='zope.interface', }, test_suite='zope.interface.tests', include_package_data=True,