]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-attrs: upgrade 25.3.0 -> 25.4.0
authorTom Geelen <t.f.g.geelen@gmail.com>
Wed, 17 Dec 2025 18:59:50 +0000 (19:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Dec 2025 17:54:58 +0000 (17:54 +0000)
Changelog: https://github.com/python-attrs/attrs/releases/tag/25.4.0

Removed obsolete file which was added to ptest. This is no longer necessary moving forward

Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-attrs_25.4.0.bb [moved from meta/recipes-devtools/python/python3-attrs_25.3.0.bb with 73% similarity]

similarity index 73%
rename from meta/recipes-devtools/python/python3-attrs_25.3.0.bb
rename to meta/recipes-devtools/python/python3-attrs_25.4.0.bb
index bed26a5184b84c4048b7df5d4a7ad34d2c8b7b95..7bc581b875908b36db3b3cdb0b3c3bb6f03e6c60 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.attrs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
 
-SRC_URI[sha256sum] = "75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b"
+SRC_URI[sha256sum] = "16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"
 
 inherit pypi ptest-python-pytest python_hatchling
 
@@ -21,8 +21,4 @@ RDEPENDS:${PN}-ptest += " \
     python3-hypothesis \
 "
 
-do_install_ptest:append() {
-    install ${S}/conftest.py ${D}${PTEST_PATH}/
-}
-
 BBCLASSEXTEND = "native nativesdk"