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:           Thu Mar 26 05:59:05 UTC 2026

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

Log Message:
py-build: updated to 1.4.2

1.4.2 (2026-03-25)

Bugfixes
- Ensure the ``uv`` installer uses the current version of Python, avoiding an issue if ``UV_PYTHON`` is set, for example. (:issue:`977`)
- Fix ``_has_valid_outer_pip`` returning ``True`` when pip is missing, causing build to try using a non-existent pip
  instead of falling back to virtualenv. (:issue:`1003`)

1.4.1 (2026-03-24)

Features
- Allow setting build constraints - by :user:`gaborbernat` (:issue:`963`)
- Automate releases with pre-release workflow and trusted publishing - by :user:`gaborbernat` (:issue:`991`)

Documentation
- Fix documentation grammar and typos (:issue:`979`)
- Reorganize documentation using Diataxis framework - by :user:`gaborbernat` (:issue:`988`)
- Document release process and workflow security practices in contributing guide (:issue:`991`)

Miscellaneous
- :issue:`991`

Bugfixes
- Fix pip hack workaround - by :user:`gaborbernat` (:issue:`980`)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.12 -r1.13 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.23 pkgsrc/devel/py-build/Makefile:1.24
--- pkgsrc/devel/py-build/Makefile:1.23 Fri Jan  9 05:53:39 2026
+++ pkgsrc/devel/py-build/Makefile      Thu Mar 26 05:59:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/01/09 05:53:39 adam Exp $
+# $NetBSD: Makefile,v 1.24 2026/03/26 05:59:05 adam Exp $
 
-DISTNAME=      build-1.4.0
+DISTNAME=      build-1.4.2
 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.12 pkgsrc/devel/py-build/distinfo:1.13
--- pkgsrc/devel/py-build/distinfo:1.12 Fri Jan  9 05:53:39 2026
+++ pkgsrc/devel/py-build/distinfo      Thu Mar 26 05:59:05 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2026/01/09 05:53:39 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/03/26 05:59:05 adam Exp $
 
-BLAKE2s (build-1.4.0.tar.gz) = e19237d9f491a4668cf7fd46c972619ccd56a03eeb61e3821dc4aa489d87af89
-SHA512 (build-1.4.0.tar.gz) = 8aa4e13f4e6a0275275324ffd7065a7af91045cd038c3362cadd6c050390c76e663b179e8055d151bbcb3febdf65cba9b4098ba1e183a0f395459cf32ac0990d
-Size (build-1.4.0.tar.gz) = 50054 bytes
+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
 SHA1 (patch-pyproject.toml) = 36a094fa6cd8b00376888a6f0f55986ab11e5635



Home | Main Index | Thread Index | Old Index