diff --git a/Flask-Session-0.3.2.tar.gz b/Flask-Session-0.3.2.tar.gz deleted file mode 100644 index 74ca726..0000000 Binary files a/Flask-Session-0.3.2.tar.gz and /dev/null differ diff --git a/Flask-Session-0.4.0.tar.gz b/Flask-Session-0.4.0.tar.gz new file mode 100644 index 0000000..9eff2d5 Binary files /dev/null and b/Flask-Session-0.4.0.tar.gz differ diff --git a/python-flask-session.spec b/python-flask-session.spec index b42be0d..a6cae04 100644 --- a/python-flask-session.spec +++ b/python-flask-session.spec @@ -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 - 0.4.0-1 +- Update package to version 0.4.0 + * Tue May 10 2022 xigaoxinyan - 0.3.2-2 - License compliance rectification * Mon Jun 29 2020 Python_Bot - Package Spec generated +