diff --git a/flask_sqlalchemy-3.0.5.tar.gz b/flask_sqlalchemy-3.0.5.tar.gz deleted file mode 100644 index de16c00..0000000 --- a/flask_sqlalchemy-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5765e58ca145401b52106c0f46178569243c5da25556be2c231ecc60867c5b1 -size 78504 diff --git a/flask_sqlalchemy-3.1.1.tar.gz b/flask_sqlalchemy-3.1.1.tar.gz new file mode 100644 index 0000000..61e72ba --- /dev/null +++ b/flask_sqlalchemy-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312 +size 81899 diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index 9e8a99e..9b0c027 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 29 13:25:24 UTC 2023 - Ondřej Súkup + +- update to 3.1.1 + * Deprecate the __version__ attribute. + * Drop support for Python 3.7. + * Add support for the SQLAlchemy 2.x API via model_class parameter. + * Bump minimum version of SQLAlchemy to 2.0.16. + * Remove previously deprecated code. + * Pass extra keyword arguments from get_or_404 to session.get. + * Fix bug with finding right bind key for clause statements. + ------------------------------------------------------------------- Wed Aug 2 07:00:50 UTC 2023 - Steve Kowalik diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index cce993e..57351ab 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Flask-SQLAlchemy -Version: 3.0.5 +Version: 3.1.1 Release: 0 Summary: SQLAlchemy support for Flask License: BSD-3-Clause @@ -32,11 +32,11 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Flask >= 2.2 -Requires: python-SQLAlchemy >= 1.4.18 +Requires: python-SQLAlchemy >= 2.0.16 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Flask >= 2.2} -BuildRequires: %{python_module SQLAlchemy >= 1.4.18} +BuildRequires: %{python_module SQLAlchemy >= 2.0.16} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages