Accepting request 241526 from home:TheBlackCat:branches:devel:languages:python

Update to 0.9.6

OBS-URL: https://build.opensuse.org/request/show/241526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=12
This commit is contained in:
Todd R 2014-07-18 15:07:00 +00:00 committed by Git OBS Bridge
parent 85f396cb41
commit 008ecc55fb
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc
size 1126353

3
Werkzeug-0.9.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f11e7e2e73eb22677cac1b11113eb6106f66cedef13d140e83cf6563c90b79c
size 1128428

View File

@ -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

View File

@ -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