Skip to content

Commit

Permalink
Update python-Flask-Migrate to version 4.0.4 / rev 9 via SR 1088117
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1088117
by user dirkmueller + dimstar_suse
- update to 4.0.4:
  * Correctly obtain database URL with SQLAlchemy 2.0
  * Remove legacy future import in Alembic templates
  * Add SQLAlchemy 1.4 and 2.0 to the test matrix
  * Switch to pytest as test runner
  * Support "check" command
  * Do not use deprecated functions in Flask-SQLAlchemy 3.0
  * Stop building Python 3.6
  * Remove tests from pypi package
  • Loading branch information
dirkmueller authored and bmwiedemann committed May 21, 2023
1 parent 0d8dbdd commit f5e7f23
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
Binary file modified packages/p/python-Flask-Migrate/.files
Binary file not shown.
16 changes: 16 additions & 0 deletions packages/p/python-Flask-Migrate/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,20 @@
- Switch to %pyunittest macro for running the testsuite.</comment>
<requestid>1056124</requestid>
</revision>
<revision rev="9" vrev="1">
<srcmd5>0951e38304b9dd80fb715513f08eccd7</srcmd5>
<version>4.0.4</version>
<time>1684688942</time>
<user>dimstar_suse</user>
<comment>- update to 4.0.4:
* Correctly obtain database URL with SQLAlchemy 2.0
* Remove legacy future import in Alembic templates
* Add SQLAlchemy 1.4 and 2.0 to the test matrix
* Switch to pytest as test runner
* Support &quot;check&quot; command
* Do not use deprecated functions in Flask-SQLAlchemy 3.0
* Stop building Python 3.6
* Remove tests from pypi package</comment>
<requestid>1088117</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-Flask-Migrate/Flask-Migrate-4.0.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-Flask-Migrate/Flask-Migrate-4.0.4.tar.gz
13 changes: 13 additions & 0 deletions packages/p/python-Flask-Migrate/python-Flask-Migrate.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun May 21 09:11:46 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 4.0.4:
* Correctly obtain database URL with SQLAlchemy 2.0
* Remove legacy future import in Alembic templates
* Add SQLAlchemy 1.4 and 2.0 to the test matrix
* Switch to pytest as test runner
* Support "check" command
* Do not use deprecated functions in Flask-SQLAlchemy 3.0
* Stop building Python 3.6
* Remove tests from pypi package

-------------------------------------------------------------------
Thu Jan 5 06:44:33 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

Expand Down
8 changes: 5 additions & 3 deletions packages/p/python-Flask-Migrate/python-Flask-Migrate.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
#


%{?sle15_python_module_pythons}
Name: python-Flask-Migrate
Version: 4.0.0
Version: 4.0.4
Release: 0
Summary: SQLAlchemy database migrations for Flask applications using Alembic
License: MIT
Expand All @@ -27,13 +28,14 @@ Source: https://files.pythonhosted.org/packages/source/F/Flask-Migrate/F
Patch0: add-custom-template.patch
BuildRequires: %{python_module Flask >= 0.9}
BuildRequires: %{python_module Flask-SQLAlchemy >= 1.0}
BuildRequires: %{python_module alembic >= 0.7}
BuildRequires: %{python_module alembic >= 1.9.0}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.9
Requires: python-Flask-SQLAlchemy >= 1.0
Requires: python-alembic >= 0.7
Requires: python-alembic >= 1.9.0
BuildArch: noarch
%python_subpackages

Expand Down

0 comments on commit f5e7f23

Please sign in to comment.