pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cheroot py-cheroot: updated to 6.5.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f11b34a7f283
branches:  trunk
changeset: 334212:f11b34a7f283
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 21 08:36:32 2019 +0000

description:
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.

diffstat:

 www/py-cheroot/Makefile |   7 ++++---
 www/py-cheroot/PLIST    |   5 ++++-
 www/py-cheroot/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 06e100484a6b -r f11b34a7f283 www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Tue May 21 08:32:04 2019 +0000
+++ b/www/py-cheroot/Makefile   Tue May 21 08:36:32 2019 +0000
@@ -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 @@
 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}
diff -r 06e100484a6b -r f11b34a7f283 www/py-cheroot/PLIST
--- a/www/py-cheroot/PLIST      Tue May 21 08:32:04 2019 +0000
+++ b/www/py-cheroot/PLIST      Tue May 21 08:36:32 2019 +0000
@@ -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_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
diff -r 06e100484a6b -r f11b34a7f283 www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo   Tue May 21 08:32:04 2019 +0000
+++ b/www/py-cheroot/distinfo   Tue May 21 08:36:32 2019 +0000
@@ -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