diff mbox series

python3-attrs: upgrade 25.3.0 -> 25.4.0

Message ID 20251217185950.260339-1-t.f.g.geelen@gmail.com
State New
Headers show
Series python3-attrs: upgrade 25.3.0 -> 25.4.0 | expand

Commit Message

Tom Geelen Dec. 17, 2025, 6:59 p.m. UTC
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>
---
 .../{python3-attrs_25.3.0.bb => python3-attrs_25.4.0.bb}    | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
 rename meta/recipes-devtools/python/{python3-attrs_25.3.0.bb => python3-attrs_25.4.0.bb} (73%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-attrs_25.3.0.bb b/meta/recipes-devtools/python/python3-attrs_25.4.0.bb
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 bed26a5184..7bc581b875 100644
--- a/meta/recipes-devtools/python/python3-attrs_25.3.0.bb
+++ b/meta/recipes-devtools/python/python3-attrs_25.4.0.bb
@@ -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"