pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-zmq



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 14 12:50:03 UTC 2020

Modified Files:
        pkgsrc/net/py-zmq: Makefile PLIST distinfo

Log Message:
py-zmq: updated to 19.0.0

19.0
Cython backend: Build Cython extensions with language level “3str” (requires Cython 0.29)
Cython backend: You can now cimport zmq
Asyncio: Fix memory leak in Poller
Log: Much improved logging in zmq.log (see Asynchronous Logging via PyZMQ)
Log: add python -m zmq.log entrypoint
Sources generated with Cython 0.29.15


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/py-zmq/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-zmq/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/py-zmq/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-zmq/Makefile
diff -u pkgsrc/net/py-zmq/Makefile:1.27 pkgsrc/net/py-zmq/Makefile:1.28
--- pkgsrc/net/py-zmq/Makefile:1.27     Thu Dec  5 10:02:12 2019
+++ pkgsrc/net/py-zmq/Makefile  Tue Apr 14 12:50:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2019/12/05 10:02:12 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/14 12:50:02 adam Exp $
 
-DISTNAME=      pyzmq-18.1.1
+DISTNAME=      pyzmq-19.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyzmq/}

Index: pkgsrc/net/py-zmq/PLIST
diff -u pkgsrc/net/py-zmq/PLIST:1.12 pkgsrc/net/py-zmq/PLIST:1.13
--- pkgsrc/net/py-zmq/PLIST:1.12        Thu Dec  5 10:02:12 2019
+++ pkgsrc/net/py-zmq/PLIST     Tue Apr 14 12:50:02 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.12 2019/12/05 10:02:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/04/14 12:50:02 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/zmq/__init__.pxd
 ${PYSITELIB}/zmq/__init__.py
 ${PYSITELIB}/zmq/__init__.pyc
 ${PYSITELIB}/zmq/__init__.pyo
@@ -62,6 +63,7 @@ ${PYSITELIB}/zmq/backend/cffi/socket.pyo
 ${PYSITELIB}/zmq/backend/cffi/utils.py
 ${PYSITELIB}/zmq/backend/cffi/utils.pyc
 ${PYSITELIB}/zmq/backend/cffi/utils.pyo
+${PYSITELIB}/zmq/backend/cython/__init__.pxd
 ${PYSITELIB}/zmq/backend/cython/__init__.py
 ${PYSITELIB}/zmq/backend/cython/__init__.pyc
 ${PYSITELIB}/zmq/backend/cython/__init__.pyo
@@ -186,6 +188,9 @@ ${PYSITELIB}/zmq/green/poll.pyo
 ${PYSITELIB}/zmq/log/__init__.py
 ${PYSITELIB}/zmq/log/__init__.pyc
 ${PYSITELIB}/zmq/log/__init__.pyo
+${PYSITELIB}/zmq/log/__main__.py
+${PYSITELIB}/zmq/log/__main__.pyc
+${PYSITELIB}/zmq/log/__main__.pyo
 ${PYSITELIB}/zmq/log/handlers.py
 ${PYSITELIB}/zmq/log/handlers.pyc
 ${PYSITELIB}/zmq/log/handlers.pyo
@@ -255,6 +260,9 @@ ${PYSITELIB}/zmq/tests/test_constants.py
 ${PYSITELIB}/zmq/tests/test_context.py
 ${PYSITELIB}/zmq/tests/test_context.pyc
 ${PYSITELIB}/zmq/tests/test_context.pyo
+${PYSITELIB}/zmq/tests/test_cython.py
+${PYSITELIB}/zmq/tests/test_cython.pyc
+${PYSITELIB}/zmq/tests/test_cython.pyo
 ${PYSITELIB}/zmq/tests/test_decorators.py
 ${PYSITELIB}/zmq/tests/test_decorators.pyc
 ${PYSITELIB}/zmq/tests/test_decorators.pyo

Index: pkgsrc/net/py-zmq/distinfo
diff -u pkgsrc/net/py-zmq/distinfo:1.20 pkgsrc/net/py-zmq/distinfo:1.21
--- pkgsrc/net/py-zmq/distinfo:1.20     Thu Dec  5 10:02:12 2019
+++ pkgsrc/net/py-zmq/distinfo  Tue Apr 14 12:50:02 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2019/12/05 10:02:12 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/04/14 12:50:02 adam Exp $
 
-SHA1 (pyzmq-18.1.1.tar.gz) = e6e9d4038d543fc7e4a5b4a8322da77e4954332c
-RMD160 (pyzmq-18.1.1.tar.gz) = 0b8485c474ed8ffc2a0a2ce0b363a1d09a9aa329
-SHA512 (pyzmq-18.1.1.tar.gz) = 27e7b454e8bf26bc7a201a858f1ff107da039f99c5a5987e463a6bb3dc5a4568a7ec2404dfb4612cac5740f69d943ab4116d0f0f7ece2d1bba1a0c2779c4c164
-Size (pyzmq-18.1.1.tar.gz) = 1142881 bytes
+SHA1 (pyzmq-19.0.0.tar.gz) = b84077344ed67649f34d4af8f619d96acbd03e73
+RMD160 (pyzmq-19.0.0.tar.gz) = f16e44db25bff69b92a21a4681476a613c68bbdc
+SHA512 (pyzmq-19.0.0.tar.gz) = 06a395fee62c78f806c43b07362fe2d4b7ac05813d75d4b983f8eefffbe0ca36f64db1591ead719b2866fcfe0867c919033eca0063ca32529e649cd9790461b1
+Size (pyzmq-19.0.0.tar.gz) = 1150320 bytes
 SHA1 (patch-buildutils_detect.py) = 74e061f716b308a3a8965d10fdbf18aca4b814f4
 SHA1 (patch-setup.py) = e03b101b23f2dd61bdd82743b7abeb57520898da



Home | Main Index | Thread Index | Old Index