update version to 3.0.2
This commit is contained in:
parent
8299e00ff9
commit
b5e47be270
Binary file not shown.
BIN
Flask-SQLAlchemy-3.0.2.tar.gz
Normal file
BIN
Flask-SQLAlchemy-3.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Flask-SQLAlchemy
|
Name: python-Flask-SQLAlchemy
|
||||||
Version: 2.5.1
|
Version: 3.0.2
|
||||||
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/35/f0/39dd2d8e7e5223f78a5206d7020dc0e16718a964acfb3564d89e9798ab9b/Flask-SQLAlchemy-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/35/f0/39dd2d8e7e5223f78a5206d7020dc0e16718a964acfb3564d89e9798ab9b/Flask-SQLAlchemy-%{version}.tar.gz
|
||||||
|
Source1: setup.py
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-Flask
|
Requires: python3-Flask
|
||||||
@ -39,6 +40,7 @@ easier to accomplish common tasks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Flask-SQLAlchemy-%{version} -p1
|
%autosetup -n Flask-SQLAlchemy-%{version} -p1
|
||||||
|
cp %{SOURCE1} ./
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -79,6 +81,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.0.2-1
|
||||||
|
- Update package to version 3.0.2
|
||||||
|
|
||||||
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 2.5.1-1
|
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 2.5.1-1
|
||||||
- Update to 2.5.1
|
- Update to 2.5.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user