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:           Mon Mar 23 10:06:24 UTC 2020

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

Log Message:
py-txaio: updated to 20.3.1

20.3.1
- MISC: Remove python2 support
- NEW: support import-time framework selection


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-txaio/Makefile \
    pkgsrc/devel/py-txaio/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-txaio/PLIST

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.11 pkgsrc/devel/py-txaio/Makefile:1.12
--- pkgsrc/devel/py-txaio/Makefile:1.11 Thu Jan 23 14:20:34 2020
+++ pkgsrc/devel/py-txaio/Makefile      Mon Mar 23 10:06:24 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/01/23 14:20:34 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/23 10:06:24 adam Exp $
 
-DISTNAME=      txaio-20.1.1
+DISTNAME=      txaio-20.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txaio/}
Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.11 pkgsrc/devel/py-txaio/distinfo:1.12
--- pkgsrc/devel/py-txaio/distinfo:1.11 Thu Jan 23 14:20:34 2020
+++ pkgsrc/devel/py-txaio/distinfo      Mon Mar 23 10:06:24 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/01/23 14:20:34 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/03/23 10:06:24 adam Exp $
 
-SHA1 (txaio-20.1.1.tar.gz) = 0ea0e76c3e7742ca8ec1dcb4de2a10b6f6239d93
-RMD160 (txaio-20.1.1.tar.gz) = 3f894a87c5801b0e975d07582a66694c629bc6eb
-SHA512 (txaio-20.1.1.tar.gz) = a5a631fe9b0e648db66178991353c8e5ec6b1bf653f411dd11b1d3c2df9f205f907ea996a51b53c1722c0412bf5414929c96304e04072f4ed7991f61ea85e9a0
-Size (txaio-20.1.1.tar.gz) = 53391 bytes
+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

Index: pkgsrc/devel/py-txaio/PLIST
diff -u pkgsrc/devel/py-txaio/PLIST:1.3 pkgsrc/devel/py-txaio/PLIST:1.4
--- pkgsrc/devel/py-txaio/PLIST:1.3     Thu Jan 23 14:20:34 2020
+++ pkgsrc/devel/py-txaio/PLIST Mon Mar 23 10:06:24 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/01/23 14:20:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/03/23 10:06:24 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -35,3 +35,9 @@ ${PYSITELIB}/txaio/testutil.pyo
 ${PYSITELIB}/txaio/tx.py
 ${PYSITELIB}/txaio/tx.pyc
 ${PYSITELIB}/txaio/tx.pyo
+${PYSITELIB}/txaio/with_asyncio.py
+${PYSITELIB}/txaio/with_asyncio.pyc
+${PYSITELIB}/txaio/with_asyncio.pyo
+${PYSITELIB}/txaio/with_twisted.py
+${PYSITELIB}/txaio/with_twisted.pyc
+${PYSITELIB}/txaio/with_twisted.pyo



Home | Main Index | Thread Index | Old Index