pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-trio
Module Name: pkgsrc
Committed By: adam
Date: Thu May 16 07:46:12 UTC 2024
Modified Files:
pkgsrc/devel/py-trio: Makefile PLIST distinfo
Log Message:
py-trio: updated to 0.25.1
Trio 0.25.1 (2024-05-16)
Bugfixes
- Fix crash when importing trio in embedded Python on Windows, and other installs that remove docstrings.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-trio/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-trio/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-trio/Makefile
diff -u pkgsrc/devel/py-trio/Makefile:1.15 pkgsrc/devel/py-trio/Makefile:1.16
--- pkgsrc/devel/py-trio/Makefile:1.15 Sat Mar 23 07:26:06 2024
+++ pkgsrc/devel/py-trio/Makefile Thu May 16 07:46:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/03/23 07:26:06 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/05/16 07:46:12 adam Exp $
-DISTNAME= trio-0.25.0
+DISTNAME= trio-0.25.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/trio/}
Index: pkgsrc/devel/py-trio/PLIST
diff -u pkgsrc/devel/py-trio/PLIST:1.8 pkgsrc/devel/py-trio/PLIST:1.9
--- pkgsrc/devel/py-trio/PLIST:1.8 Sat Mar 23 07:26:06 2024
+++ pkgsrc/devel/py-trio/PLIST Thu May 16 07:46:12 2024
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2024/03/23 07:26:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/05/16 07:46:12 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE2
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.MIT
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/trio/__init__.py
${PYSITELIB}/trio/__init__.pyc
Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.10 pkgsrc/devel/py-trio/distinfo:1.11
--- pkgsrc/devel/py-trio/distinfo:1.10 Sat Mar 23 07:26:06 2024
+++ pkgsrc/devel/py-trio/distinfo Thu May 16 07:46:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/03/23 07:26:06 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/05/16 07:46:12 adam Exp $
-BLAKE2s (trio-0.25.0.tar.gz) = c05b7bdea984ccb515b5422dbb8abdd2e2000be423a4d3ca79d54e14222bef2e
-SHA512 (trio-0.25.0.tar.gz) = 3025640724e628086d90136517dcb2083e1e47761305cd36c087c7f80d31013edd294e4fb7f1d27c28e6837c456be42d45e0f8529f88960fffe73c43ef37914d
-Size (trio-0.25.0.tar.gz) = 551863 bytes
+BLAKE2s (trio-0.25.1.tar.gz) = 4e94ade892f423e21a57de4889dd951f9ae4928171f18c4249a1a5db26c86e41
+SHA512 (trio-0.25.1.tar.gz) = dcd8d9151e46bd736fb9d828be23a5f414f0ec6c3ebd6c45d354f677051b831c62cc1a7b8140237df4867b92ec957f96b14e923147fd274299def9098ae44858
+Size (trio-0.25.1.tar.gz) = 553970 bytes
Home |
Main Index |
Thread Index |
Old Index