diff mbox series

[AUH] python3-build: upgrading to 1.6.1 SUCCEEDED

Message ID 010101a08f3edd9c-c7c46782-1222-4c9b-99e8-1d40cadc6a3e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-build: upgrading to 1.6.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 11, 2026, 6:54 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-build* to *1.6.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-build-upgrade-1.6.0-1.6.1.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 6fcb1b561a44c02d9d03c9759e7c5c624b8c200d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 11 Sep 2026 05:42:44 +0000
Subject: [PATCH] python3-build: upgrade 1.6.0 -> 1.6.1

Source: CHANGELOG.rst

####################
 1.6.1 (2026-09-10)
####################

**********
 Bugfixes
**********

- Avoid trying to detect symlinks on Windows, regression in 1.6.0 - by :user:`henryiii` (:issue:`1175`) (:issue:`1175`)

***************
 Documentation
***************

- Fix doubled backslashes in the Windows pip config path (``%APPDATA%\pip\pip.ini``) in the docs - by :user:`aroh3006`
  (:issue:`1149`)

***************
 Miscellaneous
***************

- :issue:`1168`, :issue:`1170`, :issue:`1178`

- Add ``--sdist-extract-dir`` to extract the intermediate sdist into a persistent directory, enabling compiler cache
  reuse across rebuilds - by :user:`gaborbernat` (:issue:`614`)
- Add ``--env-dir`` to place the isolated build environment at a fixed path, enabling compiler cache reuse across builds
  - by :user:`gaborbernat` (:issue:`655`)
- On build failure, print a tip pointing to ``--env-dir`` and ``--sdist-extract-dir`` for debugging and link to the
  "Debug a failed build" how-to - reported by :user:`dimpase`, implemented by :user:`gaborbernat` (:issue:`966`)
- Reject a file passed as ``--env-dir`` with a clear error instead of a raw ``FileExistsError`` - by :user:`henryiii`
  (:issue:`1100`)
- Fix the Windows symlink support probe always returning ``False`` due to a stale object interpolated into the
  destination path - by :user:`henryiii` (:issue:`1118`)
- Write pip/uv requirements and constraints files with ``\n`` instead of ``os.linesep``, avoiding doubled ``\r\r\n``
  line endings on Windows - by :user:`henryiii` (:issue:`1120`)
  deduplicated set of lines, fixing a case where a hashed requirement (e.g. from ``pip-compile --generate-hashes``)
  could have its ``--hash`` continuation line separated from its requirement line and silently dropped, depending on the
- Deprecate :func:`build.util.project_wheel_metadata`; use ``python -m build --metadata`` instead - by
  :user:`gaborbernat` (:issue:`557`)
- Warn on config settings without a value (e.g. ``-C--my-flag``); use ``-C--my-flag=`` instead for compatibility with
  pip - by :user:`gaborbernat` (:issue:`640`)
- :issue:`1058`, :issue:`1060`, :issue:`1062`, :issue:`1093`, :issue:`1099`, :issue:`1107`, :issue:`1113`,
  :issue:`1117`, :issue:`1122`, :issue:`1124`, :issue:`1128`, :issue:`1132`
---
 .../python/python3-build/check-valid-dist.patch                 | 2 +-
 .../python/{python3-build_1.6.0.bb => python3-build_1.6.1.bb}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-build_1.6.0.bb => python3-build_1.6.1.bb} (87%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-build/check-valid-dist.patch b/meta/recipes-devtools/python/python3-build/check-valid-dist.patch
index 82c31a49a4..3166729147 100644
--- a/meta/recipes-devtools/python/python3-build/check-valid-dist.patch
+++ b/meta/recipes-devtools/python/python3-build/check-valid-dist.patch
@@ -1,4 +1,4 @@ 
-From a2a217409e01e3ebea88dce85d81dbe6b3c79187 Mon Sep 17 00:00:00 2001
+From 9cf13fa5cb8aadad746f724a473db2dc9deabb3b Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@arm.com>
 Date: Wed, 12 Aug 2026 12:35:29 +0100
 Subject: [PATCH] Ignore invalid distributions when checking dependencies
diff --git a/meta/recipes-devtools/python/python3-build_1.6.0.bb b/meta/recipes-devtools/python/python3-build_1.6.1.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-build_1.6.0.bb
rename to meta/recipes-devtools/python/python3-build_1.6.1.bb
index acec9cd9ef..e5b673c544 100644
--- a/meta/recipes-devtools/python/python3-build_1.6.0.bb
+++ b/meta/recipes-devtools/python/python3-build_1.6.1.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
 
 SRC_URI += "file://check-valid-dist.patch"
 
-SRC_URI[sha256sum] = "bd2c8afc603e7a2e0ce70e2ea85f0a6d02043bafbd307f5bada0f98669eca5af"
+SRC_URI[sha256sum] = "51cc11666391ab6f092070437ac747002ff46f3e4113a3622177ee6b488bfc53"
 
 inherit pypi python_flit_core