pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-cherrypy



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 18 10:54:17 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-cherrypy/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-cherrypy/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-cherrypy/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-cherrypy/Makefile
diff -u pkgsrc/www/py-cherrypy/Makefile:1.27 pkgsrc/www/py-cherrypy/Makefile:1.28
--- pkgsrc/www/py-cherrypy/Makefile:1.27        Wed May 23 09:33:16 2018
+++ pkgsrc/www/py-cherrypy/Makefile     Mon Jun 18 10:54:17 2018
@@ -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
 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
 

Index: pkgsrc/www/py-cherrypy/PLIST
diff -u pkgsrc/www/py-cherrypy/PLIST:1.15 pkgsrc/www/py-cherrypy/PLIST:1.16
--- pkgsrc/www/py-cherrypy/PLIST:1.15   Wed May 23 09:33:16 2018
+++ pkgsrc/www/py-cherrypy/PLIST        Mon Jun 18 10:54:17 2018
@@ -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

Index: pkgsrc/www/py-cherrypy/distinfo
diff -u pkgsrc/www/py-cherrypy/distinfo:1.21 pkgsrc/www/py-cherrypy/distinfo:1.22
--- pkgsrc/www/py-cherrypy/distinfo:1.21        Wed May 23 09:33:16 2018
+++ pkgsrc/www/py-cherrypy/distinfo     Mon Jun 18 10:54:17 2018
@@ -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



Home | Main Index | Thread Index | Old Index