From 0a891ec61fcdd847d90dfcb287053022087e841fcd18aad19c80f2f0ecf3dc61 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 25 Sep 2023 02:08:05 +0000 Subject: [PATCH] - Update to 2.3.7: * Use ``flit_core`` instead of ``setuptools`` as build backend. * Fix parsing of multipart bodies. Adjust index of last newline in data start. * ``_plain_int`` and ``_plain_float`` strip whitespace before type enforcement. * Fix empty file streaming when testing. * Clearer error message when URL rule does not start with slash. * ``Accept`` ``q`` value can be a float without a decimal part. - Drop captialisation again. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=88 --- Werkzeug-2.3.6.tar.gz | 3 --- python-Werkzeug.changes | 14 ++++++++++++++ python-Werkzeug.spec | 11 +++++------ werkzeug-2.3.7.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 Werkzeug-2.3.6.tar.gz create mode 100644 werkzeug-2.3.7.tar.gz diff --git a/Werkzeug-2.3.6.tar.gz b/Werkzeug-2.3.6.tar.gz deleted file mode 100644 index 9c43e33..0000000 --- a/Werkzeug-2.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330 -size 833282 diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index 4c41be6..c7588da 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 25 02:04:19 UTC 2023 - Steve Kowalik + +- Update to 2.3.7: + * Use ``flit_core`` instead of ``setuptools`` as build backend. + * Fix parsing of multipart bodies. + Adjust index of last newline in data start. + * ``_plain_int`` and ``_plain_float`` strip whitespace before type + enforcement. + * Fix empty file streaming when testing. + * Clearer error message when URL rule does not start with slash. + * ``Accept`` ``q`` value can be a float without a decimal part. +- Drop captialisation again. + ------------------------------------------------------------------- Mon Jun 19 06:24:50 UTC 2023 - Antonio Larrosa diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 2b7d091..0d33932 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -27,16 +27,15 @@ %{?sle15_python_module_pythons} Name: python-Werkzeug%{psuffix} -Version: 2.3.6 +Version: 2.3.7 Release: 0 Summary: The Swiss Army knife of Python web development License: BSD-3-Clause -Group: Development/Languages/Python URL: https://werkzeug.palletsprojects.com -Source: https://files.pythonhosted.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} %if %{with test} BuildRequires: %{python_module Werkzeug = %{version}} @@ -76,7 +75,7 @@ on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.). %prep -%autosetup -p1 -n Werkzeug-%{version} +%autosetup -p1 -n werkzeug-%{version} sed -i "1d" examples/manage-{i18nurls,simplewiki,shorty,couchy,cupoftee,webpylike,plnt,coolmagic}.py # Fix non-executable scripts @@ -101,7 +100,7 @@ export LANG=en_US.UTF-8 %license LICENSE.rst %doc CHANGES.rst README.rst %{python_sitelib}/werkzeug -%{python_sitelib}/Werkzeug-%{version}*-info +%{python_sitelib}/werkzeug-%{version}.dist-info %endif %changelog diff --git a/werkzeug-2.3.7.tar.gz b/werkzeug-2.3.7.tar.gz new file mode 100644 index 0000000..07feef9 --- /dev/null +++ b/werkzeug-2.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8 +size 819625