14
0
Files
python-pyramid/python-pyramid.changes
Denisart Benjamin 8a80f1a803 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
2013-11-24 21:16:04 +00:00

89 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
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
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Mon Aug 5 19:48:46 UTC 2013 - hpj@urpla.net
- remove pylons_theme_support.py module, as it is provided by
python-pylons_sphinx_theme now
-------------------------------------------------------------------
Wed Jul 31 13:46:28 UTC 2013 - hpj@urpla.net
- add python-unittest2 and python-ordereddict deps for 11.1
-------------------------------------------------------------------
Tue Jul 30 22:03:34 UTC 2013 - hpj@urpla.net
- Update to version 1.4.3
- generate documentation
- fix dependencies
- enable nose tests with coverage
-------------------------------------------------------------------
Tue Jul 16 23:44:33 UTC 2013 - hpj@urpla.net
- add python-zope-deprecation dependency
-------------------------------------------------------------------
Fri Mar 1 06:44:25 UTC 2013 - coolo@suse.com
- update license to new format
-------------------------------------------------------------------
Tue Mar 20 10:50:58 UTC 2012 - saschpe@suse.de
- Update to version 1.3.b3
* No changelog provided
- Don't install documentation with problematic licensing terms (bnc#753015)
-------------------------------------------------------------------
Mon Mar 12 22:02:23 UTC 2012 - saschpe@gmx.de
- Update to version 1.3.b2
* No changelog provided
-------------------------------------------------------------------
Wed Feb 1 10:09:28 UTC 2012 - saschpe@suse.de
- Update to 1.3a6
- Set license to SDPX style
- Simplified macro usage
-------------------------------------------------------------------
Sat Jul 9 13:06:38 UTC 2011 - saschpe@gmx.de
- Initial version