summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-25 15:49:07 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-25 20:05:22 -0700
commit6a582f1d6777a6b2580e2ee0a949966f6d374935 (patch)
tree997183d8dffefae3b5a59c9d9ba5893b2d57fadf /meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb
parente05c3507c02f3ced42a88b4019e766ee5cbf2d4c (diff)
downloadmeta-openembedded-6a582f1d6777a6b2580e2ee0a949966f6d374935.tar.gz
python3-zopeinterface: Upgrade to 7.1.1
Changes 7.1.1 (2024-10-23) Fix segmentation faults in weakrefobject.c on Python 3.12 and 3.13. 7.1.0 (2024-10-10) Declare support for Python 3.13. Fix segmentation faults on Python 3.13. 7.0.3 (2024-08-27) Fix Assertion ‘memb->type == T_PYSSIZET’ failed. for Python < 3.12. 7.0.2 (2024-08-26) Fix reference-counting bug in C module initialization (broken in 7.0). 7.0.1 (2024-08-06) Fix subclassability of ObjectSpecificationDescriptor (broken in 7.0). 7.0 (2024-08-06) Enable heap-based types (PEP 384) for Python >= 3.11. Adopt multi-phase module initialization (PEP 489). Drop support for Python 3.7. 6.4.post2 (2024-05-24) Publish missing Windows wheels, second attempt. 6.4.post1 (2024-05-23) Publish missing Windows wheels. 6.4.post0 (2024-05-22) The sdist of version 6.4 was uploaded to PyPI as zope_interface-6.4.tar.gz instead of zope.interface-6.4-py2.tar.gz which cannot be installed by zc.buildout. This release is a re-release of version 6.4 with the correct sdist name. 6.4 (2024-05-15) Adjust for incompatible changes in Python 3.13b1. Build windows wheels on GHA. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb
new file mode 100644
index 0000000000..76b0641817
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Interface definitions for Zope products"
2LICENSE = "ZPL-2.1"
3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46"
4
5PYPI_PACKAGE = "zope.interface"
6
7inherit pypi python_setuptools_build_meta
8SRC_URI[sha256sum] = "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3"
9PACKAGES =. "${PN}-test "
10
11RPROVIDES:${PN} += "zope-interfaces"
12
13RDEPENDS:${PN}:class-target += "python3-datetime"
14RDEPENDS:${PN}-test += "python3-unittest python3-doctest"
15
16FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug"
17FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c"
18FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt"
19FILES:${PN}-test += " \
20 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \
21 ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \
22"