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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e136df49561b
branches:  trunk
changeset: 384937:e136df49561b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 06 13:41:33 2018 +0000

description:
py-cheroot: updated to 6.5.2

v6.5.2
- Fix import of :py:mod:cheroot.ssl.pyopenssl by refactoring and separating
  :py:mod:cheroot.makefile's stream wrappers.

- Add initial tests for SSL layer with use of :py:mod:trustme

diffstat:

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

diffs (54 lines):

diff -r 97c61b1ba329 -r e136df49561b www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Thu Sep 06 13:36:16 2018 +0000
+++ b/www/py-cheroot/Makefile   Thu Sep 06 13:41:33 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/09/03 07:58:51 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/09/06 13:41:33 adam Exp $
 
-DISTNAME=      cheroot-6.5.1
+DISTNAME=      cheroot-6.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -20,6 +20,7 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-testmon>=0.9.7:../../devel/py-test-testmon
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.4.0:../../security/py-trustme
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
diff -r 97c61b1ba329 -r e136df49561b www/py-cheroot/PLIST
--- a/www/py-cheroot/PLIST      Thu Sep 06 13:36:16 2018 +0000
+++ b/www/py-cheroot/PLIST      Thu Sep 06 13:41:33 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/09/03 07:58:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/09/06 13:41:33 adam Exp $
 bin/cheroot-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -72,6 +72,9 @@
 ${PYSITELIB}/cheroot/test/test_server.py
 ${PYSITELIB}/cheroot/test/test_server.pyc
 ${PYSITELIB}/cheroot/test/test_server.pyo
+${PYSITELIB}/cheroot/test/test_ssl.py
+${PYSITELIB}/cheroot/test/test_ssl.pyc
+${PYSITELIB}/cheroot/test/test_ssl.pyo
 ${PYSITELIB}/cheroot/test/webtest.py
 ${PYSITELIB}/cheroot/test/webtest.pyc
 ${PYSITELIB}/cheroot/test/webtest.pyo
diff -r 97c61b1ba329 -r e136df49561b www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo   Thu Sep 06 13:36:16 2018 +0000
+++ b/www/py-cheroot/distinfo   Thu Sep 06 13:41:33 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2018/09/03 07:58:51 adam Exp $
+$NetBSD: distinfo,v 1.19 2018/09/06 13:41:33 adam Exp $
 
-SHA1 (cheroot-6.5.1.tar.gz) = bd5796a36976d9d40809f0026eb01d710421d9a8
-RMD160 (cheroot-6.5.1.tar.gz) = 52e5ad0be42375d34740ef5777871c9e731631ae
-SHA512 (cheroot-6.5.1.tar.gz) = 5fe6a624c73d9fd63707a2540f03ffecb0033a1a49e465843d6e04a0396f6092acc65d70f5d226e47765691e50d9d84a0de1fde155bacd5baaaeae92ff41a9e9
-Size (cheroot-6.5.1.tar.gz) = 91651 bytes
+SHA1 (cheroot-6.5.2.tar.gz) = e1348b8a2128d3e6bcc986c9b2e9ae5583c7c818
+RMD160 (cheroot-6.5.2.tar.gz) = c1feb52455d33740bda719b7ce66e4f9dbf26a32
+SHA512 (cheroot-6.5.2.tar.gz) = f31026050a45720a0aa08204607b521ae2c0666220886bd14f1f53f81411a66a8ff17e42640efb5189e998f3dfda2fbe41a2c18672dd83c52e9d8ad356cab264
+Size (cheroot-6.5.2.tar.gz) = 93217 bytes



Home | Main Index | Thread Index | Old Index