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:           Thu Sep  6 13:41:33 UTC 2018

Modified Files:
        pkgsrc/www/py-cheroot: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-cheroot/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-cheroot/PLIST
cvs rdiff -u -r1.18 -r1.19 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.20 pkgsrc/www/py-cheroot/Makefile:1.21
--- pkgsrc/www/py-cheroot/Makefile:1.20 Mon Sep  3 07:58:51 2018
+++ pkgsrc/www/py-cheroot/Makefile      Thu Sep  6 13:41:33 2018
@@ -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>=2.8:
 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

Index: pkgsrc/www/py-cheroot/PLIST
diff -u pkgsrc/www/py-cheroot/PLIST:1.9 pkgsrc/www/py-cheroot/PLIST:1.10
--- pkgsrc/www/py-cheroot/PLIST:1.9     Mon Sep  3 07:58:51 2018
+++ pkgsrc/www/py-cheroot/PLIST Thu Sep  6 13:41:33 2018
@@ -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_https.pyo
 ${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

Index: pkgsrc/www/py-cheroot/distinfo
diff -u pkgsrc/www/py-cheroot/distinfo:1.18 pkgsrc/www/py-cheroot/distinfo:1.19
--- pkgsrc/www/py-cheroot/distinfo:1.18 Mon Sep  3 07:58:51 2018
+++ pkgsrc/www/py-cheroot/distinfo      Thu Sep  6 13:41:33 2018
@@ -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