forked from pool/python-pyramid
- update to 2.0.2:
* Removed support for null-bytes in the path when making a request for a file * Backward Incompatibilities - Requests to a static_view are no longer allowed to contain a null-byte in any usage to .daemon = True. * The authentication and authorization policies of Pyramid 1.x have been merged into a single security policy in Pyramid 2.0. New security APIs * It is now possible to control whether a route pattern contains * Deprecated the authentication and authorization interfaces and principal-based support. * Deprecated several ACL-related aspects of pyramid.security. Equivalent - Remove python2 support, due to pyton-venusian being only python3 - use the PyPI tarball instead of github This should mitigate attacks from Flash (See CVE-2014-4671). * Fix regression where pserve --reload would not work when running as a daemon. command, introduced the method column for displaying available request methods, and improved the view output by showing the module instead of just __repr__. tables creation. See https://github.com/Pylons/pyramid/pull/1049. Backport http-related exceptions when you wanted that exception view to override the + When the ``pyramid.reload_templates`` setting was true, and a Chameleon template was reloaded, and the renderer specification named a macro was reloaded due to a file change would produce the entire template body instead of just a rendering of the macro. See + Fix an obscure problem when combining a virtual root with a route with a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=49
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fabfd745039e26ad5b0915fc396e8725c0f8a3d17b941f9611ecd1ed76cfe7da
|
|
||||||
size 2635286
|
|
3
pyramid-2.0.2.tar.gz
Normal file
3
pyramid-2.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:372138a738e4216535cc76dcce6eddd5a1aaca95130f2354fb834264c06f18de
|
||||||
|
size 2637533
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 21:17:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.2:
|
||||||
|
* Removed support for null-bytes in the path when making a
|
||||||
|
request for a file
|
||||||
|
* Backward Incompatibilities - Requests to a static_view are no
|
||||||
|
longer allowed to contain a null-byte in any
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 11 08:51:18 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Sun Jun 11 08:51:18 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyramid
|
# spec file for package python-pyramid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyramid
|
Name: python-pyramid
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Pyramid web application development framework
|
Summary: The Pyramid web application development framework
|
||||||
License: BSD-4-Clause AND ZPL-2.1 AND MIT
|
License: BSD-4-Clause AND ZPL-2.1 AND MIT
|
||||||
@@ -68,6 +68,8 @@ It was previously known as repoze.bfg (http://bfg.repoze.org).
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# NOTE: The documentation in the docs/ directory is under a
|
# NOTE: The documentation in the docs/ directory is under a
|
||||||
# non-free license (CC-BY-NC-SA-3.0). Do not package it.
|
# non-free license (CC-BY-NC-SA-3.0). Do not package it.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user