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 Sep 10 11:06:31 UTC 2026

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

Log Message:
py-build: updated to 1.6.1

1.6.1 (2026-09-10)

Bugfixes
- Avoid trying to detect symlinks on Windows, regression in 1.6.0

Documentation
- Fix doubled backslashes in the Windows pip config path (``%APPDATA%\pip\pip.ini``) in the docs


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.18 -r1.19 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.29 pkgsrc/devel/py-build/Makefile:1.30
--- pkgsrc/devel/py-build/Makefile:1.29 Fri Aug 28 19:02:37 2026
+++ pkgsrc/devel/py-build/Makefile      Thu Sep 10 11:06:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/08/28 19:02:37 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2026/09/10 11:06:31 adam Exp $
 
-DISTNAME=      build-1.6.0
+DISTNAME=      build-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/build/}
@@ -11,7 +11,7 @@ COMMENT=      Simple, correct PEP517 package 
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=24.0:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-pyproject_hooks-[0-9]*:../../devel/py-pyproject_hooks
+DEPENDS+=      ${PYPKGPREFIX}-pyproject_hooks>=0:../../devel/py-pyproject_hooks
 TEST_DEPENDS+= ${PYPKGPREFIX}-filelock>=3:../../devel/py-filelock
 TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36.0:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test

Index: pkgsrc/devel/py-build/distinfo
diff -u pkgsrc/devel/py-build/distinfo:1.18 pkgsrc/devel/py-build/distinfo:1.19
--- pkgsrc/devel/py-build/distinfo:1.18 Fri Aug 28 19:02:37 2026
+++ pkgsrc/devel/py-build/distinfo      Thu Sep 10 11:06:31 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2026/08/28 19:02:37 wiz Exp $
+$NetBSD: distinfo,v 1.19 2026/09/10 11:06:31 adam Exp $
 
-BLAKE2s (build-1.6.0.tar.gz) = 5ca1005a2a2c044e89b5c10058011177631fe146f2c1fc4127286b10b1967fde
-SHA512 (build-1.6.0.tar.gz) = b9bed246299ecafb666445557bce7ce8480bad7d97f6762106b8c2614b14d84091712e66b4480aca8ebeacdef29b0654cd3462f716f4c3588025b18d9df91eae
-Size (build-1.6.0.tar.gz) = 113825 bytes
+BLAKE2s (build-1.6.1.tar.gz) = bac3c1a593b9b2fcfd7d100aa4c811b093bee627f7227e733cfe89e3cc6248f6
+SHA512 (build-1.6.1.tar.gz) = 6d1a0704a8888cc3ad5728b9c47803248e4d393eeabfde0b6a338b5cacf69ee927b618d696a8e7f491cc596771d63868b490782e2775867ef98e9bc452b36d05
+Size (build-1.6.1.tar.gz) = 113427 bytes
 SHA1 (patch-pyproject.toml) = 36a094fa6cd8b00376888a6f0f55986ab11e5635



Home | Main Index | Thread Index | Old Index