diff mbox series

[1/3] python3-pbr: upgrade 7.0.3 -> 7.1.0

Message ID 20260814110332.38407-2-jaipaul.cheernam@est.tech
State New
Headers show
Series python packages upgrade | expand

Commit Message

Jaipaul Cheernam Aug. 14, 2026, 11:03 a.m. UTC
ChangeLog: https://docs.openstack.org/pbr/latest/user/history.html#id1

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

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../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 mbox series

Patch

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"