diff mbox series

[AUH] python3-pbr: upgrading to 7.1.0 FAILED

Message ID 0101019ffefcb8c6-11cb1f64-9ce3-482d-8d0e-e03152af2c8e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pbr: upgrading to 7.1.0 FAILED | expand

Commit Message

auh@yoctoproject.org Aug. 14, 2026, 6:36 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-pbr* to *7.1.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-pbr-upgrade-7.0.3-7.1.0.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From b89625e1e864de9564feba2edeec4acb89952205 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
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 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"