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:           Wed Feb 14 12:59:32 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-cherrypy/Makefile
cvs rdiff -u -r1.17 -r1.18 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.23 pkgsrc/www/py-cherrypy/Makefile:1.24
--- pkgsrc/www/py-cherrypy/Makefile:1.23        Fri Jan 19 09:56:27 2018
+++ pkgsrc/www/py-cherrypy/Makefile     Wed Feb 14 12:59:32 2018
@@ -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}-simplejson-[0-9
 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

Index: pkgsrc/www/py-cherrypy/distinfo
diff -u pkgsrc/www/py-cherrypy/distinfo:1.17 pkgsrc/www/py-cherrypy/distinfo:1.18
--- pkgsrc/www/py-cherrypy/distinfo:1.17        Fri Jan 19 09:56:27 2018
+++ pkgsrc/www/py-cherrypy/distinfo     Wed Feb 14 12:59:32 2018
@@ -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