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:           Mon Jul 17 14:40:14 UTC 2023

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

Log Message:
py-trio: updated to 0.22.2

Trio 0.22.2 (2023-07-13)
------------------------
Bugfixes
- Fix ``PermissionError`` when importing `trio` due to trying to access ``pthread``.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-trio/Makefile
cvs rdiff -u -r1.5 -r1.6 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.10 pkgsrc/devel/py-trio/Makefile:1.11
--- pkgsrc/devel/py-trio/Makefile:1.10  Thu Jul  6 09:16:50 2023
+++ pkgsrc/devel/py-trio/Makefile       Mon Jul 17 14:40:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/07/06 09:16:50 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/07/17 14:40:14 adam Exp $
 
-DISTNAME=      trio-0.22.1
+DISTNAME=      trio-0.22.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trio/}

Index: pkgsrc/devel/py-trio/distinfo
diff -u pkgsrc/devel/py-trio/distinfo:1.5 pkgsrc/devel/py-trio/distinfo:1.6
--- pkgsrc/devel/py-trio/distinfo:1.5   Wed Jul  5 22:29:29 2023
+++ pkgsrc/devel/py-trio/distinfo       Mon Jul 17 14:40:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/07/05 22:29:29 wiz Exp $
+$NetBSD: distinfo,v 1.6 2023/07/17 14:40:14 adam Exp $
 
-BLAKE2s (trio-0.22.1.tar.gz) = 069cdb7404628d5116d760cc631ce0ee61c18acd7c6636a5fe93c81b022c6f4e
-SHA512 (trio-0.22.1.tar.gz) = 71b7482edda5b8739c23281dd72a2e7153692a2929c406ce2f9bec706774eae0574205ae62c3fdcd84ba1158aa72dab0c47e27e797b68f77f30636175da66456
-Size (trio-0.22.1.tar.gz) = 487262 bytes
+BLAKE2s (trio-0.22.2.tar.gz) = dcc41217642d96881db657b6ba7e9b5cae605e44670f660d892bf4d4cd70cc91
+SHA512 (trio-0.22.2.tar.gz) = c6c16207eea39d8ed4ff0c50ce1815cbc70c6a0d6d6078ef978976454ea113f0af9d108856d7c03ab7fb6c6097561c155ece5bf82762f443aa037239593ac3e6
+Size (trio-0.22.2.tar.gz) = 487602 bytes



Home | Main Index | Thread Index | Old Index