pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aiofiles



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 27 10:57:46 UTC 2024

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

Log Message:
py-aiofiles: updated to 24.1.0

24.1.0

Import os.link conditionally to fix importing on android.
Remove spurious items from aiofiles.os.__all__ when running on Windows.
Switch to more modern async idioms: Remove types.coroutine and make AiofilesContextManager an awaitable instead a coroutine.
Add aiofiles.os.path.abspath and aiofiles.os.getcwd.
aiofiles is now tested on Python 3.13 too.
Dropped Python 3.7 support. If you require it, use version 23.2.1.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-aiofiles/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-aiofiles/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-aiofiles/Makefile
diff -u pkgsrc/devel/py-aiofiles/Makefile:1.13 pkgsrc/devel/py-aiofiles/Makefile:1.14
--- pkgsrc/devel/py-aiofiles/Makefile:1.13      Sat Oct 28 19:56:56 2023
+++ pkgsrc/devel/py-aiofiles/Makefile   Thu Jun 27 10:57:46 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2023/10/28 19:56:56 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/06/27 10:57:46 adam Exp $
 
-DISTNAME=      aiofiles-23.2.1
+DISTNAME=      aiofiles-24.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiofiles/}
 
@@ -12,15 +11,11 @@ COMMENT=    File support for asyncio
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.19.0:../../devel/py-test-asyncio
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-aiofiles/distinfo
diff -u pkgsrc/devel/py-aiofiles/distinfo:1.12 pkgsrc/devel/py-aiofiles/distinfo:1.13
--- pkgsrc/devel/py-aiofiles/distinfo:1.12      Wed Aug  9 20:15:49 2023
+++ pkgsrc/devel/py-aiofiles/distinfo   Thu Jun 27 10:57:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/08/09 20:15:49 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/06/27 10:57:46 adam Exp $
 
-BLAKE2s (aiofiles-23.2.1.tar.gz) = 26428a1e03d1975416ef25de549c4b723ffe65ce8ddcf1542ff1b8c4d3d14190
-SHA512 (aiofiles-23.2.1.tar.gz) = defc9d1ff5351c1812432db1849233b1f0aa661f6420c79a6eb17d84c0622ee4dd5102d50e9ef920c91adcc48914a39cd62701b340b01806a83773bf05900b6f
-Size (aiofiles-23.2.1.tar.gz) = 32072 bytes
+BLAKE2s (aiofiles-24.1.0.tar.gz) = d094c45ca289696de92cecfb4a4613013f5593a93fec1a097ee970c410515a28
+SHA512 (aiofiles-24.1.0.tar.gz) = dcb7f69354899f752cf4eef63a19ca6582f9288735345a0ff7503f3dd571e0a184962fbb89054a2e46e3efff5d84db6bdec4bb421a7d0aa8fec2c3093e54c371
+Size (aiofiles-24.1.0.tar.gz) = 30247 bytes



Home | Main Index | Thread Index | Old Index