python-Werkzeug/python-Werkzeug.changes
Sascha Peilicke a6b704ab72 - Package renamed to python-Werkzeug
- Update to version 0.7.1:
  * Fixed a problem with newer versions of IPython
  * Disabled pyinotify based reloader which does not work reliably.
- Changes from version 0.7.0:
  * Add support for python-libmemcached to the Werkzeug cache abstraction
    layer.
  * improved url_decode and url_encode performance.
  * fixed an issue where the SharedDataMiddleware could cause an
    internal server error on weird paths when loading via pkg_resources.
  * fixed an URL generation bug that caused URLs to be invalid if a
    generated component contains a colon.
  * werkzeug.import_string now works with partially set up
    packages properly.
  * disabled automatic socket swiching for IPv6 on the development
    server due to problems it caused.
  * Werkzeug no longer overrides the Date header when creating a
    conditional HTTP response.
  * The routing system provides a method to retrieve the matching
    methods for a given path.
  * The routing system now accepts a parameter to change the encoding
    error behaviour.
  * The local manager can now accept custom ident functions in the
    constructor that are forwarded to the wrapped local objects.
  * url_unquote_plus now accepts unicode strings again.
  * fixed an issues with the filesystem session support's prune
    function and concurrent usage.
  * fixed a problem with external URL generation discarding the port.
  * added support for pylibmc to the Werkzeug cache abstraction layer.
  * fixed an issue with the new multipart parser that happened when

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=1
2011-09-27 09:36:51 +00:00

69 lines
2.9 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 27 09:31:46 UTC 2011 - saschpe@suse.de
- Package renamed to python-Werkzeug
- Update to version 0.7.1:
* Fixed a problem with newer versions of IPython
* Disabled pyinotify based reloader which does not work reliably.
- Changes from version 0.7.0:
* Add support for python-libmemcached to the Werkzeug cache abstraction
layer.
* improved url_decode and url_encode performance.
* fixed an issue where the SharedDataMiddleware could cause an
internal server error on weird paths when loading via pkg_resources.
* fixed an URL generation bug that caused URLs to be invalid if a
generated component contains a colon.
* werkzeug.import_string now works with partially set up
packages properly.
* disabled automatic socket swiching for IPv6 on the development
server due to problems it caused.
* Werkzeug no longer overrides the Date header when creating a
conditional HTTP response.
* The routing system provides a method to retrieve the matching
methods for a given path.
* The routing system now accepts a parameter to change the encoding
error behaviour.
* The local manager can now accept custom ident functions in the
constructor that are forwarded to the wrapped local objects.
* url_unquote_plus now accepts unicode strings again.
* fixed an issues with the filesystem session support's prune
function and concurrent usage.
* fixed a problem with external URL generation discarding the port.
* added support for pylibmc to the Werkzeug cache abstraction layer.
* fixed an issue with the new multipart parser that happened when
a linkebreak happend to be on the chunk limit.
* cookies are now set properly if ports are in use. A runtime error
is raised if one tries to set a cookie for a domain without a dot.
* fixed an issue with Template.from_file not working for file
descriptors.
* reloader can now use inotify to track reloads. This requires the
pyinotify library to be installed.
* See more in file CHANGES...
- Generate HTML documentation with Sphinx
- Don't package PKG-INFO
- BuildRequire python-distribute instead of python-setuptools
-------------------------------------------------------------------
Thu Apr 14 09:03:37 UTC 2011 - saschpe@suse.de
- Add spec file license header
- Use py_requires
- Moved changelog from spec to changes file
- Corrected RPM groups
-------------------------------------------------------------------
Wed Apr 13 00:00:00 UTC 2011 - hpj@urpla.net
- Update to 0.6.2
-------------------------------------------------------------------
Fri Mar 5 00:00:00 UTC 2010 - phalliday@excelsiorsystems.net
- Updating because upstream release of Werkzeug 0.6
-------------------------------------------------------------------
Tue Aug 25 00:00:00 UTC 2009 - phalliday@excelsiorsystems.net
- Initial package