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 14.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/def39235f7d1
branches:  trunk
changeset: 375545:def39235f7d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 14 12:59:32 2018 +0000

description:
py-cherrypy: updated to 14.0.0

v14.0.0

* Officially deprecated basic_auth and digest_auth
  tools and the httpauth module, triggering DeprecationWarnings
  if they're used. Applications should instead adapt to use the
  more recent auth_basic and auth_digest tools.
  This deprecated functionality will be removed in a subsequent
  release soon.
* Removed DeprecatedTool and the long-deprecated and disabled
  tidy and nsgmls tools.

diffstat:

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

diffs (36 lines):

diff -r 436b03f1ae8b -r def39235f7d1 www/py-cherrypy/Makefile
--- a/www/py-cherrypy/Makefile  Wed Feb 14 12:56:33 2018 +0000
+++ b/www/py-cherrypy/Makefile  Wed Feb 14 12:59:32 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2018/01/19 09:56:27 adam Exp $
+# $NetBSD: Makefile,v 1.24 2018/02/14 12:59:32 adam Exp $
 
-DISTNAME=      CherryPy-13.1.0
+DISTNAME=      CherryPy-14.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CherryPy/}
@@ -15,7 +15,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-# TEST
+# TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
diff -r 436b03f1ae8b -r def39235f7d1 www/py-cherrypy/distinfo
--- a/www/py-cherrypy/distinfo  Wed Feb 14 12:56:33 2018 +0000
+++ b/www/py-cherrypy/distinfo  Wed Feb 14 12:59:32 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/01/19 09:56:27 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/02/14 12:59:32 adam Exp $
 
-SHA1 (CherryPy-13.1.0.tar.gz) = c98a40f71d6f67ac993f76f0274491d9c62d02b5
-RMD160 (CherryPy-13.1.0.tar.gz) = 027d3f6785fb8dc90d7701fb32a7dd0386213e3a
-SHA512 (CherryPy-13.1.0.tar.gz) = c32cf009d6a5b557560a00cde0f47a01ae481c7f60b7f340e5c99bf2d7c757e7c7cbf3ef2f4f71c172057aa09ca332f2d211cc97623ea29ba9f17287c7bc42dd
-Size (CherryPy-13.1.0.tar.gz) = 687221 bytes
+SHA1 (CherryPy-14.0.0.tar.gz) = 72b581ce9d77b4d63037c226b64c40ca49256827
+RMD160 (CherryPy-14.0.0.tar.gz) = d7af3a2a1692e25d42921b01c66bd18a336192f3
+SHA512 (CherryPy-14.0.0.tar.gz) = 30fedda2d0bc81b71fc95d25333621b63bede347e4af576b856a6b4a624c8e9645f69806bd3a6cab1f472b0a9c69b7abdfd59a1fbc6a0ab844b56861ca6faa12
+Size (CherryPy-14.0.0.tar.gz) = 688726 bytes



Home | Main Index | Thread Index | Old Index