Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Cors for openSUSE:Factory checked in at 2025-05-05 22:27:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Cors (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Cors.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Cors" Mon May 5 22:27:32 2025 rev:13 rq:1274316 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Cors/python-Flask-Cors.changes 2024-09-27 17:12:31.153224665 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-Cors.new.30101/python-Flask-Cors.changes 2025-05-05 22:59:11.227510298 +0200 @@ -1,0 +2,15 @@ +Mon May 5 05:39:37 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 5.0.1: + * Fix minor typos + * Migrate packaging and environment management to use uv + * Fix release pipeline + * Always use trusted publishing + * Workaround license publishing issue + * Fix packaging: missing source files +- Switch to pyproject macros. +- Switch to GitHub tarball to continue running the testsuite. +- Support upper case and normalized metadata directory name. +- Patch version number, issue filed upstream. + +------------------------------------------------------------------- Old: ---- flask_cors-5.0.0.tar.gz New: ---- flask_cors-5.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Cors.spec ++++++ --- /var/tmp/diff_new_pack.GzUdAd/_old 2025-05-05 22:59:11.783533676 +0200 +++ /var/tmp/diff_new_pack.GzUdAd/_new 2025-05-05 22:59:11.783533676 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Cors # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,21 @@ %{?sle15_python_module_pythons} Name: python-Flask-Cors -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: A Flask extension adding a decorator for CORS support License: MIT URL: https://github.com/corydolphin/flask-cors -Source: https://files.pythonhosted.org/packages/source/F/Flask-Cors/flask_cors-%{version}.tar.gz +Source: https://github.com/corydolphin/flask-cors/archive/refs/tags/%{version}.tar.gz#/flask_cors-%{version}.tar.gz BuildRequires: %{python_module Flask >= 0.9} +BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Flask >= 0.9 +Requires: python-Werkzeug >= 0.7 BuildArch: noarch %python_subpackages @@ -38,20 +41,23 @@ making cross-origin AJAX possible. %prep -%setup -q -n flask_cors-%{version} +%setup -q -n flask-cors-%{version} +# https://github.com/corydolphin/flask-cors/issues/387 +sed -ie 's/"0.0.1"$/"%{version}"/' pyproject.toml %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} +%doc README.rst %license LICENSE %{python_sitelib}/flask_cors -%{python_sitelib}/Flask_Cors-%{version}*-info +%{python_sitelib}/[Ff]lask_[Cc]ors-%{version}.dist-info ++++++ flask_cors-5.0.0.tar.gz -> flask_cors-5.0.1.tar.gz ++++++ ++++ 4080 lines of diff (skipped)