diff --git a/Werkzeug-0.9.4.tar.gz b/Werkzeug-0.9.4.tar.gz deleted file mode 100644 index 68e6c7b..0000000 --- a/Werkzeug-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc -size 1126353 diff --git a/Werkzeug-0.9.6.tar.gz b/Werkzeug-0.9.6.tar.gz new file mode 100644 index 0000000..327402e --- /dev/null +++ b/Werkzeug-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f11e7e2e73eb22677cac1b11113eb6106f66cedef13d140e83cf6563c90b79c +size 1128428 diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index c2f21f0..fe85fd6 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jul 18 15:06:30 UTC 2014 - toddrme2178@gmail.com + +- Update to 0.9.6 + - Added a safe conversion for IRI to URI conversion and use that + internally to work around issues with spec violations for + protocols such as ``itms-service``. +- Update to 0.9.5 + - Forward charset argument from request objects to the environ + builder. + - Fixed error handling for missing boundaries in multipart data. + - Fixed session creation on systems without ``os.urandom()``. + - Fixed pluses in dictionary keys not being properly URL encoded. + - Fixed a problem with deepcopy not working for multi dicts. + - Fixed a double quoting issue on redirects. + - Fixed a problem with unicode keys appearing in headers on 2.x. + - Fixed a bug with unicode strings in the test builder. + - Fixed a unicode bug on Python 3 in the WSGI profiler. + - Fixed an issue with the safe string compare function on + Python 2.7.7 and Python 3.4. + ------------------------------------------------------------------- Thu Oct 24 11:17:13 UTC 2013 - speilicke@suse.com diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 7b52dc0..df1bb72 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -1,7 +1,7 @@ # # spec file for package python-Werkzeug # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Werkzeug -Version: 0.9.4 +Version: 0.9.6 Release: 0 Url: http://werkzeug.pocoo.org/ Summary: The Swiss Army knife of Python web development