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:           Tue May 28 16:16:15 UTC 2024

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

Log Message:
py-aiostream: updated to 0.6.1

v0.6.1

Changes:

Fix documentation build
Expose Stream and sources_operator in the aiostream package

v0.6.0

Changes:

Support python 3.12
Support pyright and improve typing in general
Move from setup.* to pyproject.toml
Add typing to aiostream.test_utils
Make operators a singleton object instead of a class
Add sources operator to fix a breaking change in v0.5.x


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-aiostream/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/py-aiostream/Makefile:1.4
--- pkgsrc/devel/py-aiostream/Makefile:1.3      Thu Nov 23 16:16:36 2023
+++ pkgsrc/devel/py-aiostream/Makefile  Tue May 28 16:16:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/11/23 16:16:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/28 16:16:15 adam Exp $
 
-DISTNAME=      aiostream-0.5.2
+DISTNAME=      aiostream-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiostream/}
@@ -13,10 +13,8 @@ LICENSE=     gnu-gpl-v3
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
-
-# tests not included in pypi distfile
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-aiostream/distinfo
diff -u pkgsrc/devel/py-aiostream/distinfo:1.2 pkgsrc/devel/py-aiostream/distinfo:1.3
--- pkgsrc/devel/py-aiostream/distinfo:1.2      Thu Nov 23 09:01:33 2023
+++ pkgsrc/devel/py-aiostream/distinfo  Tue May 28 16:16:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/11/23 09:01:33 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/05/28 16:16:15 adam Exp $
 
-BLAKE2s (aiostream-0.5.2.tar.gz) = f55310994725e21b1f0d119c9ed1f82eaabb8e73cfb5260f4ce21c99797b69b8
-SHA512 (aiostream-0.5.2.tar.gz) = 5556b4dac536bc1105d9f6a7989e3bd46613b8915ab7017b0fcc55784e06be66d0e8911b1fb4e081f0aa42cbdbaccea2de2b5ab58625e58151b2d4e61b113364
-Size (aiostream-0.5.2.tar.gz) = 35339 bytes
+BLAKE2s (aiostream-0.6.1.tar.gz) = 70f9ee8b8f718f0cb9edd5fc3278ff717741918a7c1374e51385fbaa90e16308
+SHA512 (aiostream-0.6.1.tar.gz) = 4ad9e951cb19eaa3937673eefd6c601594dcf2b93e46cb2e4f1cd28d22b4a5f0d2a6a6cee94572a601fed14b8d19327a1fd88b4ab5a60e0328594b83df82b747
+Size (aiostream-0.6.1.tar.gz) = 66890 bytes



Home | Main Index | Thread Index | Old Index