From 36587eced2530575d493a2561463f232ba8ee795 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 17 Apr 2023 17:00:16 +0800 Subject: [PATCH] python-zope-interface: Update to 6.0, refresh patch Signed-off-by: Jeffery To --- lang/python/python-zope-interface/Makefile | 7 ++++--- .../python-zope-interface/patches/001-omit-tests.patch | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index b5b589f7e..d1fb831d0 100644 --- a/lang/python/python-zope-interface/Makefile +++ b/lang/python/python-zope-interface/Makefile @@ -1,5 +1,6 @@ # -# Copyright (C) 2006-2011, 2015-2018 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2015-2016, 2018-2021, 2023 Jeffery To # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zope-interface -PKG_VERSION:=5.4.0 +PKG_VERSION:=6.0 PKG_RELEASE:=1 PYPI_NAME:=zope.interface -PKG_HASH:=5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e +PKG_HASH:=aab584725afd10c710b8f1e6e208dbee2d0ad009f57d674cb9d1b3964037275d 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 40aed6e2b..364ae216f 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 -@@ -125,7 +125,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={ -@@ -133,6 +133,7 @@ setup(name='zope.interface', +@@ -132,6 +132,7 @@ setup(name='zope.interface', }, test_suite='zope.interface.tests', include_package_data=True,