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 Oct 16 09:42:34 UTC 2025

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

Log Message:
py-aiofiles: updated to 25.1.0

25.1.0 (2025-10-09)

- Switch to [uv](https://docs.astral.sh/uv/) + add Python v3.14 support.
- Add `ruff` formatter and linter.
- Drop Python 3.8 support. If you require it, use version 24.1.0.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-aiofiles/Makefile
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/devel/py-aiofiles/Makefile:1.15
--- pkgsrc/devel/py-aiofiles/Makefile:1.14      Thu Jun 27 10:57:46 2024
+++ pkgsrc/devel/py-aiofiles/Makefile   Thu Oct 16 09:42:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/06/27 10:57:46 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/10/16 09:42:34 adam Exp $
 
-DISTNAME=      aiofiles-24.1.0
+DISTNAME=      aiofiles-25.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiofiles/}
@@ -10,12 +10,11 @@ HOMEPAGE=   https://github.com/Tinche/aiof
 COMMENT=       File support for asyncio
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.19.0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=1.0.0:../../devel/py-test-asyncio
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-aiofiles/distinfo
diff -u pkgsrc/devel/py-aiofiles/distinfo:1.13 pkgsrc/devel/py-aiofiles/distinfo:1.14
--- pkgsrc/devel/py-aiofiles/distinfo:1.13      Thu Jun 27 10:57:46 2024
+++ pkgsrc/devel/py-aiofiles/distinfo   Thu Oct 16 09:42:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/06/27 10:57:46 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/10/16 09:42:34 adam Exp $
 
-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
+BLAKE2s (aiofiles-25.1.0.tar.gz) = 2227439fa3a18bed78971b3cfb017e6fd1735b9bf456457288d967f411ce674d
+SHA512 (aiofiles-25.1.0.tar.gz) = 7b4afc8fa25cb161e850db253b582249c5d8b77aeaaa5db9bd7cf7c9ba4b7b545f9013234ca384983c021ad211cdb6e0f34da85c93d5096da9a6e6f0c2404bbe
+Size (aiofiles-25.1.0.tar.gz) = 46354 bytes



Home | Main Index | Thread Index | Old Index