pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-async-timeout



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 25 11:32:06 UTC 2024

Modified Files:
        pkgsrc/devel/py-async-timeout: Makefile PLIST distinfo

Log Message:
py-async-timeout: updated to 5.0.1

5.0.1 (2024-11-06)

Misc

5.0.0 (2024-10-31)

Features

- Make ``asyncio_timeout`` fully compatible with the standard ``asyncio.Timeout`` but keep backward compatibility with existing ``asyncio_timeout.Timeout`` API.

Improved Documentation

- On the `CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>`_ page,
  a link to the ``Towncrier philosophy`` has been fixed.

Deprecations and Removals

- Drop deprecated sync context manager support, use ``async with timeout(...): ...`` instead.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-async-timeout/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-async-timeout/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-async-timeout/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-async-timeout/Makefile
diff -u pkgsrc/devel/py-async-timeout/Makefile:1.14 pkgsrc/devel/py-async-timeout/Makefile:1.15
--- pkgsrc/devel/py-async-timeout/Makefile:1.14 Thu Aug 24 19:44:16 2023
+++ pkgsrc/devel/py-async-timeout/Makefile      Mon Nov 25 11:32:06 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/08/24 19:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/11/25 11:32:06 adam Exp $
 
-DISTNAME=      async-timeout-4.0.3
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      async_timeout-5.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/async-timeout/}
 
@@ -10,18 +10,14 @@ HOMEPAGE=   https://github.com/aio-libs/as
 COMMENT=       Timeout context manager for asyncio programs
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.6.5:../../devel/py-typing-extensions
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 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
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-async-timeout/PLIST
diff -u pkgsrc/devel/py-async-timeout/PLIST:1.3 pkgsrc/devel/py-async-timeout/PLIST:1.4
--- pkgsrc/devel/py-async-timeout/PLIST:1.3     Tue Nov 23 20:45:01 2021
+++ pkgsrc/devel/py-async-timeout/PLIST Mon Nov 25 11:32:06 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2021/11/23 20:45:01 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.4 2024/11/25 11:32:06 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/async_timeout/__init__.py
 ${PYSITELIB}/async_timeout/__init__.pyc
 ${PYSITELIB}/async_timeout/__init__.pyo

Index: pkgsrc/devel/py-async-timeout/distinfo
diff -u pkgsrc/devel/py-async-timeout/distinfo:1.12 pkgsrc/devel/py-async-timeout/distinfo:1.13
--- pkgsrc/devel/py-async-timeout/distinfo:1.12 Thu Aug 24 19:44:16 2023
+++ pkgsrc/devel/py-async-timeout/distinfo      Mon Nov 25 11:32:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/08/24 19:44:16 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/11/25 11:32:06 adam Exp $
 
-BLAKE2s (async-timeout-4.0.3.tar.gz) = 149e301772c3bd84d98b0ba2b879a8c6d42796be8156ab599fae50db324c1cd0
-SHA512 (async-timeout-4.0.3.tar.gz) = d7628370c47587a64170e067a5341bba17658da10900fb8ddf4426aa3f4facc55d63b28febb4b65abe12a9ff5be759319f49fc723c82a5a6cc27377c5e33a5a0
-Size (async-timeout-4.0.3.tar.gz) = 8345 bytes
+BLAKE2s (async_timeout-5.0.1.tar.gz) = fbc459eb474bac0459e5e911552f7721fa9d8973de118ecaef2395f41bc99d88
+SHA512 (async_timeout-5.0.1.tar.gz) = cf82de33bf4e092e8b092d9fdd18260ee708383940f3bb198bbad9ee137aa7573e511aaf2bc29f6c19c341c8e66abb6b8c4d5c0c20ca2e6fa0e12b25c2aef1a8
+Size (async_timeout-5.0.1.tar.gz) = 9274 bytes



Home | Main Index | Thread Index | Old Index