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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e22acdd7362f
branches:  trunk
changeset: 317199:e22acdd7362f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 02 12:40:54 2019 +0000

description:
py-cheroot: updated to 6.5.4

v6.5.4
Fix cheroot.ssl.pyopenssl under Python 3.
Remove custom license field from dist metadata.
Fully integrate trustme into all TLS tests. Also remove all hardcoded TLS certificates.
Remove traces of unittest and ddt usage.
Fix invalid input processing in cheroot._compat.extract_bytes().
Fix returning error explanation over plain HTTP for PyOpenSSL.
Add a fallback for os.lchmod() where it?s missing.
Avoid traceback for invalid client cert with builtin ssl adapter.
Avoid deprecation warning with OpenSSL.SSL.Connection.
Fix socket wrapper in PyOpenSSL adapter.
Improve tests coverage:
Client TLS certificate tests
cheroot._compat.extract_bytes()
Peercreds lookup

v6.5.3
Make SCRIPT_NAME optional per PEP 333.

diffstat:

 www/py-cheroot/Makefile |   6 ++++--
 www/py-cheroot/PLIST    |  23 +++++++----------------
 www/py-cheroot/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 23 deletions(-)

diffs (86 lines):

diff -r acad91cf8e7e -r e22acdd7362f www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Wed Jan 02 12:29:09 2019 +0000
+++ b/www/py-cheroot/Makefile   Wed Jan 02 12:40:54 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2018/09/06 13:41:33 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/01/02 12:40:54 adam Exp $
 
-DISTNAME=      cheroot-6.5.2
+DISTNAME=      cheroot-6.5.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -14,7 +14,9 @@
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm_git_archive>=1.0:../../devel/py-setuptools_scm_git_archive
+TEST_DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
 TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
diff -r acad91cf8e7e -r e22acdd7362f www/py-cheroot/PLIST
--- a/www/py-cheroot/PLIST      Wed Jan 02 12:29:09 2019 +0000
+++ b/www/py-cheroot/PLIST      Wed Jan 02 12:40:54 2019 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.10 2018/09/06 13:41:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/01/02 12:40:54 adam Exp $
 bin/cheroot-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/cheroot/__init__.py
@@ -46,17 +45,6 @@
 ${PYSITELIB}/cheroot/test/helper.py
 ${PYSITELIB}/cheroot/test/helper.pyc
 ${PYSITELIB}/cheroot/test/helper.pyo
-${PYSITELIB}/cheroot/test/ssl/ca.cert
-${PYSITELIB}/cheroot/test/ssl/ca.key
-${PYSITELIB}/cheroot/test/ssl/client.cert
-${PYSITELIB}/cheroot/test/ssl/client.key
-${PYSITELIB}/cheroot/test/ssl/client_ip.cert
-${PYSITELIB}/cheroot/test/ssl/client_wildcard.cert
-${PYSITELIB}/cheroot/test/ssl/client_wrong_ca.cert
-${PYSITELIB}/cheroot/test/ssl/client_wrong_host.cert
-${PYSITELIB}/cheroot/test/ssl/server.cert
-${PYSITELIB}/cheroot/test/ssl/server.key
-${PYSITELIB}/cheroot/test/test.pem
 ${PYSITELIB}/cheroot/test/test__compat.py
 ${PYSITELIB}/cheroot/test/test__compat.pyc
 ${PYSITELIB}/cheroot/test/test__compat.pyo
@@ -66,9 +54,12 @@
 ${PYSITELIB}/cheroot/test/test_core.py
 ${PYSITELIB}/cheroot/test/test_core.pyc
 ${PYSITELIB}/cheroot/test/test_core.pyo
-${PYSITELIB}/cheroot/test/test_https.py
-${PYSITELIB}/cheroot/test/test_https.pyc
-${PYSITELIB}/cheroot/test/test_https.pyo
+${PYSITELIB}/cheroot/test/test_dispatch.py
+${PYSITELIB}/cheroot/test/test_dispatch.pyc
+${PYSITELIB}/cheroot/test/test_dispatch.pyo
+${PYSITELIB}/cheroot/test/test_errors.py
+${PYSITELIB}/cheroot/test/test_errors.pyc
+${PYSITELIB}/cheroot/test/test_errors.pyo
 ${PYSITELIB}/cheroot/test/test_server.py
 ${PYSITELIB}/cheroot/test/test_server.pyc
 ${PYSITELIB}/cheroot/test/test_server.pyo
diff -r acad91cf8e7e -r e22acdd7362f www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo   Wed Jan 02 12:29:09 2019 +0000
+++ b/www/py-cheroot/distinfo   Wed Jan 02 12:40:54 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/09/06 13:41:33 adam Exp $
+$NetBSD: distinfo,v 1.20 2019/01/02 12:40:54 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index