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:           Sun Oct 19 18:39:28 UTC 2025

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

Log Message:
py-aiostream: update to 0.7.1.

What's Changed

    Fix typing for stream.create.just by @vxgmichel in #134
    Fix: strict zip of items that fail on __eq__ by @vthemelis in #135
    Fix: Use is instead of isinstance by @vthemelis in #136
    Add python 3.14 support by @vxgmichel in #138


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-aiostream/Makefile
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/devel/py-aiostream/Makefile:1.11
--- pkgsrc/devel/py-aiostream/Makefile:1.10     Tue Jul  1 19:29:22 2025
+++ pkgsrc/devel/py-aiostream/Makefile  Sun Oct 19 18:39:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/07/01 19:29:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/10/19 18:39:28 wiz Exp $
 
-DISTNAME=      aiostream-0.7.0
+DISTNAME=      aiostream-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiostream/}

Index: pkgsrc/devel/py-aiostream/distinfo
diff -u pkgsrc/devel/py-aiostream/distinfo:1.7 pkgsrc/devel/py-aiostream/distinfo:1.8
--- pkgsrc/devel/py-aiostream/distinfo:1.7      Tue Jul  1 19:29:22 2025
+++ pkgsrc/devel/py-aiostream/distinfo  Sun Oct 19 18:39:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/07/01 19:29:22 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/10/19 18:39:28 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index