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 Aug  8 05:16:50 UTC 2024

Modified Files:
        pkgsrc/devel/py-trio: Makefile PLIST distinfo

Log Message:
py-trio: updated to 0.26.2

Trio 0.26.2 (2024-08-08)

Bugfixes

- Remove remaining ``hash`` usage and fix test configuration issue that prevented it from being caught.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-trio/PLIST
cvs rdiff -u -r1.13 -r1.14 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.18 pkgsrc/devel/py-trio/Makefile:1.19
--- pkgsrc/devel/py-trio/Makefile:1.18  Mon Aug  5 19:02:55 2024
+++ pkgsrc/devel/py-trio/Makefile       Thu Aug  8 05:16:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/08/05 19:02:55 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/08/08 05:16:49 adam Exp $
 
-DISTNAME=      trio-0.26.1
+DISTNAME=      trio-0.26.2
 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.10 pkgsrc/devel/py-trio/PLIST:1.11
--- pkgsrc/devel/py-trio/PLIST:1.10     Sun Jul  7 14:50:15 2024
+++ pkgsrc/devel/py-trio/PLIST  Thu Aug  8 05:16:50 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/07/07 14:50:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/08/08 05:16:50 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE2
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.MIT
@@ -310,6 +310,9 @@ ${PYSITELIB}/trio/_tests/test_timeouts.p
 ${PYSITELIB}/trio/_tests/test_tracing.py
 ${PYSITELIB}/trio/_tests/test_tracing.pyc
 ${PYSITELIB}/trio/_tests/test_tracing.pyo
+${PYSITELIB}/trio/_tests/test_trio.py
+${PYSITELIB}/trio/_tests/test_trio.pyc
+${PYSITELIB}/trio/_tests/test_trio.pyo
 ${PYSITELIB}/trio/_tests/test_unix_pipes.py
 ${PYSITELIB}/trio/_tests/test_unix_pipes.pyc
 ${PYSITELIB}/trio/_tests/test_unix_pipes.pyo

Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.13 pkgsrc/devel/py-trio/distinfo:1.14
--- pkgsrc/devel/py-trio/distinfo:1.13  Mon Aug  5 19:02:55 2024
+++ pkgsrc/devel/py-trio/distinfo       Thu Aug  8 05:16:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/05 19:02:55 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/08/08 05:16:50 adam Exp $
 
-BLAKE2s (trio-0.26.1.tar.gz) = 9d7cac180e8b3a02da362a10bfebea317ef2c71adcc618edc1aebbadb68ec168
-SHA512 (trio-0.26.1.tar.gz) = 7813264a07eafa652083587811836bb156d176b4ec4c095bc79cf69d49b6ec22861e0951b85fd7c49d546e10e4f44e7ead74d0cb269f25a6a416018acc942577
-Size (trio-0.26.1.tar.gz) = 560871 bytes
+BLAKE2s (trio-0.26.2.tar.gz) = 4d27cf1343bf78e01bf39bacebf962cabbe08662b4e4d23dfafe7eb982281e7a
+SHA512 (trio-0.26.2.tar.gz) = 97df55a83b85a1c72440f13633ce80ec3e6ba59ec70f76335ad142bcefdae4b97ebdbec5d3f19592a08959a70ef91865632ea2eda1dddeb902adfd8eeca54ff5
+Size (trio-0.26.2.tar.gz) = 561156 bytes



Home | Main Index | Thread Index | Old Index