pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-uvloop



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 22 08:56:38 UTC 2019

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

Log Message:
py-uvloop: updated to 0.12.0

v0.12.0:
New Features
- New SSL implementation. The new implementation is faster and
  and more complete, and will become the default SSL implementation
  in asyncio 3.8. This is a significant change that warrants a release
  candidate to make sure it is tested properly.
- New uvloop.install() helper function.

Bug Fixes
- All bug fixes from 0.11.0—0.11.3 are included in
this release.
- ssl.CertificateError is no longer logged as it's delivered to
the Protocol.connection_lost() anyways.
- Don't use non-existent UDPTransport._address attribute.

Performance
- Improve UDPTransport.sendto() performance.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-uvloop/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-uvloop/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-uvloop/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-uvloop/Makefile
diff -u pkgsrc/devel/py-uvloop/Makefile:1.14 pkgsrc/devel/py-uvloop/Makefile:1.15
--- pkgsrc/devel/py-uvloop/Makefile:1.14        Wed Oct 31 10:46:15 2018
+++ pkgsrc/devel/py-uvloop/Makefile     Tue Jan 22 08:56:38 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/10/31 10:46:15 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/01/22 08:56:38 adam Exp $
 
-DISTNAME=      uvloop-0.11.3
+DISTNAME=      uvloop-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uvloop/}

Index: pkgsrc/devel/py-uvloop/PLIST
diff -u pkgsrc/devel/py-uvloop/PLIST:1.3 pkgsrc/devel/py-uvloop/PLIST:1.4
--- pkgsrc/devel/py-uvloop/PLIST:1.3    Thu May 31 09:28:40 2018
+++ pkgsrc/devel/py-uvloop/PLIST        Tue Jan 22 08:56:38 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/31 09:28:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/01/22 08:56:38 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -52,6 +52,7 @@ ${PYSITELIB}/uvloop/includes/compat.h
 ${PYSITELIB}/uvloop/includes/consts.pxi
 ${PYSITELIB}/uvloop/includes/debug.h
 ${PYSITELIB}/uvloop/includes/debug.pxd
+${PYSITELIB}/uvloop/includes/flowcontrol.pxd
 ${PYSITELIB}/uvloop/includes/python.pxd
 ${PYSITELIB}/uvloop/includes/stdlib.pxi
 ${PYSITELIB}/uvloop/includes/system.pxd
@@ -65,4 +66,5 @@ ${PYSITELIB}/uvloop/request.pxd
 ${PYSITELIB}/uvloop/request.pyx
 ${PYSITELIB}/uvloop/server.pxd
 ${PYSITELIB}/uvloop/server.pyx
+${PYSITELIB}/uvloop/sslproto.pxd
 ${PYSITELIB}/uvloop/sslproto.pyx

Index: pkgsrc/devel/py-uvloop/distinfo
diff -u pkgsrc/devel/py-uvloop/distinfo:1.11 pkgsrc/devel/py-uvloop/distinfo:1.12
--- pkgsrc/devel/py-uvloop/distinfo:1.11        Wed Oct 31 10:46:15 2018
+++ pkgsrc/devel/py-uvloop/distinfo     Tue Jan 22 08:56:38 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2018/10/31 10:46:15 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/01/22 08:56:38 adam Exp $
 
-SHA1 (uvloop-0.11.3.tar.gz) = 0622ffb4f48c9c588ec061f56a4ed982e7a71f0f
-RMD160 (uvloop-0.11.3.tar.gz) = 49abbd5c3583f1c1643391194f4762f83b178c6e
-SHA512 (uvloop-0.11.3.tar.gz) = 1e66aa045c5e2075efbd09a3f7f36d739ad1f953acd88db08f7ce07b854543909104e4068ad7d2dc154420b031428e650fa46b8c5ff7509571a7a507a4843d7a
-Size (uvloop-0.11.3.tar.gz) = 1939702 bytes
+SHA1 (uvloop-0.12.0.tar.gz) = 1d09bd3ee7199f4219262360e2fb7741e6e6e0f9
+RMD160 (uvloop-0.12.0.tar.gz) = c5eb758aab48e85a9e9c0af2573260a74573c229
+SHA512 (uvloop-0.12.0.tar.gz) = 0e8306390bb06bedee54e0165ac686ccacb7e08b3d85ad8e2753f46b7ee02598f1d1f14d72ef36fd721c7d13b7585f36103b6997400bfa0036e581ef52fececd
+Size (uvloop-0.12.0.tar.gz) = 1919706 bytes
 SHA1 (patch-setup.py) = 4be1c2b9612dfaa749ae1c92382fd054b17a1d8c



Home | Main Index | Thread Index | Old Index