pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cherrypy py-cherrypy: updated to 18.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f64f5c06664b
branches:  trunk
changeset: 384817:f64f5c06664b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 03 12:22:30 2018 +0000

description:
py-cherrypy: updated to 18.0.0

v18.0.0
* Drop support for Python 2.7. CherryPy 17 will
  remain an LTS release for bug and security fixes.
* Drop support for Python 3.4.

v17.4.0
* When setting Response Body, reject Unicode
  values, making behavior on Python 2 same as on Python 3.
* Other inconsequential refactorings.

diffstat:

 www/py-cherrypy/Makefile |   8 ++++++--
 www/py-cherrypy/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 599f5191742f -r f64f5c06664b www/py-cherrypy/Makefile
--- a/www/py-cherrypy/Makefile  Mon Sep 03 11:22:18 2018 +0000
+++ b/www/py-cherrypy/Makefile  Mon Sep 03 12:22:30 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/08/20 12:59:07 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/09/03 12:22:30 adam Exp $
 
-DISTNAME=      CherryPy-17.3.0
+DISTNAME=      CherryPy-18.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CherryPy/}
@@ -11,6 +11,8 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-cheroot>=6.2.4:../../www/py-cheroot
+DEPENDS+=      ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend
 DEPENDS+=      ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
@@ -25,6 +27,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} cherryd cherryd-${PYVERSSUFFIX} || ${TRUE}
 
diff -r 599f5191742f -r f64f5c06664b www/py-cherrypy/distinfo
--- a/www/py-cherrypy/distinfo  Mon Sep 03 11:22:18 2018 +0000
+++ b/www/py-cherrypy/distinfo  Mon Sep 03 12:22:30 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2018/08/19 08:51:45 adam Exp $
+$NetBSD: distinfo,v 1.27 2018/09/03 12:22:30 adam Exp $
 
-SHA1 (CherryPy-17.3.0.tar.gz) = 81de24c8dc42f481f890e653a8a4fee85e8895a9
-RMD160 (CherryPy-17.3.0.tar.gz) = 9a806eb67a5ec779f2a1e9d240dbc801c7347f46
-SHA512 (CherryPy-17.3.0.tar.gz) = ac859928d7188ae06b2928ed3d9c71939e61a9fd633dd5d876e5adab18c5e239e1c106c0c7d991ce076aa16d566923caef69e2da8e69b4accc0398addf734d96
-Size (CherryPy-17.3.0.tar.gz) = 684214 bytes
+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



Home | Main Index | Thread Index | Old Index