!5 Upgrade to latest release [python-flask-session -> 0.4.1]
From: @wubijie123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
ad00c331e6
Binary file not shown.
BIN
Flask-Session-0.4.1.tar.gz
Normal file
BIN
Flask-Session-0.4.1.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-flask-session
|
Name: python-flask-session
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Adds server-side session support to your Flask application
|
Summary: Adds server-side session support to your Flask application
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/fengsp/flask-session
|
URL: https://github.com/fengsp/flask-session
|
||||||
Source0: https://files.pythonhosted.org/packages/d9/4d/f307b41232846a9658edc86f9d8423558bc93229151ae6249d9e79ccf5fd/Flask-Session-0.4.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/35/3e/9e6489d60f1c59e920dfb5a05aea1fcc0659f6630593089bebbefd6ddd00/Flask-Session-0.4.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Flask-Session is an extension for Flask that adds support for
|
Flask-Session is an extension for Flask that adds support for
|
||||||
Server-side Session to your application.
|
Server-side Session to your application.
|
||||||
@ -16,8 +15,8 @@ Server-side Session to your application.
|
|||||||
%package -n python3-flask-session
|
%package -n python3-flask-session
|
||||||
Summary: Adds server-side session support to your Flask application
|
Summary: Adds server-side session support to your Flask application
|
||||||
Provides: python-flask-session = %{version}-%{release}
|
Provides: python-flask-session = %{version}-%{release}
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-flask-session
|
%description -n python3-flask-session
|
||||||
Flask-Session is an extension for Flask that adds support for
|
Flask-Session is an extension for Flask that adds support for
|
||||||
Server-side Session to your application.
|
Server-side Session to your application.
|
||||||
@ -31,7 +30,7 @@ Flask-Session is an extension for Flask that adds support for
|
|||||||
Server-side Session to your application.
|
Server-side Session to your application.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Flask-Session-%{version} -p1
|
%autosetup -n Flask-Session-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,9 +67,12 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_pkgdocdir}
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 05 2023 wubijie <wubijie@kylinos.cn> - 0.4.1-1
|
||||||
|
- Update package to version 0.4.1
|
||||||
|
|
||||||
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.4.0-1
|
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.4.0-1
|
||||||
- Update package to version 0.4.0
|
- Update package to version 0.4.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user