py-cherrypy: updated to 18.0.1

v18.0.1
Restore support for ‘bytes’ in response headers.
Substantial removal of Python 2 compatibility code.
This commit is contained in:
adam 2018-09-13 10:57:47 +00:00
parent df0e000a3e
commit b25c2fe24b
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.34 2018/09/03 12:22:30 adam Exp $
# $NetBSD: Makefile,v 1.35 2018/09/13 10:57:47 adam Exp $
DISTNAME= CherryPy-18.0.0
DISTNAME= CherryPy-18.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.17 2018/08/19 08:51:45 adam Exp $
@comment $NetBSD: PLIST,v 1.18 2018/09/13 10:57:47 adam Exp $
bin/cherryd-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@ -60,6 +60,9 @@ ${PYSITELIB}/cherrypy/_cpwsgi_server.pyo
${PYSITELIB}/cherrypy/_helper.py
${PYSITELIB}/cherrypy/_helper.pyc
${PYSITELIB}/cherrypy/_helper.pyo
${PYSITELIB}/cherrypy/_json.py
${PYSITELIB}/cherrypy/_json.pyc
${PYSITELIB}/cherrypy/_json.pyo
${PYSITELIB}/cherrypy/daemon.py
${PYSITELIB}/cherrypy/daemon.pyc
${PYSITELIB}/cherrypy/daemon.pyo
@ -192,9 +195,6 @@ ${PYSITELIB}/cherrypy/test/test_bus.pyo
${PYSITELIB}/cherrypy/test/test_caching.py
${PYSITELIB}/cherrypy/test/test_caching.pyc
${PYSITELIB}/cherrypy/test/test_caching.pyo
${PYSITELIB}/cherrypy/test/test_compat.py
${PYSITELIB}/cherrypy/test/test_compat.pyc
${PYSITELIB}/cherrypy/test/test_compat.pyo
${PYSITELIB}/cherrypy/test/test_config.py
${PYSITELIB}/cherrypy/test/test_config.pyc
${PYSITELIB}/cherrypy/test/test_config.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.27 2018/09/03 12:22:30 adam Exp $
$NetBSD: distinfo,v 1.28 2018/09/13 10:57:47 adam Exp $
SHA1 (CherryPy-18.0.0.tar.gz) = 98ad004bd3dfa1d14f4cc6c246b04454683f4fc4
RMD160 (CherryPy-18.0.0.tar.gz) = 70adfa2779fce3c23fcadde23c35c148d1b2df65
SHA512 (CherryPy-18.0.0.tar.gz) = 5daa46d57e31f3e0750a4ae0ba0f51203b15135bc921032a3fb31d1f99f01525c329a741b33e4cfd813b3bf939fc7af2690086d6cca4dcadf1eaea0c0725550f
Size (CherryPy-18.0.0.tar.gz) = 683925 bytes
SHA1 (CherryPy-18.0.1.tar.gz) = 33c0453110da65f2eec103a8c9854cf9974bb559
RMD160 (CherryPy-18.0.1.tar.gz) = 5f73153fadc64272b5acb110d3294d1efa669aa5
SHA512 (CherryPy-18.0.1.tar.gz) = f815f2f89298781662976f1717a13d3e885a93236c39ee3be93f1fc94d30d4cbe54fe8cc20ba63be09e8d1025521d7eb138de542dc084a215abeb160493e915f
Size (CherryPy-18.0.1.tar.gz) = 682007 bytes