pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-cheroot
Module Name: pkgsrc
Committed By: adam
Date: Tue May 21 08:36:32 UTC 2019
Modified Files:
pkgsrc/www/py-cheroot: Makefile PLIST distinfo
Log Message:
py-cheroot: updated to 6.5.5
v6.5.5
- :issue:99 via :pr:186': Sockets now collect statistics (bytes
read and written) on Python 3 same as Python 2.
- :cp-issue:1618 via :pr:180: Ignore OpenSSL's 1.1+ Error 0
under any Python while wrapping a socket.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-cheroot/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-cheroot/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-cheroot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-cheroot/Makefile
diff -u pkgsrc/www/py-cheroot/Makefile:1.22 pkgsrc/www/py-cheroot/Makefile:1.23
--- pkgsrc/www/py-cheroot/Makefile:1.22 Wed Jan 2 12:40:54 2019
+++ pkgsrc/www/py-cheroot/Makefile Tue May 21 08:36:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/01/02 12:40:54 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/05/21 08:36:32 adam Exp $
-DISTNAME= cheroot-6.5.4
+DISTNAME= cheroot-6.5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -32,7 +32,8 @@ DEPENDS+= ${PYPKGPREFIX}-backports.funct
USE_LANGUAGES= # none
post-install:
- cd ${DESTDIR}${PREFIX}/bin && ${MV} cheroot cheroot-${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} cheroot cheroot-${PYVERSSUFFIX} || ${TRUE}
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
Index: pkgsrc/www/py-cheroot/PLIST
diff -u pkgsrc/www/py-cheroot/PLIST:1.11 pkgsrc/www/py-cheroot/PLIST:1.12
--- pkgsrc/www/py-cheroot/PLIST:1.11 Wed Jan 2 12:40:54 2019
+++ pkgsrc/www/py-cheroot/PLIST Tue May 21 08:36:32 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/01/02 12:40:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/05/21 08:36:32 adam Exp $
bin/cheroot-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -60,6 +60,9 @@ ${PYSITELIB}/cheroot/test/test_dispatch.
${PYSITELIB}/cheroot/test/test_errors.py
${PYSITELIB}/cheroot/test/test_errors.pyc
${PYSITELIB}/cheroot/test/test_errors.pyo
+${PYSITELIB}/cheroot/test/test_makefile.py
+${PYSITELIB}/cheroot/test/test_makefile.pyc
+${PYSITELIB}/cheroot/test/test_makefile.pyo
${PYSITELIB}/cheroot/test/test_server.py
${PYSITELIB}/cheroot/test/test_server.pyc
${PYSITELIB}/cheroot/test/test_server.pyo
Index: pkgsrc/www/py-cheroot/distinfo
diff -u pkgsrc/www/py-cheroot/distinfo:1.20 pkgsrc/www/py-cheroot/distinfo:1.21
--- pkgsrc/www/py-cheroot/distinfo:1.20 Wed Jan 2 12:40:54 2019
+++ pkgsrc/www/py-cheroot/distinfo Tue May 21 08:36:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/01/02 12:40:54 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/05/21 08:36:32 adam Exp $
-SHA1 (cheroot-6.5.4.tar.gz) = 43d6c800f4b304fee62257d8be77be0da674ef4a
-RMD160 (cheroot-6.5.4.tar.gz) = 3ce30606c0f1808544c4dc0305a9255b9bdffc1f
-SHA512 (cheroot-6.5.4.tar.gz) = 62a48ced225bf9167259b82f5e88a953bdc422982a6c0b0121b28e895cc8347cc033f573b57a048c59167586e0b21e94ad233ce2b65a1b72feb01db82b5ed411
-Size (cheroot-6.5.4.tar.gz) = 81067 bytes
+SHA1 (cheroot-6.5.5.tar.gz) = 7d0d43f5e83f0a3512153afa2cee483bfdd2db85
+RMD160 (cheroot-6.5.5.tar.gz) = ccfebbc1e5cb37d3ad7526f0dbcbf6fdd441f27e
+SHA512 (cheroot-6.5.5.tar.gz) = 85ac5072615ba1b906c23b167e2582ad3cad12c5e4b70d81cef971a61a1caf287f479a665e8fabd66b2bae9c8bb1c9947e5e3fb4ba6e064678782bb3eb351d34
+Size (cheroot-6.5.5.tar.gz) = 83794 bytes
Home |
Main Index |
Thread Index |
Old Index