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:   adam
Date:           Tue Apr  7 08:47:45 UTC 2020

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

Log Message:
py-txaio: updated to 20.4.1

20.4.1:
new: upload wheel to S3 (bucket "crossbarbuilder") in CI deploy stage
fix: fix event loop threading issue


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-txaio/Makefile \
    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.12 pkgsrc/devel/py-txaio/Makefile:1.13
--- pkgsrc/devel/py-txaio/Makefile:1.12 Mon Mar 23 10:06:24 2020
+++ pkgsrc/devel/py-txaio/Makefile      Tue Apr  7 08:47:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/03/23 10:06:24 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/07 08:47:45 adam Exp $
 
-DISTNAME=      txaio-20.3.1
+DISTNAME=      txaio-20.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txaio/}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://github.com/crossbario/
 COMMENT=       Compatibility API between asyncio/Twisted/Trollius
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 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
@@ -20,7 +19,7 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
-       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.12 pkgsrc/devel/py-txaio/distinfo:1.13
--- pkgsrc/devel/py-txaio/distinfo:1.12 Mon Mar 23 10:06:24 2020
+++ pkgsrc/devel/py-txaio/distinfo      Tue Apr  7 08:47:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/03/23 10:06:24 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/04/07 08:47:45 adam Exp $
 
-SHA1 (txaio-20.3.1.tar.gz) = 94e6506679e6168b6b30fe03fc31bcf2b2039a56
-RMD160 (txaio-20.3.1.tar.gz) = f73439322adb3da7dfbbdb5a6e9aa1ab3912ecfb
-SHA512 (txaio-20.3.1.tar.gz) = 36d59a2958c32878624606920af5bbe882824e5d53b2c7e3cc30a1be3fd74506dd7c1de9dc6ee3a6fd0b28278f466f80fac25bccb5e977dd9ad275ce697f3105
-Size (txaio-20.3.1.tar.gz) = 52275 bytes
+SHA1 (txaio-20.4.1.tar.gz) = 2ebb0e3987a89e819280009cf1523660dfe43cbe
+RMD160 (txaio-20.4.1.tar.gz) = e85d0120a2321ac56486662f78598a366b730752
+SHA512 (txaio-20.4.1.tar.gz) = da0269d13d72f4ea14f2e67585cdb74ec5105884c31d81157fb85e92d4eb935b1c13eb1222bd5ecd57a8caa36008cf49de85321e7b67e94159330e1d592d42c4
+Size (txaio-20.4.1.tar.gz) = 52580 bytes



Home | Main Index | Thread Index | Old Index