Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d2b454e6b6
!6 Upgrade to version 0.5.0
From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-25 08:38:23 +00:00
desert-sailor
9ead060749 Upgrade to version 0.5.0 2023-05-25 16:25:05 +08:00
openeuler-ci-bot
ad00c331e6
!5 Upgrade to latest release [python-flask-session -> 0.4.1]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-09 01:33:49 +00:00
wubijie
f7e2333687 update version to 0.4.1 2023-05-05 14:07:14 +08:00
openeuler-ci-bot
4441151af7
!4 Update package
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-11-03 11:27:25 +00:00
Wangjunqi123
e250a85cb8 update version to 0.4.0 2022-11-03 14:13:00 +08:00
openeuler-ci-bot
68dd8e0742
!3 License compliance rectification
From: @xigaoxinyan 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-16 09:30:54 +00:00
xigaoxinyan
dfd5dd3ae4 License compliance rectification 2022-05-10 16:09:24 +08:00
openeuler-ci-bot
802f19148d !2 package init
Merge pull request !2 from huanghaitao/master
2020-08-11 18:22:45 +08:00
hht8
6122d51016 add yaml 2020-08-06 12:20:53 +08:00
4 changed files with 38 additions and 27 deletions

Binary file not shown.

BIN
Flask-Session-0.5.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,23 +1,28 @@
%global _empty_manifest_terminate_build 0
Name: python-flask-session
Version: 0.3.2
Version: 0.5.0
Release: 1
Summary: Adds server-side session support to your Flask application
License: BSD
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/19/bf/b8b3e20cf03d3938ef7e94970e43491a49386c65e07aca7e6a4e583be28f/Flask-Session-0.5.0.tar.gz
BuildArch: noarch
%description
Flask-Session is an extension for Flask that adds support for
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
BuildRequires: python3-devel python3-setuptools
Provides: python-flask-session = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
BuildRequires: python3-flit-core
%description -n python3-flask-session
Flask-Session is an extension for Flask that adds support for
Server-side Session to your application.
@ -25,50 +30,52 @@ 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.
%prep
%autosetup -n Flask-Session-%{version} -p1
%autosetup -n Flask-Session-%{version}
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-flask-session -f filelist.lst
%dir %{python3_sitelib}/*
%files -n python3-flask-session
%{python3_sitelib}/flask_session
%{python3_sitelib}/flask_session-*.dist-info/
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Thu May 25 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.5.0-1
- Update package to version 0.5.0
* 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
- 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

View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: flask-session
tag_prefix: "v"
seperator: ""