pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-build



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 14 13:03:19 UTC 2026

Modified Files:
        pkgsrc/devel/py-build: Makefile distinfo

Log Message:
py-build: updated to 1.4.3

1.4.3

Features

- Add ``kind`` parameter to log messages to separate semantic and representation

Bugfixes

- Strip ``PYTHONPATH`` from the environment during isolated builds to prevent host packages from leaking into the build -
  by :user:`gaborbernat` (:issue:`405`)
- Pass ``--no-input`` to pip to prevent hidden credential prompts that cause hangs, and automatically set
  ``PIP_KEYRING_PROVIDER=subprocess`` (or ``UV_KEYRING_PROVIDER=subprocess`` for the uv installer) when the ``keyring``
  CLI is on ``PATH``
- ``check_dependency`` now reports URL requirements as unmet instead of silently accepting them when a package with the
  same name is installed
- Fix misleading missing dependency error display where transitive dependency chains showed the top-level package on a
  separate line, making it appear as if the top-level package itself was missing
- Fix towncrier template to generate changelog categories in definition order
- Resolve thread-safety races in the build API
- Validate ``backend-path`` entries exist on disk with a clear error


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-build/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-build/Makefile
diff -u pkgsrc/devel/py-build/Makefile:1.24 pkgsrc/devel/py-build/Makefile:1.25
--- pkgsrc/devel/py-build/Makefile:1.24 Thu Mar 26 05:59:05 2026
+++ pkgsrc/devel/py-build/Makefile      Tue Apr 14 13:03:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2026/03/26 05:59:05 adam Exp $
+# $NetBSD: Makefile,v 1.25 2026/04/14 13:03:18 adam Exp $
 
-DISTNAME=      build-1.4.2
+DISTNAME=      build-1.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/build/}

Index: pkgsrc/devel/py-build/distinfo
diff -u pkgsrc/devel/py-build/distinfo:1.13 pkgsrc/devel/py-build/distinfo:1.14
--- pkgsrc/devel/py-build/distinfo:1.13 Thu Mar 26 05:59:05 2026
+++ pkgsrc/devel/py-build/distinfo      Tue Apr 14 13:03:18 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2026/03/26 05:59:05 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/04/14 13:03:18 adam Exp $
 
-BLAKE2s (build-1.4.2.tar.gz) = ba6905a8689065a81a362837ce86d79acd987f7d03c81439a1fd6fdc4b925290
-SHA512 (build-1.4.2.tar.gz) = 7e5ebd25b45251be50998a532e8bd4fa983af2baa2a4b9749e29d5443a8cd89bdf679da3b1e45bdc264efac90b2fd6e3e1329e1e0ec14aec885f7665a1fdf0ea
-Size (build-1.4.2.tar.gz) = 83433 bytes
+BLAKE2s (build-1.4.3.tar.gz) = 1ec68d304d3a526f1551a10fda3ae0b3beb27f671ec37338224703e6f41a70ca
+SHA512 (build-1.4.3.tar.gz) = e489e940aebf969b799381fde11ba00812ef6523ef0faef2a1190a7c4e7ef280da885d41cbf5e5f565a69d5a5613e966fcb77ad582f4eae4bac0d8e8093d3a4a
+Size (build-1.4.3.tar.gz) = 89314 bytes
 SHA1 (patch-pyproject.toml) = 36a094fa6cd8b00376888a6f0f55986ab11e5635



Home | Main Index | Thread Index | Old Index