diff options
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb (renamed from meta-python/recipes-devtools/python/python3-bandit_1.9.2.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_6.2.5.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-coverage_7.13.2.bb (renamed from meta-python/recipes-devtools/python/python3-coverage_7.13.1.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-dill_0.4.0.bb) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-elementpath_5.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-greenlet_3.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-greenlet_3.3.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-httplib2_0.31.2.bb (renamed from meta-python/recipes-devtools/python/python3-httplib2_0.31.1.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-icecream_2.1.10.bb (renamed from meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb) | 4 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_4.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-path_17.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-path_17.1.0.bb) | 10 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-python-multipart_0.0.22.bb (renamed from meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-ukkonen_git.bb) | 5 |
16 files changed, 27 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.9.2.bb b/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb index 55f911bd3f..18387a6e74 100644 --- a/meta-python/recipes-devtools/python/python3-bandit_1.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Security oriented static analyser for python code." | |||
| 2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "32410415cd93bf9c8b91972159d5cf1e7f063a9146d70345641cd3877de348ce" | 5 | SRC_URI[sha256sum] = "ade4b9b7786f89ef6fc7344a52b34558caec5da74cb90373aed01de88472f774" |
| 6 | 6 | ||
| 7 | DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" | 7 | DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" |
| 8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.2.5.bb index 51a9f29ff5..d87b85fb89 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_6.2.5.bb | |||
| @@ -6,7 +6,7 @@ Python 3 Standard Library @lru_cache function decorator." | |||
| 6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
| 7 | 7 | ||
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e21bbe53b2730bfe1911cf381b81821e" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae" |
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 12 | 12 | ||
| @@ -14,6 +14,6 @@ RDEPENDS:${PN} += " \ | |||
| 14 | python3-math \ | 14 | python3-math \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607" | 17 | SRC_URI[sha256sum] = "6d8bfbba1ba94412fb9d9196c4da7a87e9d4928fffc5e93542965dca4740c77f" |
| 18 | 18 | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.13.1.bb b/meta-python/recipes-devtools/python/python3-coverage_7.13.2.bb index d3e98c6987..23d49524cc 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.13.2.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io" | |||
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "b7593fe7eb5feaa3fbb461ac79aac9f9fc0387a5ca8080b0c6fe2ca27b091afd" | 6 | SRC_URI[sha256sum] = "044c6951ec37146b72a50cc81ef02217d27d4c3640efd2640311393cbbf143d3" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb index d421b1a887..e08e97113d 100644 --- a/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | SUMMARY = "Serialize all of python" | 1 | SUMMARY = "Serialize all of python" |
| 2 | HOMEPAGE = "https://pypi.org/project/dill/" | 2 | HOMEPAGE = "https://pypi.org/project/dill/" |
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5ea77287d7d542949d6dd0bc288ac0" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a60f86720d45856324c45945cfed6b3" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0" | 6 | SRC_URI[sha256sum] = "423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.1.1.bb index 06bfa2cf1b..d89a012f9a 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_5.1.1.bb | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | DESCRIPTION = "Provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library." | 1 | DESCRIPTION = "Provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library." |
| 2 | HOMEPAGE = "https://github.com/sissaschool/elementpath" | 2 | HOMEPAGE = "https://github.com/sissaschool/elementpath" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9291d2ba8ccce92cf704b173e0dca725" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c04ab6ce886cc843af8941bb199406ba" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "61618f64686ce73cf6f191b17298e2568e9a1763b125fc7f2cb796ad0eacfd1e" | 6 | SRC_URI[sha256sum] = "c4d1bd6aed987258354d0ea004d965eb0a6818213326bd4fd9bde5dacdb20277" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "elementpath" | 8 | PYPI_PACKAGE = "elementpath" |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.3.0.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.3.1.bb index b25e781c19..1ee90f9f57 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.3.1.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ |
| 5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" | 5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "a82bb225a4e9e4d653dd2fb7b8b2d36e4fb25bc0165422a11e48b88e9e6f78fb" | 7 | SRC_URI[sha256sum] = "41848f3230b58c08bb43dee542e74a2a2e34d3c59dc3076cec9151aeeedcae98" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
| 10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb index f629214b5a..f7951b9b32 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_24.1.1.bb | |||
| @@ -3,7 +3,7 @@ SUMMARY = "WSGI HTTP Server for UNIX" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" | 6 | SRC_URI[sha256sum] = "f006d110e5cb3102859b4f5cd48335dbd9cc28d0d27cd24ddbdafa6c60929408" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta ptest | 8 | inherit pypi python_setuptools_build_meta ptest |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.31.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.31.2.bb index e851ac292c..073818a7f9 100644 --- a/meta-python/recipes-devtools/python/python3-httplib2_0.31.1.bb +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.31.2.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "21591655ac54953624c6ab8d587c71675e379e31e2cfe3147c83c11e9ef41f92" | 7 | SRC_URI[sha256sum] = "385e0869d7397484f4eab426197a4c020b606edd43372492337c0b4010ae5d24" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
| 10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb b/meta-python/recipes-devtools/python/python3-icecream_2.1.10.bb index 82b2039334..68728caf9b 100644 --- a/meta-python/recipes-devtools/python/python3-icecream_2.1.9.bb +++ b/meta-python/recipes-devtools/python/python3-icecream_2.1.10.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gruns/icecream" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eca5ce1610d64ed40920efdce85ff8d1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eca5ce1610d64ed40920efdce85ff8d1" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "e47b6477d29848949ee5050127aeb88fd30f1908e5cf29772e8a1a0fcdf15473" | 6 | SRC_URI[sha256sum] = "15900126ba7dbe1f83819583cbe5ff79a2943224600878d89307e4633b32e528" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb b/meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb index 73f5f4d025..5d03382e69 100644 --- a/meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb | |||
| @@ -2,9 +2,9 @@ SUMMARY = "JMESPath (pronounced 'james path') allows you to declaratively specif | |||
| 2 | HOMEPAGE = "https://pypi.org/project/jmespath/" | 2 | HOMEPAGE = "https://pypi.org/project/jmespath/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=03b6f09850fb409684cafac03f85aff1" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" | 7 | SRC_URI[sha256sum] = "472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.1.bb index 006f91838c..b35c3f74ee 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_4.2.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ | 6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ |
| 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" | 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "908acabd5aa14741419d3678d3296bda6abe28a167b7dcd05969ceb8256943ac" | 9 | SRC_URI[sha256sum] = "4d1d66189c8d279ca73a6b0599d74117e5f8a3830b5cd766b75c2bb08e3464e7" |
| 10 | 10 | ||
| 11 | CVE_PRODUCT = "marshmallow" | 11 | CVE_PRODUCT = "marshmallow" |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb index 821a880291..15848fefec 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.7.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b4fef6e4b0828c2401fb983363985b39" | |||
| 6 | 6 | ||
| 7 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 7 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305e9e6f5" | 9 | SRC_URI[sha256sum] = "ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d" |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN}-ptest += " \ | 11 | RDEPENDS:${PN}-ptest += " \ |
| 12 | python3-objgraph \ | 12 | python3-objgraph \ |
diff --git a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb index 066f756730..be150f3dbb 100644 --- a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | SUMMARY = "A module wrapper for os.path" | 1 | SUMMARY = "A module wrapper for os.path" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9" | 5 | SRC_URI[sha256sum] = "2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42" |
| 6 | 6 | ||
| 7 | SRC_URI += "\ | 7 | SRC_URI += "\ |
| 8 | file://run-ptest \ | 8 | file://run-ptest \ |
| @@ -10,7 +10,10 @@ SRC_URI += "\ | |||
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest | 11 | inherit pypi python_setuptools_build_meta ptest |
| 12 | 12 | ||
| 13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += " \ |
| 14 | python3-setuptools-scm-native \ | ||
| 15 | python3-coherent-licensed-native \ | ||
| 16 | " | ||
| 14 | 17 | ||
| 15 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
| 16 | python3-appdirs \ | 19 | python3-appdirs \ |
| @@ -22,6 +25,7 @@ RDEPENDS:${PN} += " \ | |||
| 22 | RDEPENDS:${PN}-ptest += " \ | 25 | RDEPENDS:${PN}-ptest += " \ |
| 23 | python3-pytest \ | 26 | python3-pytest \ |
| 24 | python3-unittest-automake-output \ | 27 | python3-unittest-automake-output \ |
| 28 | python3-more-itertools \ | ||
| 25 | " | 29 | " |
| 26 | 30 | ||
| 27 | BBCLASSEXTEND = "nativesdk native" | 31 | BBCLASSEXTEND = "nativesdk native" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb index d45f6a25ee..ea760ff29a 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb | |||
| @@ -4,7 +4,7 @@ DEPENDS += "python3-setuptools-scm-native" | |||
| 4 | LICENSE = "MPL-2.0" | 4 | LICENSE = "MPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "70a01e8ae5800f4a074b56a4cb1025c8f4f9b038bba5fe31e3c98eb996686f07" | 7 | SRC_URI[sha256sum] = "b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912" |
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "pytest_html" | 9 | PYPI_PACKAGE = "pytest_html" |
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.22.bb index 6fc2b69f7e..b54fe5d309 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.21.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.22.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A streaming multipart parser for Python" | |||
| 2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "7137ebd4d3bbf70ea1622998f902b97a29434a9e8dc40eb203bbcf7c2a2cba92" | 5 | SRC_URI[sha256sum] = "7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58" |
| 6 | 6 | ||
| 7 | inherit pypi python_hatchling ptest-python-pytest | 7 | inherit pypi python_hatchling ptest-python-pytest |
| 8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb index b9e85e78be..8fc5af1ef7 100644 --- a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb +++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb | |||
| @@ -6,9 +6,8 @@ PYPI_PACKAGE = "ukkonen" | |||
| 6 | 6 | ||
| 7 | inherit setuptools3 | 7 | inherit setuptools3 |
| 8 | 8 | ||
| 9 | PV = "1.0.1+git" | 9 | SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}" |
| 10 | SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" | 10 | SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8" |
| 11 | SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca" | ||
| 12 | DEPENDS += " \ | 11 | DEPENDS += " \ |
| 13 | python3-pip-native \ | 12 | python3-pip-native \ |
| 14 | python3-cffi-native \ | 13 | python3-cffi-native \ |
