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:   wiz
Date:           Sun May  3 14:39:00 UTC 2026

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

Log Message:
py-build: update to 1.5.0.

 Features

- Drop Python 3.9 support - by :user:`henryiii` (:issue:`1036`)

 Bugfixes

- Make ``--ignore-installed`` opt-in from the API via ``fresh=True`` - by :user:`henryiii` (:issue:`1056`)

 Miscellaneous

- :issue:`1033`


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.15 -r1.16 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.26 pkgsrc/devel/py-build/Makefile:1.27
--- pkgsrc/devel/py-build/Makefile:1.26 Thu Apr 23 05:35:04 2026
+++ pkgsrc/devel/py-build/Makefile      Sun May  3 14:39:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2026/04/23 05:35:04 adam Exp $
+# $NetBSD: Makefile,v 1.27 2026/05/03 14:39:00 wiz Exp $
 
-DISTNAME=      build-1.4.4
+DISTNAME=      build-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/build/}
@@ -31,8 +31,8 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pyproject-build pyproject-build-${PYVERSSUFFIX} || ${TRUE}
 
-# as of 1.3.0
-# 19 failed, 124 passed, 57 skipped, 1 xfailed, 1 error, 10 rerun
+# as of 1.5.0
+# 36 failed, 159 passed, 67 skipped, 1 xfailed, 1 error, 15 rerun
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

Index: pkgsrc/devel/py-build/distinfo
diff -u pkgsrc/devel/py-build/distinfo:1.15 pkgsrc/devel/py-build/distinfo:1.16
--- pkgsrc/devel/py-build/distinfo:1.15 Thu Apr 23 05:35:04 2026
+++ pkgsrc/devel/py-build/distinfo      Sun May  3 14:39:00 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2026/04/23 05:35:04 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/05/03 14:39:00 wiz Exp $
 
-BLAKE2s (build-1.4.4.tar.gz) = 1ff882250cc8a623f30afd0320f69e3cee7ce227d66026a6f41736c8f80cb623
-SHA512 (build-1.4.4.tar.gz) = edb6cb20abff398edfed5e2e2d8d2fbbf65232379115eba25a9e6125786233bd87a8c8c7ed8874f170de9d63bb8d62565bef62ed4076cbcaa1affab8f1e5478f
-Size (build-1.4.4.tar.gz) = 89220 bytes
+BLAKE2s (build-1.5.0.tar.gz) = d2b630b35c4294c4e3cf2be5f76ee8cc7025651f1eb714d6bf55a080b6dc93de
+SHA512 (build-1.5.0.tar.gz) = 7c60d26fc85a9e8fbf903cec28638b77d3761e6bc63eaf51ba8ee4b734c4ee95248e8db3460d9b1c15d82d91b5026af0147b29628320933fd7bdd0129b67ad35
+Size (build-1.5.0.tar.gz) = 89796 bytes
 SHA1 (patch-pyproject.toml) = 36a094fa6cd8b00376888a6f0f55986ab11e5635



Home | Main Index | Thread Index | Old Index