diff --git a/Flask-SQLAlchemy-3.0.3.tar.gz b/Flask-SQLAlchemy-3.0.3.tar.gz deleted file mode 100644 index f36af5ee6f62f57b993dbecb27f89b87ad9c0e9c..0000000000000000000000000000000000000000 Binary files a/Flask-SQLAlchemy-3.0.3.tar.gz and /dev/null differ diff --git a/flask-sqlalchemy-3.1.1.tar.gz b/flask-sqlalchemy-3.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0e63fdddc490ba2f30e23dfe874fd01af2c12c08 Binary files /dev/null and b/flask-sqlalchemy-3.1.1.tar.gz differ diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 31292db3e5f7642f51734aa9ab784c6f2dfa121d..d7ca9744a910b95cf34f9fa0cd68ad268128b931 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Flask-SQLAlchemy -Version: 3.0.3 -Release: 2 +Version: 3.1.1 +Release: 1 Summary: Adds SQLAlchemy support to your Flask application. License: BSD-3-Clause URL: https://github.com/pallets/flask-sqlalchemy -Source0: %{pypi_source Flask-SQLAlchemy} +Source0: %{pypi_source flask-sqlalchemy} BuildArch: noarch BuildRequires: python3-pip python3-wheel python3-pdm-pep517 Requires: python3-Flask @@ -59,6 +59,14 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_pkgdocdir} %changelog +* Fri Sep 6 2024 wuzhaomin - 3.1.1-1 +- update version to 3.1.1 +- remove previously deprecated code +- fix mypy findings +- set readthedocs virtualenv path for pdm +- Fix outdated parameter names in the binds docs +- Fixed documentation typo + * Thu May 11 2023 wulei - 3.0.3-2 - Adapting to the pyproject.toml compilation mode