pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aiostream



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 10 07:23:44 UTC 2026

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

Log Message:
py-aiostream: updated to 0.7.2

0.7.2
Change return type of return Callable annotation in async_ to Coroutine[Any, Any, T], which is narrower than Awaitable[T]
Replace asyncio.iscoroutinefunction with inspect.iscoroutinefunction
Allow concatmap, flatmap and switchmap to receive an async function


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-aiostream/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-aiostream/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-aiostream/Makefile
diff -u pkgsrc/devel/py-aiostream/Makefile:1.11 pkgsrc/devel/py-aiostream/Makefile:1.12
--- pkgsrc/devel/py-aiostream/Makefile:1.11     Sun Oct 19 18:39:28 2025
+++ pkgsrc/devel/py-aiostream/Makefile  Thu Sep 10 07:23:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/10/19 18:39:28 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/09/10 07:23:44 adam Exp $
 
-DISTNAME=      aiostream-0.7.1
+DISTNAME=      aiostream-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiostream/}
@@ -10,10 +10,10 @@ HOMEPAGE=   https://github.com/vxgmichel/a
 COMMENT=       Generator-based operators for asynchronous iteration
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69.5:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-aiostream/distinfo
diff -u pkgsrc/devel/py-aiostream/distinfo:1.8 pkgsrc/devel/py-aiostream/distinfo:1.9
--- pkgsrc/devel/py-aiostream/distinfo:1.8      Sun Oct 19 18:39:28 2025
+++ pkgsrc/devel/py-aiostream/distinfo  Thu Sep 10 07:23:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/10/19 18:39:28 wiz Exp $
+$NetBSD: distinfo,v 1.9 2026/09/10 07:23:44 adam Exp $
 
-BLAKE2s (aiostream-0.7.1.tar.gz) = af3b6ec9c8656d328f4270268284c6dd39699761b71f6af197820af5ecd4d90b
-SHA512 (aiostream-0.7.1.tar.gz) = 6e0711f981c2e6caaadc06444ebf7ebe4f645488202ec0aeb29830c1a534f53f8830f7ac3826456b587831b8e7c42a67a3becb8676710e26b5d04dff21693b4c
-Size (aiostream-0.7.1.tar.gz) = 44059 bytes
+BLAKE2s (aiostream-0.7.2.tar.gz) = fc4528bd312a861e9b76ec602c809a51f1b2bf729acd69065631ff7d96b310cb
+SHA512 (aiostream-0.7.2.tar.gz) = 418cf120062d3174efdbb3385bfc7a9621c0c5153efb60b179cd3700505c5d9d8dd7aaa102b644ed681b396872f68ff9a97a8570ed6caa4c75f33232903fc29e
+Size (aiostream-0.7.2.tar.gz) = 44116 bytes



Home | Main Index | Thread Index | Old Index