diff options
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-black_26.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-black_26.3.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb (renamed from meta-python/recipes-devtools/python/python3-protobuf_6.33.5.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scrypt/0001-py-scrypt-remove-the-hard-coded-include-paths.patch | 14 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scrypt_0.9.4.bb (renamed from meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch | 24 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb) | 7 |
7 files changed, 15 insertions, 40 deletions
diff --git a/meta-python/recipes-devtools/python/python3-black_26.3.0.bb b/meta-python/recipes-devtools/python/python3-black_26.3.1.bb index eaffe06563..9589530d73 100644 --- a/meta-python/recipes-devtools/python/python3-black_26.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-black_26.3.1.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d3465a2a183908c9cb95bf490bd1e7ab \ | |||
| 4 | file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \ | 4 | file://docs/license.md;md5=d826b3c5269f21a8a0272af3f00d15c0 \ |
| 5 | file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3" | 5 | file://src/blib2to3/LICENSE;md5=bbbad7490e921f9a73c0e891305cb4b3" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "4d438dfdba1c807c6c7c63c4f15794dda0820d2222e7c4105042ac9ddfc5dd0b" | 7 | SRC_URI[sha256sum] = "2c50f5063a9641c7eed7795014ba37b0f5fa227f3d408b968936e24bc0566b07" |
| 8 | 8 | ||
| 9 | inherit pypi python_hatchling | 9 | inherit pypi python_hatchling |
| 10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_6.33.5.bb b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb index af9ff85f20..bbc713442b 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_6.33.5.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
| 13 | SRC_URI[sha256sum] = "6ddcac2a081f8b7b9642c09406bc6a4290128fce5f471cddd165960bb9119e5c" | 13 | SRC_URI[sha256sum] = "a6768d25248312c297558af96a9f9c929e8c4cee0659cb07e780731095f38135" |
| 14 | 14 | ||
| 15 | CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python" | 15 | CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python" |
| 16 | CVE_STATUS[CVE-2026-0994] = "fixed-version: it is fixed in 6.33.5" | 16 | CVE_STATUS[CVE-2026-0994] = "fixed-version: it is fixed in 6.33.5" |
diff --git a/meta-python/recipes-devtools/python/python3-scrypt/0001-py-scrypt-remove-the-hard-coded-include-paths.patch b/meta-python/recipes-devtools/python/python3-scrypt/0001-py-scrypt-remove-the-hard-coded-include-paths.patch index 3678d46cf6..73950f4cd2 100644 --- a/meta-python/recipes-devtools/python/python3-scrypt/0001-py-scrypt-remove-the-hard-coded-include-paths.patch +++ b/meta-python/recipes-devtools/python/python3-scrypt/0001-py-scrypt-remove-the-hard-coded-include-paths.patch | |||
| @@ -14,11 +14,11 @@ diff --git a/setup.py b/setup.py | |||
| 14 | index 419a982..3f1fe52 100644 | 14 | index 419a982..3f1fe52 100644 |
| 15 | --- a/setup.py | 15 | --- a/setup.py |
| 16 | +++ b/setup.py | 16 | +++ b/setup.py |
| 17 | @@ -26,7 +26,6 @@ if sys.platform.startswith('linux'): | 17 | @@ -25,7 +25,6 @@ |
| 18 | ('_FILE_OFFSET_BITS', '64'), | 18 | # ("DEBUG", "1"), |
| 19 | ] | 19 | ] |
| 20 | libraries = ['crypto', 'rt'] | 20 | libraries = ["crypto", "rt"] |
| 21 | - includes = ['/usr/local/include', '/usr/include'] | 21 | - includes = ["/usr/local/include", "/usr/include"] |
| 22 | CFLAGS.append('-O2') | 22 | CFLAGS.append("-O2") |
| 23 | elif sys.platform.startswith('win32') and os.environ.get('MSYSTEM'): | 23 | CFLAGS.append("-g") |
| 24 | msys2_env = os.getenv('MSYSTEM') | 24 | CFLAGS.append("-Wall") |
diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.9.4.bb index 4cbc4c06c4..0a5a841a71 100644 --- a/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb +++ b/meta-python/recipes-devtools/python/python3-scrypt_0.9.4.bb | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" | 1 | DESCRIPTION = "Bindings for the scrypt key derivation function library" |
| 2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05b5ac2824a7ae7489193b0f6a6f2cd1" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=514fe4e05afed341c690c453fc87b10b" |
| 4 | HOMEPAGE = "https://github.com/holgern/py-scrypt" | 4 | HOMEPAGE = "https://github.com/holgern/py-scrypt" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" | 6 | SRC_URI += "file://0001-py-scrypt-remove-the-hard-coded-include-paths.patch" |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "a7b637848ed518c1ea2b31a9ecaaa3f49616598d8442de8706cf1f01fbabf0a7" | 8 | SRC_URI[sha256sum] = "0d212010ba8c2e55475ba6258f30cee4da0432017514d8f6e855b7f1f8c55c77" |
| 9 | 9 | ||
| 10 | inherit pypi ptest-python-pytest setuptools3 dos2unix | 10 | inherit pypi ptest-python-pytest setuptools3 dos2unix |
| 11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index 01c069291c..ef6c248e80 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |||
| @@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e | |||
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "python3-twisted-core" | 11 | RDEPENDS:${PN} += "python3-twisted-core python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch b/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch deleted file mode 100644 index a01247fe5a..0000000000 --- a/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | From 5060ecfe6cff5110cbfbc781fc7342ad08fc6f90 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 23 Nov 2024 18:30:40 -0800 | ||
| 4 | Subject: [PATCH] Allow using setuptools > 74 | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | pyproject.toml | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 13 | index 17da486..7906a37 100644 | ||
| 14 | --- a/pyproject.toml | ||
| 15 | +++ b/pyproject.toml | ||
| 16 | @@ -3,7 +3,7 @@ | ||
| 17 | # https://github.com/zopefoundation/meta/tree/master/config/c-code | ||
| 18 | |||
| 19 | [build-system] | ||
| 20 | -requires = ["setuptools<74"] | ||
| 21 | +requires = ["setuptools"] | ||
| 22 | build-backend = "setuptools.build_meta" | ||
| 23 | |||
| 24 | [tool.coverage.run] | ||
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb index 79e00ce23e..1446d15935 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | SUMMARY = "Interface definitions for Zope products" | 1 | SUMMARY = "Interface definitions for Zope products" |
| 2 | LICENSE = "ZPL-2.1" | 2 | LICENSE = "ZPL-2.1" |
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" |
| 4 | 4 | ||
| 5 | PYPI_PACKAGE = "zope.interface" | 5 | PYPI_PACKAGE = "zope_interface" |
| 6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | SRC_URI += "file://0001-Allow-using-setuptools-74.patch" | 9 | SRC_URI[sha256sum] = "afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224" |
| 10 | SRC_URI[sha256sum] = "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3" | ||
| 11 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
| 12 | 11 | ||
| 13 | RPROVIDES:${PN} += "zope-interfaces" | 12 | RPROVIDES:${PN} += "zope-interfaces" |
