From b89625e1e864de9564feba2edeec4acb89952205 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 14 Aug 2026 05:29:39 +0000 Subject: [PATCH] python3-pbr: upgrade 7.0.3 -> 7.1.0 Source: ChangeLog 7.1.0 ----- * Move pyproject.toml to the top of usage docs * Docs and release note for setup.cfg/py removal * Use PEP 508 inline markers for wheel builds * Add support for local version as defined in PEP 440 * Add testing on resolute 3.15 (dev) * Add python 3.14 support and testing * functional tests: extend PYTHONPATH rather than replace it * Hook in LocalSDist override * Convert CapturedSubprocess, Venv fixtures to context managers * Remove need for setup.cfg, setup.py * Remove more unused code * Avoid warning about setup.py deprecation * Fix misspelled tests\_require in REMOVED\_KEYWORDS * Fix tests * Drop Jammy testing * Add classifiers for latest Python * Run py27 job with default ansible --- .../python/{python3-pbr_7.0.3.bb => python3-pbr_7.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pbr_7.0.3.bb => python3-pbr_7.1.0.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-pbr_7.0.3.bb b/meta/recipes-devtools/python/python3-pbr_7.1.0.bb similarity index 83% rename from meta/recipes-devtools/python/python3-pbr_7.0.3.bb rename to meta/recipes-devtools/python/python3-pbr_7.1.0.bb index 80092999fa..7fc227e6bb 100644 --- a/meta/recipes-devtools/python/python3-pbr_7.0.3.bb +++ b/meta/recipes-devtools/python/python3-pbr_7.1.0.bb @@ -13,4 +13,4 @@ RDEPENDS:${PN} += "python3-setuptools" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "b46004ec30a5324672683ec848aed9e8fc500b0d261d40a3229c2d2bbfcedc29" +SRC_URI[sha256sum] = "66ece3a2f5c4f05e5f37569213e755193f6e00b8aa361bfb190533ea8ee8b10c" -- 2.47.1