python-zope-interface: Update to 6.0, refresh patch
authorJeffery To <redacted>
Mon, 17 Apr 2023 09:00:16 +0000 (17:00 +0800)
committerRosen Penev <redacted>
Tue, 25 Apr 2023 04:48:14 +0000 (07:48 +0300)
Signed-off-by: Jeffery To <redacted>
lang/python/python-zope-interface/Makefile
lang/python/python-zope-interface/patches/001-omit-tests.patch

index b5b589f7ea5065e9aa66b9619a10838840f02a9b..d1fb831d0787a01ab4f60eb1e48a1a7ca0bf3d1e 100644 (file)
@@ -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
index 40aed6e2bff3b8840aec5a4927b891f5376db180..364ae216fbb17e076106e6362ed2cdb688a12c6e 100644 (file)
@@ -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,
git clone https://git.99rst.org/PROJECT