2018-02-14 13:59:32 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
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. |
2018-01-19 10:56:27 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-cherrypy: updated to 13.1.0 v13.1.0 CaseInsensitiveDict now re-uses the generalized functionality from \ jaraco.collections to provide a more complete interface for a \ CaseInsensitiveDict and HeaderMap. Users are encouraged to use the implementation from jaraco.collections except \ when dealing with headers in CherryPy. |
2017-11-30 16:51:20 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Added ALTERNATIVES |
2017-11-29 15:09:55 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-cherrypy: updated to 12.0.1 v12.0.1 * Fixed issues importing cherrypy.test.webtest (by creating a module and importing classes from cheroot) and added a corresponding DeprecationWarning. |
2017-07-19 19:32:38 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 11.0.0: * Dropped support for Python 2.6. 10.2.2: * Fixed over-eager normalization of paths in cherrypy.url. |
2017-04-23 09:03:16 by Thomas Klausner | Files touched by this commit (1) |
Log message: Revert previous after py-setuptools is fixed. |
2017-04-22 09:39:08 by Thomas Klausner | Files touched by this commit (1) | ![]() |
Log message: Fix PLIST after update. |
2017-04-01 08:31:29 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 10.2.1: * Remove unintended dependency on ``graphviz`` in Python 2.6. |
2017-03-12 19:51:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: v10.2.0 ------- * CPWSGIServer.version now reported as ``CherryPy/x.y.z Cheroot/x.y.z``. |
2017-02-16 00:21:07 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Needs py-setuptools_scm. |