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.0.4.tar.gz b/flask_sqlalchemy-3.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..91c6f9d358d637fc6207c8cf1cf23818b5b1d47c Binary files /dev/null and b/flask_sqlalchemy-3.0.4.tar.gz differ diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 31292db3e5f7642f51734aa9ab784c6f2dfa121d..d9ecce9f7441f91736ade3026b7ed418051300dc 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 +Version: 3.0.4 Release: 2 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: https://files.pythonhosted.org/packages/d6/20/6a2c0b739ca89907bd30fa91395da76a3ff3756230c590c46a7119ea7bb0/flask_sqlalchemy-3.0.4.tar.gz BuildArch: noarch BuildRequires: python3-pip python3-wheel python3-pdm-pep517 Requires: python3-Flask @@ -59,6 +59,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_pkgdocdir} %changelog +* Fri Aug 30 2024 panzhe - 3.0.4-2 +- Update package to version 3.0.4 +- Fix type hint for get_or_404 return value +- Fix type hints for pyright (used by VS Code Pylance extension) + * Thu May 11 2023 wulei - 3.0.3-2 - Adapting to the pyproject.toml compilation mode