py-cherrypy: updated to 18.2.0
v18.2.0 * File-based sessions no longer attempt to remove the lock files when releasing locks, instead deferring to the default behavior of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`. * :pr:`1794`: Add native support for ``308 Permanent Redirect`` usable via ``raise cherrypy.HTTPRedirect('/new_uri', 308)``.
This commit is contained in:
parent
ce216bec4c
commit
6b1f5baa8d
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.39 2019/07/03 19:59:47 adam Exp $
|
# $NetBSD: Makefile,v 1.40 2019/09/18 20:24:13 adam Exp $
|
||||||
|
|
||||||
DISTNAME= CherryPy-18.1.2
|
DISTNAME= CherryPy-18.2.0
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.31 2019/07/03 19:59:47 adam Exp $
|
$NetBSD: distinfo,v 1.32 2019/09/18 20:24:13 adam Exp $
|
||||||
|
|
||||||
SHA1 (CherryPy-18.1.2.tar.gz) = b88f979ee5d966f503f8083ec074e6d9061d53e1
|
SHA1 (CherryPy-18.2.0.tar.gz) = b9c4eb2e50b4915984b3b90dc7b880a4fcf40492
|
||||||
RMD160 (CherryPy-18.1.2.tar.gz) = 81b7638d04d386fc9b57e7262d03634eca102720
|
RMD160 (CherryPy-18.2.0.tar.gz) = 88057127aee9c4573eb5c231622819eaedff4355
|
||||||
SHA512 (CherryPy-18.1.2.tar.gz) = 5ecfcb7008769dc9122cbfdff1a75d21ee3b572f6bc538a6be4ace7d99a9cef6e823a2c7c75795ad615c46ac01ea72d11f0edebc6f502080b4cb2874938e387f
|
SHA512 (CherryPy-18.2.0.tar.gz) = b061a464b481abbca9db3116335eb868119837de658f2b8ebc61cce017d39f1764d1812a7cd34a23addadaaf62045a27be76991c7925db9b8934e92f49e77e89
|
||||||
Size (CherryPy-18.1.2.tar.gz) = 683411 bytes
|
Size (CherryPy-18.2.0.tar.gz) = 684947 bytes
|
||||||
|
|
Loading…
Reference in a new issue