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:           Mon Jul 22 04:51:06 UTC 2024

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

Log Message:
py-aiostream: updated to 0.6.2

0.6.2

Fixing the issue of the lack of installation sections
Configure pytest test paths so test_utils.py is not mistaken for a test file
Add strict parameter to stream.zip


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-aiostream/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/devel/py-aiostream/Makefile:1.5
--- pkgsrc/devel/py-aiostream/Makefile:1.4      Tue May 28 16:16:15 2024
+++ pkgsrc/devel/py-aiostream/Makefile  Mon Jul 22 04:51:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/05/28 16:16:15 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/07/22 04:51:06 adam Exp $
 
-DISTNAME=      aiostream-0.6.1
+DISTNAME=      aiostream-0.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiostream/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/vxgmichel/a
 COMMENT=       Generator-based operators for asynchronous iteration
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69.5:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio

Index: pkgsrc/devel/py-aiostream/distinfo
diff -u pkgsrc/devel/py-aiostream/distinfo:1.3 pkgsrc/devel/py-aiostream/distinfo:1.4
--- pkgsrc/devel/py-aiostream/distinfo:1.3      Tue May 28 16:16:15 2024
+++ pkgsrc/devel/py-aiostream/distinfo  Mon Jul 22 04:51:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/05/28 16:16:15 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/07/22 04:51:06 adam Exp $
 
-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
+BLAKE2s (aiostream-0.6.2.tar.gz) = 6bcd9a5cbd38b18ce6df55630be5966faa78995a23d80da142046e7a277483e7
+SHA512 (aiostream-0.6.2.tar.gz) = 19ea03f1bf492e2af420668d4cd89f8fa261c5c87ffc61b6f7595655bbbfc50afff7246030baa3de5f8e40781fbf772951f8aa312d498588bacdf03599750eaf
+Size (aiostream-0.6.2.tar.gz) = 67754 bytes



Home | Main Index | Thread Index | Old Index