pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-anyio



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep  6 17:10:20 UTC 2026

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

Log Message:
py-anyio: updated to 4.15.1

4.15.1

- Implemented a compatibility fix for supporting direct access of ``anyio.*`` submodules
  from the main package even when those submodules were not directly imported first


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-anyio/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-anyio/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-anyio/Makefile
diff -u pkgsrc/devel/py-anyio/Makefile:1.38 pkgsrc/devel/py-anyio/Makefile:1.39
--- pkgsrc/devel/py-anyio/Makefile:1.38 Fri Sep  4 05:29:17 2026
+++ pkgsrc/devel/py-anyio/Makefile      Sun Sep  6 17:10:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2026/09/04 05:29:17 adam Exp $
+# $NetBSD: Makefile,v 1.39 2026/09/06 17:10:20 adam Exp $
 
-DISTNAME=      anyio-4.15.0
+DISTNAME=      anyio-4.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anyio/}
@@ -13,17 +13,16 @@ LICENSE=    modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=77:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.4:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.8:../../www/py-idna
-#TODO:
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-blockbuster>=1.5.23
+TEST_DEPENDS+= ${PYPKGPREFIX}-blockbuster>=1.5.23:../../devel/py-blockbuster
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=7:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1.2.0:../../devel/py-exceptiongroup
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.0:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.18.2:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-psutil>=5.9:../../sysutils/py-psutil
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.6.1:../../devel/py-test-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0:../../security/py-trustme
-TEST_DEPENDS+= ${PYPKGPREFIX}-trio>=0:../../devel/py-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.14:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.4.0:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=1.0.0:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-trio>=0.32.0:../../devel/py-trio
 TEST_DEPENDS+= ${PYPKGPREFIX}-truststore>=0.9.1:../../security/py-truststore
-TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.21:../../devel/py-uvloop
+TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.22.1:../../devel/py-uvloop
 
 USE_LANGUAGES= # none
 
@@ -36,7 +35,7 @@ USE_LANGUAGES=        # none
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.2:../../devel/py-exceptiongroup
 .endif
 .if ${PYTHON_VERSION} < 313
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.16.0:../../devel/py-typing-extensions
 .endif
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-anyio/distinfo
diff -u pkgsrc/devel/py-anyio/distinfo:1.34 pkgsrc/devel/py-anyio/distinfo:1.35
--- pkgsrc/devel/py-anyio/distinfo:1.34 Fri Sep  4 05:29:18 2026
+++ pkgsrc/devel/py-anyio/distinfo      Sun Sep  6 17:10:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/09/04 05:29:18 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/09/06 17:10:20 adam Exp $
 
-BLAKE2s (anyio-4.15.0.tar.gz) = 4cc2de57ef9c52f5b427c4b72ebb6e7e0ebecffade709869c966cf0e23e0b93a
-SHA512 (anyio-4.15.0.tar.gz) = 947b5cb49475b301dcc435fc950108c8dee280dec00b810bdbbbad1224fd0dfde97f32e3bf6df94755d6ce983055019fd4b10d0f2b9c221a714686ad463fb5f0
-Size (anyio-4.15.0.tar.gz) = 276504 bytes
+BLAKE2s (anyio-4.15.1.tar.gz) = 55ee925203c878919bd8d4e1cdd18d0741732a8f1eacdd3dfcd78aa71c4e50ef
+SHA512 (anyio-4.15.1.tar.gz) = 5eff3a04d2d79cf8e5264799565a6c8a3cdab41e3ecebdfaf7c08fa75e41879f4dccaebec0e8676ccbbe834d541740dbbc011f6773bc0e98e6fbecbbd61e7467
+Size (anyio-4.15.1.tar.gz) = 276966 bytes



Home | Main Index | Thread Index | Old Index