Skip to content

Commit

Permalink
py-txaio: update to 23.1.1.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed May 1, 2023
1 parent 0dac0c0 commit d6f7e73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions devel/py-txaio/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -11,14 +10,14 @@ HOMEPAGE= https://github.com/crossbario/txaio
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

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

# needs to be installed
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}

Expand Down
8 changes: 4 additions & 4 deletions devel/py-txaio/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d6f7e73

Please sign in to comment.