From 239a86e1753304e1831170f50f833e96734cdf2dd88c3cb5bd9c2e67bab2a727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Apr 2020 07:33:22 +0000 Subject: [PATCH] Accepting request 793248 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/793248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=55 --- Werkzeug-1.0.0.tar.gz | 3 --- Werkzeug-1.0.1.tar.gz | 3 +++ python-Werkzeug.changes | 20 ++++++++++++++++++++ python-Werkzeug.spec | 6 ++++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 Werkzeug-1.0.0.tar.gz create mode 100644 Werkzeug-1.0.1.tar.gz diff --git a/Werkzeug-1.0.0.tar.gz b/Werkzeug-1.0.0.tar.gz deleted file mode 100644 index a29b704..0000000 --- a/Werkzeug-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:169ba8a33788476292d04186ab33b01d6add475033dfc07215e6d219cc077096 -size 904176 diff --git a/Werkzeug-1.0.1.tar.gz b/Werkzeug-1.0.1.tar.gz new file mode 100644 index 0000000..8b798c6 --- /dev/null +++ b/Werkzeug-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c +size 904455 diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index b8daf83..8965bb3 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Apr 4 17:47:06 UTC 2020 - Arun Persaud + +- specfile: + * be more specific in %files section + * add sortedcontainers for tests + +- update to version 1.0.1: + * Make the argument to RequestRedirect.get_response + optional. :issue:`1718` + * Only allow a single access control allow origin value. :pr:`1723` + * Fix crash when trying to parse a non-existent Content Security + Policy header. :pr:`1731` + * http_date zero fills years < 1000 to always output four + digits. :issue:`1739` + * Fix missing local variables in interactive debugger + console. :issue:`1746` + * Fix passing file-like objects like io.BytesIO to + FileStorage.save. :issue:`1733` + ------------------------------------------------------------------- Thu Mar 12 06:49:08 UTC 2020 - Steve Kowalik diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 5a4b01c..59836c4 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: 1.0.0 +Version: 1.0.1 Release: 0 Summary: The Swiss Army knife of Python web development License: BSD-3-Clause @@ -31,6 +31,7 @@ BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module sortedcontainers} BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-termcolor @@ -81,6 +82,7 @@ export PYTHONDONTWRITEBYTECODE=1 %files %{python_files} %license LICENSE.rst %doc CHANGES.rst README.rst -%{python_sitelib}/* +%{python_sitelib}/werkzeug +%{python_sitelib}/Werkzeug-%{version}-py*.egg-info %changelog