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:   wiz
Date:           Sat Jan  8 10:37:28 UTC 2022

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

Log Message:
py-async-timeout: update to 4.0.2.

Fix tests.

4.0.2 (2021-12-20)
==================

Misc
----

- `#259 <https://github.com/aio-libs/async-timeout/issues/259>`_, `#274 <https://github.com/aio-libs/async-timeout/issues/274>`_


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-async-timeout/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/devel/py-async-timeout/Makefile:1.13
--- pkgsrc/devel/py-async-timeout/Makefile:1.12 Tue Jan  4 20:52:50 2022
+++ pkgsrc/devel/py-async-timeout/Makefile      Sat Jan  8 10:37:28 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:52:50 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/08 10:37:28 wiz Exp $
 
-DISTNAME=      async-timeout-4.0.1
+DISTNAME=      async-timeout-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/async-timeout/}
 
@@ -20,6 +19,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 

Index: pkgsrc/devel/py-async-timeout/distinfo
diff -u pkgsrc/devel/py-async-timeout/distinfo:1.10 pkgsrc/devel/py-async-timeout/distinfo:1.11
--- pkgsrc/devel/py-async-timeout/distinfo:1.10 Tue Nov 23 20:45:01 2021
+++ pkgsrc/devel/py-async-timeout/distinfo      Sat Jan  8 10:37:28 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/11/23 20:45:01 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/01/08 10:37:28 wiz Exp $
 
-BLAKE2s (async-timeout-4.0.1.tar.gz) = b8ea97426e8139592c76f1a3f834800b24f2c0152467eb9f37588213440b4d94
-SHA512 (async-timeout-4.0.1.tar.gz) = 24a72daf9e0737d0be351a35ff28242dea735bed33f06d9865a71983b1341693c80856c0668d6a485bccc8cf7b9adde33fa904e94bf4730e4a678216e572d119
-Size (async-timeout-4.0.1.tar.gz) = 8030 bytes
+BLAKE2s (async-timeout-4.0.2.tar.gz) = cae823ec54df7dcf1c6f2dee6df14463fef5fcb23c5aa0dd39b660808782f57c
+SHA512 (async-timeout-4.0.2.tar.gz) = e9884a525b99bc1a3a15c958a1dbb25a92cb286bb7360b03b0be3198e61685970628c8fef6dc478beba3f031e0ff6f03b1fcc3c2c34032d7fea6f8b65850ac38
+Size (async-timeout-4.0.2.tar.gz) = 8221 bytes



Home | Main Index | Thread Index | Old Index