Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Flask-Migrate for
openSUSE:Factory checked in at 2024-02-12 18:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Migrate (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Migrate"
Mon Feb 12 18:52:57 2024 rev:12 rq:1146066 version:4.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-Migrate/python-Flask-Migrate.changes
2024-01-22 20:38:59.103650274 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.1815/python-Flask-Migrate.changes
2024-02-12 18:55:24.169416895 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 04:45:37 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Switch to GitHub tarball, as it includes all test files.
+- Drop patch add-custom-template.patch, no longer needed.
+- Switch to pyroject macros.
+
+-------------------------------------------------------------------
Old:
----
add-custom-template.patch
BETA DEBUG BEGIN:
Old:- Switch to GitHub tarball, as it includes all test files.
- Drop patch add-custom-template.patch, no longer needed.
- Switch to pyroject macros.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Migrate.spec ++++++
--- /var/tmp/diff_new_pack.Ez4A5J/_old 2024-02-12 18:55:24.653434374 +0100
+++ /var/tmp/diff_new_pack.Ez4A5J/_new 2024-02-12 18:55:24.653434374 +0100
@@ -23,14 +23,15 @@
Summary: SQLAlchemy database migrations for Flask applications using
Alembic
License: MIT
URL: https://github.com/miguelgrinberg/flask-migrate/
-Source:
https://files.pythonhosted.org/packages/source/F/Flask-Migrate/Flask-Migrate-%{version}.tar.gz
-# Filed as gh#miguelgrinberg/Flask-Migrate#501
-Patch0: add-custom-template.patch
+Source:
https://github.com/miguelgrinberg/flask-migrate/archive/refs/tags/v%{version}.tar.gz#/Flask-Migrate-%{version}.tar.gz
BuildRequires: %{python_module Flask >= 0.9}
BuildRequires: %{python_module Flask-SQLAlchemy >= 1.0}
BuildRequires: %{python_module alembic >= 1.9.0}
BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.9
@@ -48,19 +49,18 @@
%autosetup -p1 -n Flask-Migrate-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pyunittest -v
+%pytest
%files %{python_files}
%doc README.md
%license LICENSE
-%dir %{python_sitelib}/flask_migrate
-%{python_sitelib}/flask_migrate/*
-%{python_sitelib}/Flask_Migrate-%{version}-py*.egg-info
+%{python_sitelib}/flask_migrate
+%{python_sitelib}/Flask_Migrate-%{version}.dist-info
++++++ Flask-Migrate-4.0.5.tar.gz ++++++
++++ 1621 lines of diff (skipped)