summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-06-18 10:54:17 +0000
committeradam <adam@pkgsrc.org>2018-06-18 10:54:17 +0000
commit08fc7c7dc6c26320fb767b27c63ef5c30be80446 (patch)
tree26219b2874f49069e272fa07c62f1aeed84d8cba /www
parent6197fcca6b69ca8a01edff8e12d73d66429acdd1 (diff)
downloadpkgsrc-08fc7c7dc6c26320fb767b27c63ef5c30be80446.tar.gz
py-cherrypy: updated to 16.0.0
v16.0.0: * :issue:1688: Removed basic_auth and digest_auth tools and the httpauth module, which have been officially deprecated earlier in v14.0.0. * Removed deprecated properties:: - cherrypy._cpreqbody.Entity.type deprecated in favor of :py:attr:cherrypy._cpreqbody.Entity.content_type - cherrypy._cprequest.Request.body_params deprecated in favor of py:attr:cherrypy._cprequest.RequestBody.params * :issue:1377: In _cp_native server, set req.status using bytes. * :issue:1697: Fixed error on Python 3.7 with AutoReloader when __file__ is None. * :issue:1713: Fix warning emitted during test run. * :issue:1370: Fail with HTTP 400 for invalid headers.
Diffstat (limited to 'www')
-rw-r--r--www/py-cherrypy/Makefile5
-rw-r--r--www/py-cherrypy/PLIST14
-rw-r--r--www/py-cherrypy/distinfo10
3 files changed, 15 insertions, 14 deletions
diff --git a/www/py-cherrypy/Makefile b/www/py-cherrypy/Makefile
index 1010e35607a..eaaa92f7654 100644
--- a/www/py-cherrypy/Makefile
+++ b/www/py-cherrypy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2018/05/23 09:33:16 adam Exp $
+# $NetBSD: Makefile,v 1.28 2018/06/18 10:54:17 adam Exp $
-DISTNAME= CherryPy-15.0.0
+DISTNAME= CherryPy-16.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}
@@ -20,6 +20,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-path.py-[0-9]*:../../devel/py-path.py
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
+# missing requests_toolbelt
USE_LANGUAGES= # none
diff --git a/www/py-cherrypy/PLIST b/www/py-cherrypy/PLIST
index 620d34f94c0..61729103d6a 100644
--- a/www/py-cherrypy/PLIST
+++ b/www/py-cherrypy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/05/23 09:33:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/06/18 10:54:17 adam Exp $
bin/cherryd-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -67,9 +67,6 @@ ${PYSITELIB}/cherrypy/favicon.ico
${PYSITELIB}/cherrypy/lib/__init__.py
${PYSITELIB}/cherrypy/lib/__init__.pyc
${PYSITELIB}/cherrypy/lib/__init__.pyo
-${PYSITELIB}/cherrypy/lib/auth.py
-${PYSITELIB}/cherrypy/lib/auth.pyc
-${PYSITELIB}/cherrypy/lib/auth.pyo
${PYSITELIB}/cherrypy/lib/auth_basic.py
${PYSITELIB}/cherrypy/lib/auth_basic.pyc
${PYSITELIB}/cherrypy/lib/auth_basic.pyo
@@ -94,9 +91,6 @@ ${PYSITELIB}/cherrypy/lib/encoding.pyo
${PYSITELIB}/cherrypy/lib/gctools.py
${PYSITELIB}/cherrypy/lib/gctools.pyc
${PYSITELIB}/cherrypy/lib/gctools.pyo
-${PYSITELIB}/cherrypy/lib/httpauth.py
-${PYSITELIB}/cherrypy/lib/httpauth.pyc
-${PYSITELIB}/cherrypy/lib/httpauth.pyo
${PYSITELIB}/cherrypy/lib/httputil.py
${PYSITELIB}/cherrypy/lib/httputil.pyc
${PYSITELIB}/cherrypy/lib/httputil.pyo
@@ -246,12 +240,18 @@ ${PYSITELIB}/cherrypy/test/test_mime.pyo
${PYSITELIB}/cherrypy/test/test_misc_tools.py
${PYSITELIB}/cherrypy/test/test_misc_tools.pyc
${PYSITELIB}/cherrypy/test/test_misc_tools.pyo
+${PYSITELIB}/cherrypy/test/test_native.py
+${PYSITELIB}/cherrypy/test/test_native.pyc
+${PYSITELIB}/cherrypy/test/test_native.pyo
${PYSITELIB}/cherrypy/test/test_objectmapping.py
${PYSITELIB}/cherrypy/test/test_objectmapping.pyc
${PYSITELIB}/cherrypy/test/test_objectmapping.pyo
${PYSITELIB}/cherrypy/test/test_params.py
${PYSITELIB}/cherrypy/test/test_params.pyc
${PYSITELIB}/cherrypy/test/test_params.pyo
+${PYSITELIB}/cherrypy/test/test_plugins.py
+${PYSITELIB}/cherrypy/test/test_plugins.pyc
+${PYSITELIB}/cherrypy/test/test_plugins.pyo
${PYSITELIB}/cherrypy/test/test_proxy.py
${PYSITELIB}/cherrypy/test/test_proxy.pyc
${PYSITELIB}/cherrypy/test/test_proxy.pyo
diff --git a/www/py-cherrypy/distinfo b/www/py-cherrypy/distinfo
index 429b8338f1d..c63605ec8d7 100644
--- a/www/py-cherrypy/distinfo
+++ b/www/py-cherrypy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2018/05/23 09:33:16 adam Exp $
+$NetBSD: distinfo,v 1.22 2018/06/18 10:54:17 adam Exp $
-SHA1 (CherryPy-15.0.0.tar.gz) = 43dbf71dc0a02ca0ff9f4a60ab809fb8b40ca8cd
-RMD160 (CherryPy-15.0.0.tar.gz) = 93980e5c8f24f30bd7d29a9de67c318909c920d8
-SHA512 (CherryPy-15.0.0.tar.gz) = 0826b02b5ea287de2ea6e9ccc7fc2d1adc110559cc0a0140cd9f37d1abfa2c37895ea5304be3c95896661242ceed8f518ec860e6db335f9efb855c82318e65c7
-Size (CherryPy-15.0.0.tar.gz) = 690791 bytes
+SHA1 (CherryPy-16.0.0.tar.gz) = 862ed6004f9d20bc9081e66d682565c80a007d0b
+RMD160 (CherryPy-16.0.0.tar.gz) = a23155f4593891ca0106f7a2fbbe279a1847c6cf
+SHA512 (CherryPy-16.0.0.tar.gz) = 66a9ad2eee1e68096ec05c94d617e1e13c2ebb739c469317115aabce46e77be0a45c53434c2ef0b663e52a77da0731e5f7968b7d46243c47c0a57025a80572ec
+Size (CherryPy-16.0.0.tar.gz) = 684941 bytes