pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txaio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May  1 09:43:06 UTC 2023

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

Log Message:
py-txaio: update to 23.1.1.

23.1.1
------

- fix: support for Python up to v3.11
- fix: update GitHub CI
- fix: copyright transferred to typedef int GmbH - no license change!

22.2.1
------

- fix: cancel handling in python 3.8/3.9. (#175)
- fix: gracefully fail if coroutine called with wrong args (#176)
- fix: eliminate redundant dep. on mock (#170)
- fix: doc note that twisted supports native coroutines (#172)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-txaio/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-txaio/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-txaio/Makefile
diff -u pkgsrc/devel/py-txaio/Makefile:1.16 pkgsrc/devel/py-txaio/Makefile:1.17
--- pkgsrc/devel/py-txaio/Makefile:1.16 Tue Jan  4 20:53:45 2022
+++ pkgsrc/devel/py-txaio/Makefile      Mon May  1 09:43:06 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2022/01/04 20:53:45 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2023/05/01 09:43:06 wiz Exp $
 
-DISTNAME=      txaio-21.2.1
+DISTNAME=      txaio-23.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txaio/}
 
@@ -11,7 +10,6 @@ HOMEPAGE=     https://github.com/crossbario/
 COMMENT=       Compatibility API between asyncio/Twisted/Trollius
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
@@ -19,6 +17,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# needs to be installed
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 

Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.17 pkgsrc/devel/py-txaio/distinfo:1.18
--- pkgsrc/devel/py-txaio/distinfo:1.17 Tue Oct 26 10:19:12 2021
+++ pkgsrc/devel/py-txaio/distinfo      Mon May  1 09:43:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:19:12 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/05/01 09:43:06 wiz Exp $
 
-BLAKE2s (txaio-21.2.1.tar.gz) = 3e69ed47be57f6a75f1c5c3d18143b3b9bd2264198c41a997600b3eabb6c662e
-SHA512 (txaio-21.2.1.tar.gz) = 762875b9c10304dab31dd54f7830f56b0cc26dd6e7a98c8faf57891a2810e36f53004833f872f0f51bad61cb62be033cfc228c99fd6aff60cd4dd2ae2f2e5c37
-Size (txaio-21.2.1.tar.gz) = 53383 bytes
+BLAKE2s (txaio-23.1.1.tar.gz) = 3da3004058fc8210c38483edef5ceca4dbccd9d6496a856894e8118150032043
+SHA512 (txaio-23.1.1.tar.gz) = 41320501ec3e2555edc63326f2c5ee9bbc2fd103198a515b6dc4c44603a41d633c99a8f12c92ffc85f43546f0382d40f0c9748b13f7a7e70d98c5c4a2de85e2e
+Size (txaio-23.1.1.tar.gz) = 53704 bytes



Home | Main Index | Thread Index | Old Index