diff --git a/Flask-SQLAlchemy-2.4.3.tar.gz b/Flask-SQLAlchemy-2.4.3.tar.gz deleted file mode 100644 index 1cf572b80d08150fe91e8447ccd48cf8232fcdfb..0000000000000000000000000000000000000000 Binary files a/Flask-SQLAlchemy-2.4.3.tar.gz and /dev/null differ diff --git a/Flask-SQLAlchemy-2.5.1.tar.gz b/Flask-SQLAlchemy-2.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..81fa8651bc2b5524a6077096d6a30e199273bec5 Binary files /dev/null and b/Flask-SQLAlchemy-2.5.1.tar.gz differ diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 199cd25c02690633337d3969533512ecf6250899..ee0867553cbf3fe8d6e0421fd4910639f70a1311 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: 2.4.3 +Version: 2.5.1 Release: 1 Summary: Adds SQLAlchemy support to your Flask application. License: BSD-3-Clause URL: https://github.com/pallets/flask-sqlalchemy -Source0: https://files.pythonhosted.org/packages/e8/9c/8d1e1b83ef82f42d196e9e16edad770920de694b70ee0f042ee3c60c4590/Flask-SQLAlchemy-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/35/f0/39dd2d8e7e5223f78a5206d7020dc0e16718a964acfb3564d89e9798ab9b/Flask-SQLAlchemy-%{version}.tar.gz BuildArch: noarch Requires: python3-Flask @@ -72,11 +72,15 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-Flask-SQLAlchemy -f filelist.lst +%license LICENSE.rst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_pkgdocdir} %changelog +* Wed Jun 29 2022 yaoxin - 2.5.1-1 +- Update to 2.5.1 + * Mon Jun 22 2020 Python_Bot - Package Spec generated