Tue May 21 08:36:32 2019 UTC ()
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.


(adam)
diff -r1.22 -r1.23 pkgsrc/www/py-cheroot/Makefile
diff -r1.11 -r1.12 pkgsrc/www/py-cheroot/PLIST
diff -r1.20 -r1.21 pkgsrc/www/py-cheroot/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/www/py-cheroot/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-cheroot/Makefile 2019/01/02 12:40:54 1.22
+++ pkgsrc/www/py-cheroot/Makefile 2019/05/21 08:36:32 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2019/01/02 12:40:54 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2019/05/21 08:36:32 adam Exp $
2 2
3DISTNAME= cheroot-6.5.4 3DISTNAME= cheroot-6.5.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.cherrypy.org/ 9HOMEPAGE= http://www.cherrypy.org/
10COMMENT= High-performance, pure-Python HTTP server used by CherryPy 10COMMENT= High-performance, pure-Python HTTP server used by CherryPy
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools 13DEPENDS+= ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools
14DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
15BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm 15BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
16BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm_git_archive>=1.0:../../devel/py-setuptools_scm_git_archive 16BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm_git_archive>=1.0:../../devel/py-setuptools_scm_git_archive
@@ -22,20 +22,21 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8: @@ -22,20 +22,21 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:
22TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 22TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
23TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar 23TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
24TEST_DEPENDS+= ${PYPKGPREFIX}-test-testmon>=0.9.7:../../devel/py-test-testmon 24TEST_DEPENDS+= ${PYPKGPREFIX}-test-testmon>=0.9.7:../../devel/py-test-testmon
25TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.4.0:../../security/py-trustme 25TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.4.0:../../security/py-trustme
26 26
27.include "../../lang/python/pyversion.mk" 27.include "../../lang/python/pyversion.mk"
28.if ${_PYTHON_VERSION} == 27 28.if ${_PYTHON_VERSION} == 27
29DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache 29DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
30.endif 30.endif
31 31
32USE_LANGUAGES= # none 32USE_LANGUAGES= # none
33 33
34post-install: 34post-install:
35 cd ${DESTDIR}${PREFIX}/bin && ${MV} cheroot cheroot-${PYVERSSUFFIX} || ${TRUE} 35 cd ${DESTDIR}${PREFIX}/bin && \
 36 ${MV} cheroot cheroot-${PYVERSSUFFIX} || ${TRUE}
36 37
37do-test: 38do-test:
38 cd ${WRKSRC} && py.test-${PYVERSSUFFIX} 39 cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
39 40
40.include "../../lang/python/egg.mk" 41.include "../../lang/python/egg.mk"
41.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/www/py-cheroot/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-cheroot/PLIST 2019/01/02 12:40:54 1.11
+++ pkgsrc/www/py-cheroot/PLIST 2019/05/21 08:36:32 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2019/01/02 12:40:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.12 2019/05/21 08:36:32 adam Exp $
2bin/cheroot-${PYVERSSUFFIX} 2bin/cheroot-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/cheroot/__init__.py 9${PYSITELIB}/cheroot/__init__.py
10${PYSITELIB}/cheroot/__init__.pyc 10${PYSITELIB}/cheroot/__init__.pyc
11${PYSITELIB}/cheroot/__init__.pyo 11${PYSITELIB}/cheroot/__init__.pyo
12${PYSITELIB}/cheroot/__main__.py 12${PYSITELIB}/cheroot/__main__.py
13${PYSITELIB}/cheroot/__main__.pyc 13${PYSITELIB}/cheroot/__main__.pyc
14${PYSITELIB}/cheroot/__main__.pyo 14${PYSITELIB}/cheroot/__main__.pyo
@@ -50,26 +50,29 @@ ${PYSITELIB}/cheroot/test/test__compat.p @@ -50,26 +50,29 @@ ${PYSITELIB}/cheroot/test/test__compat.p
50${PYSITELIB}/cheroot/test/test__compat.pyo 50${PYSITELIB}/cheroot/test/test__compat.pyo
51${PYSITELIB}/cheroot/test/test_conn.py 51${PYSITELIB}/cheroot/test/test_conn.py
52${PYSITELIB}/cheroot/test/test_conn.pyc 52${PYSITELIB}/cheroot/test/test_conn.pyc
53${PYSITELIB}/cheroot/test/test_conn.pyo 53${PYSITELIB}/cheroot/test/test_conn.pyo
54${PYSITELIB}/cheroot/test/test_core.py 54${PYSITELIB}/cheroot/test/test_core.py
55${PYSITELIB}/cheroot/test/test_core.pyc 55${PYSITELIB}/cheroot/test/test_core.pyc
56${PYSITELIB}/cheroot/test/test_core.pyo 56${PYSITELIB}/cheroot/test/test_core.pyo
57${PYSITELIB}/cheroot/test/test_dispatch.py 57${PYSITELIB}/cheroot/test/test_dispatch.py
58${PYSITELIB}/cheroot/test/test_dispatch.pyc 58${PYSITELIB}/cheroot/test/test_dispatch.pyc
59${PYSITELIB}/cheroot/test/test_dispatch.pyo 59${PYSITELIB}/cheroot/test/test_dispatch.pyo
60${PYSITELIB}/cheroot/test/test_errors.py 60${PYSITELIB}/cheroot/test/test_errors.py
61${PYSITELIB}/cheroot/test/test_errors.pyc 61${PYSITELIB}/cheroot/test/test_errors.pyc
62${PYSITELIB}/cheroot/test/test_errors.pyo 62${PYSITELIB}/cheroot/test/test_errors.pyo
 63${PYSITELIB}/cheroot/test/test_makefile.py
 64${PYSITELIB}/cheroot/test/test_makefile.pyc
 65${PYSITELIB}/cheroot/test/test_makefile.pyo
63${PYSITELIB}/cheroot/test/test_server.py 66${PYSITELIB}/cheroot/test/test_server.py
64${PYSITELIB}/cheroot/test/test_server.pyc 67${PYSITELIB}/cheroot/test/test_server.pyc
65${PYSITELIB}/cheroot/test/test_server.pyo 68${PYSITELIB}/cheroot/test/test_server.pyo
66${PYSITELIB}/cheroot/test/test_ssl.py 69${PYSITELIB}/cheroot/test/test_ssl.py
67${PYSITELIB}/cheroot/test/test_ssl.pyc 70${PYSITELIB}/cheroot/test/test_ssl.pyc
68${PYSITELIB}/cheroot/test/test_ssl.pyo 71${PYSITELIB}/cheroot/test/test_ssl.pyo
69${PYSITELIB}/cheroot/test/webtest.py 72${PYSITELIB}/cheroot/test/webtest.py
70${PYSITELIB}/cheroot/test/webtest.pyc 73${PYSITELIB}/cheroot/test/webtest.pyc
71${PYSITELIB}/cheroot/test/webtest.pyo 74${PYSITELIB}/cheroot/test/webtest.pyo
72${PYSITELIB}/cheroot/testing.py 75${PYSITELIB}/cheroot/testing.py
73${PYSITELIB}/cheroot/testing.pyc 76${PYSITELIB}/cheroot/testing.pyc
74${PYSITELIB}/cheroot/testing.pyo 77${PYSITELIB}/cheroot/testing.pyo
75${PYSITELIB}/cheroot/workers/__init__.py 78${PYSITELIB}/cheroot/workers/__init__.py

cvs diff -r1.20 -r1.21 pkgsrc/www/py-cheroot/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-cheroot/distinfo 2019/01/02 12:40:54 1.20
+++ pkgsrc/www/py-cheroot/distinfo 2019/05/21 08:36:32 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2019/01/02 12:40:54 adam Exp $ 1$NetBSD: distinfo,v 1.21 2019/05/21 08:36:32 adam Exp $
2 2
3SHA1 (cheroot-6.5.4.tar.gz) = 43d6c800f4b304fee62257d8be77be0da674ef4a 3SHA1 (cheroot-6.5.5.tar.gz) = 7d0d43f5e83f0a3512153afa2cee483bfdd2db85
4RMD160 (cheroot-6.5.4.tar.gz) = 3ce30606c0f1808544c4dc0305a9255b9bdffc1f 4RMD160 (cheroot-6.5.5.tar.gz) = ccfebbc1e5cb37d3ad7526f0dbcbf6fdd441f27e
5SHA512 (cheroot-6.5.4.tar.gz) = 62a48ced225bf9167259b82f5e88a953bdc422982a6c0b0121b28e895cc8347cc033f573b57a048c59167586e0b21e94ad233ce2b65a1b72feb01db82b5ed411 5SHA512 (cheroot-6.5.5.tar.gz) = 85ac5072615ba1b906c23b167e2582ad3cad12c5e4b70d81cef971a61a1caf287f479a665e8fabd66b2bae9c8bb1c9947e5e3fb4ba6e064678782bb3eb351d34
6Size (cheroot-6.5.4.tar.gz) = 81067 bytes 6Size (cheroot-6.5.5.tar.gz) = 83794 bytes