forked from pool/python-pyramid
Accepting request 208220 from home:posophe:branches:devel:languages:python
- Update to version 1.4.5 + The ``alchemy`` scaffold would break when the database was MySQL during tables creation. See https://github.com/Pylons/pyramid/pull/1049. Backport from master. + It was not possible to use ``pyramid.httpexceptions.HTTPException`` as the ``context`` of an exception view as very general catchall for http-related exceptions when you wanted that exception view to override the default exception view. See https://github.com/Pylons/pyramid/issues/985. Backport from master. + When the ``pyramid.reload_templates`` setting was true, and a Chameleon template was reloaded, and the renderer specification named a macro (e.g. ``foo#macroname.pt``), renderings of the template after the template was reloaded due to a file change would produce the entire template body instead of just a rendering of the macro. See https://github.com/Pylons/pyramid/issues/1013. Backport from master. + Fixed a Mako renderer bug returning a tuple with a previous defname value in some circumstances. See https://github.com/Pylons/pyramid/issues/1037 for more information. Backport from master. + Make ``pserve.cherrypy_server_runner`` Python 3 compatible. See https://github.com/Pylons/pyramid/issues/718. Backport from master. - Changes from version 1.4.4 + Fix an obscure problem when combining a virtual root with a route with a ``*traverse`` in its pattern. Now the traversal path generated in such a configuration will be correct, instead of an element missing a leading slash. OBS-URL: https://build.opensuse.org/request/show/208220 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
7be8048543
commit
8a80f1a803
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8484ceb740ae5e21bda40fa9f9a8fd3be2cdd323eb64ff7e21c0bf3b6388c5b7
|
|
||||||
size 2426125
|
|
3
pyramid-1.4.5.tar.gz
Normal file
3
pyramid-1.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:243ace363cc8ff364b914fa884c4e4a5858d3c2b1209160a58c286bc7520c2f8
|
||||||
|
size 2432314
|
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 21:13:45 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.4.5
|
||||||
|
+ The ``alchemy`` scaffold would break when the database was MySQL during
|
||||||
|
tables creation. See https://github.com/Pylons/pyramid/pull/1049. Backport
|
||||||
|
from master.
|
||||||
|
+ It was not possible to use ``pyramid.httpexceptions.HTTPException`` as
|
||||||
|
the ``context`` of an exception view as very general catchall for
|
||||||
|
http-related exceptions when you wanted that exception view to override the
|
||||||
|
default exception view. See https://github.com/Pylons/pyramid/issues/985.
|
||||||
|
Backport from master.
|
||||||
|
+ When the ``pyramid.reload_templates`` setting was true, and a Chameleon
|
||||||
|
template was reloaded, and the renderer specification named a macro
|
||||||
|
(e.g. ``foo#macroname.pt``), renderings of the template after the template
|
||||||
|
was reloaded due to a file change would produce the entire template body
|
||||||
|
instead of just a rendering of the macro. See
|
||||||
|
https://github.com/Pylons/pyramid/issues/1013. Backport from master.
|
||||||
|
+ Fixed a Mako renderer bug returning a tuple with a previous defname value
|
||||||
|
in some circumstances. See https://github.com/Pylons/pyramid/issues/1037 for
|
||||||
|
more information. Backport from master.
|
||||||
|
+ Make ``pserve.cherrypy_server_runner`` Python 3 compatible. See
|
||||||
|
https://github.com/Pylons/pyramid/issues/718. Backport from master.
|
||||||
|
- Changes from version 1.4.4
|
||||||
|
+ Fix an obscure problem when combining a virtual root with a route with a
|
||||||
|
``*traverse`` in its pattern. Now the traversal path generated in
|
||||||
|
such a configuration will be correct, instead of an element missing
|
||||||
|
a leading slash.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 24 11:12:22 UTC 2013 - speilicke@suse.com
|
Thu Oct 24 11:12:22 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyramid
|
Name: python-pyramid
|
||||||
Version: 1.4.3
|
Version: 1.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pylonsproject.org
|
Url: http://pylonsproject.org
|
||||||
Summary: The Pyramid web application development framework, a Pylons project
|
Summary: The Pyramid web application development framework, a Pylons project
|
||||||
|
Reference in New Issue
Block a user