14
0

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:
2021-08-03 10:07:47 +00:00
committed by Git OBS Bridge
parent 71ad8a2dc0
commit 818d6a3fd9
4 changed files with 28 additions and 10 deletions

View File

@@ -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>