update version to 0.4.0
This commit is contained in:
parent
68dd8e0742
commit
e250a85cb8
Binary file not shown.
BIN
Flask-Session-0.4.0.tar.gz
Normal file
BIN
Flask-Session-0.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-flask-session
|
||||
Version: 0.3.2
|
||||
Release: 2
|
||||
Version: 0.4.0
|
||||
Release: 1
|
||||
Summary: Adds server-side session support to your Flask application
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/fengsp/flask-session
|
||||
Source0: https://files.pythonhosted.org/packages/6f/46/31d3822898f4767159363a23ce4d84923c0cf3b8a93dcef3b4065676094f/Flask-Session-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/d9/4d/f307b41232846a9658edc86f9d8423558bc93229151ae6249d9e79ccf5fd/Flask-Session-0.4.0.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ Server-side Session to your application.
|
||||
|
||||
%package -n python3-flask-session
|
||||
Summary: Adds server-side session support to your Flask application
|
||||
Provides: python-Flask-Session
|
||||
Provides: python-flask-session = %{version}-%{release}
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
|
||||
%description -n python3-flask-session
|
||||
@ -25,6 +25,7 @@ Server-side Session to your application.
|
||||
%package help
|
||||
Summary: Development documents and examples for Flask-Session
|
||||
Provides: python3-Flask-Session-doc
|
||||
|
||||
%description help
|
||||
Flask-Session is an extension for Flask that adds support for
|
||||
Server-side Session to your application.
|
||||
@ -63,15 +64,19 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-flask-session -f filelist.lst
|
||||
%files -n python3-flask-session -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.4.0-1
|
||||
- Update package to version 0.4.0
|
||||
|
||||
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.3.2-2
|
||||
- License compliance rectification
|
||||
|
||||
* Mon Jun 29 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user