pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-project-api
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 17 09:13:05 UTC 2026
Modified Files:
pkgsrc/devel/py-project-api: Makefile distinfo
Log Message:
py-project-api: updated to 1.11.0
1.11.0
Adds support for Python 3.15 and 3.15t, and fixes a race in
SubprocessCmdStatus.done: it keyed off returncode, which communicate() sets
before the thread stores the output, so a poller could reach out_err() while it
was still None (free-threaded builds hit this window). done now reports
finished only once the output is stored
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-project-api/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-project-api/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-project-api/Makefile
diff -u pkgsrc/devel/py-project-api/Makefile:1.14 pkgsrc/devel/py-project-api/Makefile:1.15
--- pkgsrc/devel/py-project-api/Makefile:1.14 Mon Jun 1 19:37:09 2026
+++ pkgsrc/devel/py-project-api/Makefile Mon Aug 17 09:13:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2026/06/01 19:37:09 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/08/17 09:13:05 adam Exp $
-DISTNAME= pyproject_api-1.10.1
+DISTNAME= pyproject_api-1.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproject_api/}
Index: pkgsrc/devel/py-project-api/distinfo
diff -u pkgsrc/devel/py-project-api/distinfo:1.12 pkgsrc/devel/py-project-api/distinfo:1.13
--- pkgsrc/devel/py-project-api/distinfo:1.12 Mon Jun 1 19:37:09 2026
+++ pkgsrc/devel/py-project-api/distinfo Mon Aug 17 09:13:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2026/06/01 19:37:09 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/08/17 09:13:05 adam Exp $
-BLAKE2s (pyproject_api-1.10.1.tar.gz) = 04f891b83689b26072bddac6aab0d26ff3e7e7a0d1a4383572c541062b10cbea
-SHA512 (pyproject_api-1.10.1.tar.gz) = f37c805879a37aa9564fc5bc15cf7bcf7724fb1cec56dcc82328e1cc9f803c6e2053cccd2f30cca7d621f594db52773348e25f7a2b581a893a63e7f11e00f7c0
-Size (pyproject_api-1.10.1.tar.gz) = 23477 bytes
+BLAKE2s (pyproject_api-1.11.0.tar.gz) = 87ed53959d365e22733b19352d629e737f3eafcc8a07453221987d24e3ed6f17
+SHA512 (pyproject_api-1.11.0.tar.gz) = 0d42bf451077ad1661c1d0ee5d5dfce1525ef65000e556bc3f71a7ffe5b8324aa25b5688322763b760bbd14130c3dda28e30610351084d95b73c81e706241884
+Size (pyproject_api-1.11.0.tar.gz) = 23787 bytes
Home |
Main Index |
Thread Index |
Old Index