forked from pool/python-pyramid
Accepting request 909944 from home:mcalabkova:branches:devel:languages:python
- Update to 2.0 * Add Python 3.8 and 3.9 * Drop Python 2.7, 3.4 and 3.5 * The authentication and authorization policies of Pyramid 1.x have been merged into a single security policy in Pyramid 2.0. New security APIs have been added. * It is now possible to control whether a route pattern contains a trailing slash. * pcreate and the builtin scaffolds have been removed in favor of using the cookiecutter tool and the pyramid-cookiecutter-starter cookiecutter. * Deprecated the authentication and authorization interfaces and principal-based support. * Deprecated several ACL-related aspects of pyramid.security. Equivalent objects should now be imported from the pyramid.authorization module. OBS-URL: https://build.opensuse.org/request/show/909944 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 11:21:49 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.0
|
||||
* Add Python 3.8 and 3.9
|
||||
* Drop Python 2.7, 3.4 and 3.5
|
||||
* The authentication and authorization policies of Pyramid 1.x have been
|
||||
merged into a single security policy in Pyramid 2.0. New security APIs
|
||||
have been added.
|
||||
* It is now possible to control whether a route pattern contains
|
||||
a trailing slash.
|
||||
* pcreate and the builtin scaffolds have been removed in favor of
|
||||
using the cookiecutter tool and the pyramid-cookiecutter-starter
|
||||
cookiecutter.
|
||||
* Deprecated the authentication and authorization interfaces and
|
||||
principal-based support.
|
||||
* Deprecated several ACL-related aspects of pyramid.security. Equivalent
|
||||
objects should now be imported from the pyramid.authorization module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 10:02:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user