!4 Package upgrade

From: @starlet-dx 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-29 07:32:57 +00:00 committed by Gitee
commit 8299e00ff9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-Flask-SQLAlchemy Name: python-Flask-SQLAlchemy
Version: 2.4.3 Version: 2.5.1
Release: 1 Release: 1
Summary: Adds SQLAlchemy support to your Flask application. Summary: Adds SQLAlchemy support to your Flask application.
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/pallets/flask-sqlalchemy 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 BuildArch: noarch
Requires: python3-Flask Requires: python3-Flask
@ -72,11 +72,15 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-Flask-SQLAlchemy -f filelist.lst %files -n python3-Flask-SQLAlchemy -f filelist.lst
%license LICENSE.rst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 2.5.1-1
- Update to 2.5.1
* Mon Jun 22 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Jun 22 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated