Accepting request 515242 from home:tbechtold:branches:devel:languages:python

- update to 0.12.2:
  - Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
    logging the IP of a remote client behind a reverse proxy, even when using
    `ProxyFix`.
  - Fix a bug in `safe_join` on Windows.

- update to 0.12.2:
  - Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
    logging the IP of a remote client behind a reverse proxy, even when using
    `ProxyFix`.
  - Fix a bug in `safe_join` on Windows.

OBS-URL: https://build.opensuse.org/request/show/515242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=26
This commit is contained in:
Dirk Mueller 2017-08-08 19:42:25 +00:00 committed by Git OBS Bridge
parent 12ae1efe13
commit 93cb32f074
6 changed files with 23 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 8 19:29:05 UTC 2017 - tbechtold@suse.com
- update to 0.12.2:
- Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
logging the IP of a remote client behind a reverse proxy, even when using
`ProxyFix`.
- Fix a bug in `safe_join` on Windows.
-------------------------------------------------------------------
Tue Apr 4 15:47:05 UTC 2017 - jmatejek@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Werkzeug-doc
Version: 0.12.1
Version: 0.12.2
Release: 0
Url: http://werkzeug.pocoo.org/
Summary: Documentation for python-Werkzeug

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 8 19:29:05 UTC 2017 - tbechtold@suse.com
- update to 0.12.2:
- Fix regression: Pull request ``#892`` prevented Werkzeug from correctly
logging the IP of a remote client behind a reverse proxy, even when using
`ProxyFix`.
- Fix a bug in `safe_join` on Windows.
-------------------------------------------------------------------
Tue Apr 4 15:26:59 UTC 2017 - jmatejek@suse.com

View File

@ -19,7 +19,7 @@
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Werkzeug
Version: 0.12.1
Version: 0.12.2
Release: 0
Summary: The Swiss Army knife of Python web development
License: BSD-3-Clause