From dc8764cd0193e490b4af6c5cd06a50479fa0ecd843a6be0d7c89f956c07e6e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 13:08:14 +0000 Subject: [PATCH] - Update to 0.15.6: * Work around a bug in pip that caused the reloader to fail on Windows when the script was an entry point. * ProxyFix trusts the X-Forwarded-Proto header by default. :issue:`1630` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=45 --- Werkzeug-0.15.5.tar.gz | 3 --- Werkzeug-0.15.6.tar.gz | 3 +++ python-Werkzeug.changes | 8 ++++++++ python-Werkzeug.spec | 11 +++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 Werkzeug-0.15.5.tar.gz create mode 100644 Werkzeug-0.15.6.tar.gz diff --git a/Werkzeug-0.15.5.tar.gz b/Werkzeug-0.15.5.tar.gz deleted file mode 100644 index ab4f4b0..0000000 --- a/Werkzeug-0.15.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a13b74dd3c45f758d4ebdb224be8f1ab8ef58b3c0ffc1783a8c7d9f4f50227e6 -size 926570 diff --git a/Werkzeug-0.15.6.tar.gz b/Werkzeug-0.15.6.tar.gz new file mode 100644 index 0000000..5354856 --- /dev/null +++ b/Werkzeug-0.15.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a24d43be6a7dce81bae05292356176d6c46d63e42a0dd3f9504b210a9cfaa43 +size 926705 diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index ced516e..e7f6a44 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 13 13:06:32 UTC 2019 - Tomáš Chvátal + +- Update to 0.15.6: + * Work around a bug in pip that caused the reloader to fail on Windows when + the script was an entry point. + * ProxyFix trusts the X-Forwarded-Proto header by default. :issue:`1630` + ------------------------------------------------------------------- Fri Jul 19 09:02:49 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index a0f0bcd..4ac7128 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Werkzeug -Version: 0.15.5 +Version: 0.15.6 Release: 0 Summary: The Swiss Army knife of Python web development License: BSD-3-Clause @@ -28,21 +28,20 @@ URL: http://werkzeug.pocoo.org/ Source: https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz # PATCH-FIX-UPSTREAM 0001_create_a_thread_to_reap_death_process.patch bsc#954591 Patch0: 0001_create_a_thread_to_reap_death_process.patch -%if 0%{?suse_version} < 1500 -BuildRequires: python -%endif BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildArch: noarch Recommends: python-termcolor Recommends: python-watchdog Obsoletes: python-Werkzeug-doc < %{version} Provides: python-Werkzeug-doc = %{version} - +BuildArch: noarch +%if 0%{?suse_version} < 1500 +BuildRequires: python +%endif %ifpython2 Provides: %{oldpython}-werkzeug = %{version} Obsoletes: %{oldpython}-werkzeug < %{version}