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: wiz
Date: Tue Jul 1 19:29:22 UTC 2025
Modified Files:
pkgsrc/devel/py-aiostream: Makefile distinfo
Log Message:
py-aiostream: update to 0.7.0.
Improve performance for sequential combine operations (task_limit=1)
by @vxgmichel in #131
Raise a ValueError when 'task_limit' or 'ordered' arguments
are provided with a sync function by @vxgmichel in #132
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-aiostream/Makefile
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/devel/py-aiostream/Makefile:1.10
--- pkgsrc/devel/py-aiostream/Makefile:1.9 Sat Apr 12 08:02:09 2025
+++ pkgsrc/devel/py-aiostream/Makefile Tue Jul 1 19:29:22 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/04/12 08:02:09 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/07/01 19:29:22 wiz Exp $
-DISTNAME= aiostream-0.6.4
+DISTNAME= aiostream-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiostream/}
Index: pkgsrc/devel/py-aiostream/distinfo
diff -u pkgsrc/devel/py-aiostream/distinfo:1.6 pkgsrc/devel/py-aiostream/distinfo:1.7
--- pkgsrc/devel/py-aiostream/distinfo:1.6 Mon Nov 4 17:25:06 2024
+++ pkgsrc/devel/py-aiostream/distinfo Tue Jul 1 19:29:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/11/04 17:25:06 wiz Exp $
+$NetBSD: distinfo,v 1.7 2025/07/01 19:29:22 wiz Exp $
-BLAKE2s (aiostream-0.6.4.tar.gz) = c092f8d0a645d752e4d60670da45e50e654ef41e0ba89c51b7dcba48eb9d0da1
-SHA512 (aiostream-0.6.4.tar.gz) = 598f925b06237d1b4fcdc0ad10ee393a11728391c6cb5d99488572fcff2c3aa8ce5bc42c874d44a0038c56e96540c295fb22828a8e4607bf045dc06a78b98507
-Size (aiostream-0.6.4.tar.gz) = 67983 bytes
+BLAKE2s (aiostream-0.7.0.tar.gz) = 4fae5467099e68e17a92cedc10dea4c3b54c5dd7aaae339902183051dbbd9631
+SHA512 (aiostream-0.7.0.tar.gz) = b1bcaa599067be90b98f6451256472864996f2bbd3f0e68b1989688667fcb8547e64c22fb122e05f9c824cc9daed6363b9bcc75b0cd311a38e175cf7017a65d1
+Size (aiostream-0.7.0.tar.gz) = 68267 bytes
Home |
Main Index |
Thread Index |
Old Index