Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Werkzeug for openSUSE:Factory
checked in at 2023-09-26 22:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Werkzeug (Old)
and /work/SRC/openSUSE:Factory/.python-Werkzeug.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Werkzeug"
Tue Sep 26 22:00:43 2023 rev:44 rq:1113325 version:2.3.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Werkzeug/python-Werkzeug.changes
2023-09-14 16:26:15.835864493 +0200
+++
/work/SRC/openSUSE:Factory/.python-Werkzeug.new.1770/python-Werkzeug.changes
2023-09-26 22:08:07.054373345 +0200
@@ -1,0 +2,14 @@
+Mon Sep 25 02:04:19 UTC 2023 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
Werkzeug-2.3.6.tar.gz
New:
----
werkzeug-2.3.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Werkzeug.spec ++++++
--- /var/tmp/diff_new_pack.VJ3fEg/_old 2023-09-26 22:08:08.102411190 +0200
+++ /var/tmp/diff_new_pack.VJ3fEg/_new 2023-09-26 22:08:08.102411190 +0200
@@ -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 @@
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,6 +100,6 @@
%license LICENSE.rst
%doc CHANGES.rst README.rst
%{python_sitelib}/werkzeug
-%{python_sitelib}/Werkzeug-%{version}*-info
+%{python_sitelib}/werkzeug-%{version}.dist-info
%endif