pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cherrypy Update to 3.3.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb1e948cb38b
branches:  trunk
changeset: 633931:cb1e948cb38b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 04 17:12:34 2014 +0000

description:
Update to 3.3.0:

The CherryPy team is proud to announce the release of CherryPy
3.3.0!

After a long stable life, CherryPy 3.2 is now superseded by CherryPy
3.3. In addition to several bugs fixed, the latest release also
includes a few improvements, detailed in the Release Notes.

Beginning with this release, the CherryPy maintainers will seek to
make more frequent updates and follow semver versioning. The more
frequent releases will allow improvements and bug fixes to quickly
percolate and get frequent feedback. The semver scheme will allow
package maintainers to manage their expectations when upgrading.
We hope these changes to the release cycle will spur innovation
and reinvigorate the project.

Given that changes in this 3.3.0 release include changes going back
several years, please do upgrade with caution. If you encounter
any issues, please report those to the issue tracker.

Wishing you Voodoo-free HTTP, The CherryPy team

diffstat:

 www/py-cherrypy/Makefile |   4 ++--
 www/py-cherrypy/PLIST    |  11 +++++++----
 www/py-cherrypy/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r 72f1546e7185 -r cb1e948cb38b www/py-cherrypy/Makefile
--- a/www/py-cherrypy/Makefile  Sun May 04 17:08:54 2014 +0000
+++ b/www/py-cherrypy/Makefile  Sun May 04 17:12:34 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/04/07 19:29:21 adam Exp $
+# $NetBSD: Makefile,v 1.10 2014/05/04 17:12:34 wiz Exp $
 
-DISTNAME=      CherryPy-3.2.5
+DISTNAME=      CherryPy-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  http://pypi.python.org/packages/source/C/CherryPy/
diff -r 72f1546e7185 -r cb1e948cb38b www/py-cherrypy/PLIST
--- a/www/py-cherrypy/PLIST     Sun May 04 17:08:54 2014 +0000
+++ b/www/py-cherrypy/PLIST     Sun May 04 17:12:34 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/01/20 11:19:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/05/04 17:12:34 wiz Exp $
 bin/cherryd
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -103,6 +103,12 @@
 ${PYSITELIB}/cherrypy/lib/jsontools.py
 ${PYSITELIB}/cherrypy/lib/jsontools.pyc
 ${PYSITELIB}/cherrypy/lib/jsontools.pyo
+${PYSITELIB}/cherrypy/lib/lockfile.py
+${PYSITELIB}/cherrypy/lib/lockfile.pyc
+${PYSITELIB}/cherrypy/lib/lockfile.pyo
+${PYSITELIB}/cherrypy/lib/locking.py
+${PYSITELIB}/cherrypy/lib/locking.pyc
+${PYSITELIB}/cherrypy/lib/locking.pyo
 ${PYSITELIB}/cherrypy/lib/profiler.py
 ${PYSITELIB}/cherrypy/lib/profiler.pyc
 ${PYSITELIB}/cherrypy/lib/profiler.pyo
@@ -291,9 +297,6 @@
 ${PYSITELIB}/cherrypy/tutorial/__init__.py
 ${PYSITELIB}/cherrypy/tutorial/__init__.pyc
 ${PYSITELIB}/cherrypy/tutorial/__init__.pyo
-${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.py
-${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.pyc
-${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.pyo
 ${PYSITELIB}/cherrypy/tutorial/custom_error.html
 ${PYSITELIB}/cherrypy/tutorial/pdf_file.pdf
 ${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.py
diff -r 72f1546e7185 -r cb1e948cb38b www/py-cherrypy/distinfo
--- a/www/py-cherrypy/distinfo  Sun May 04 17:08:54 2014 +0000
+++ b/www/py-cherrypy/distinfo  Sun May 04 17:12:34 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/04/07 19:29:21 adam Exp $
+$NetBSD: distinfo,v 1.6 2014/05/04 17:12:34 wiz Exp $
 
-SHA1 (CherryPy-3.2.5.tar.gz) = 189ef7b792caccf37a1057e5297b81ead8189557
-RMD160 (CherryPy-3.2.5.tar.gz) = 1e55e64d099f6a04964fc8566ca9dc465773455b
-Size (CherryPy-3.2.5.tar.gz) = 423774 bytes
+SHA1 (CherryPy-3.3.0.tar.gz) = 68eecb6efc32476239dd0b5f86003cf4ff01ea25
+RMD160 (CherryPy-3.3.0.tar.gz) = 8de3a33da9c2ae1bfd86c6652e285ddeb31711fb
+Size (CherryPy-3.3.0.tar.gz) = 429204 bytes



Home | Main Index | Thread Index | Old Index