Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
062484f6ee
!12 Update package to version 3.0.0
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-03-07 09:56:26 +00:00
wubijie
afa696b0a1 Update package to version 3.0.0 2023-02-27 15:16:53 +08:00
openeuler-ci-bot
5323294a91
!5 Upgrade to 2.4.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-07-12 07:37:13 +00:00
jxy_git
3eeb366a5e Upgrade to 2.4.1 2022-07-12 15:12:41 +08:00
openeuler-ci-bot
a036512df6
!4 【轻量级 PR】:Fix changelog error
From: @fu-shanqing 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-06-09 10:08:03 +00:00
付善庆
658ecb80e4
Fix changelog error 2022-06-08 06:54:21 +00:00
openeuler-ci-bot
7174fdc868 !1 软件包python-repoze.who初始化
Merge pull request !1 from xiehongyu/master
2021-12-16 01:34:17 +00:00
openeuler-ci-bot
d1f8db2ff8 !2 Package Init
From: @jxy_git
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-12-08 12:33:08 +00:00
jiangxinyu
90a1659607 Package Init 2021-12-08 16:27:35 +08:00
xiehongyu
c43d4d0e6b 添加python-repoze-who-2.4-1 2021-07-10 12:22:30 +08:00
2 changed files with 87 additions and 0 deletions

87
python-repoze.who.spec Normal file
View File

@ -0,0 +1,87 @@
%global _empty_manifest_terminate_build 0
Name: python-repoze.who
Version: 3.0.0
Release: 1
Summary: repoze.who is an identification and authentication framework for WSGI.
License: BSD
URL: https://github.com/repoze/repoze.who
Source0: https://files.pythonhosted.org/packages/e7/01/d8244d0f1969fb4bfcf77c07ff97e71a49d521c391398abcdf52ba9ba5ca/repoze.who-%{version}.tar.gz
BuildArch: noarch
Requires: python3-WebOb
Requires: python3-setuptools
Requires: python3-Sphinx
Requires: python3-coverage
%description
repoze.who is an identification and authentication framework
for arbitrary WSGI applications. repoze.who can be configured
either as WSGI middleware or as an API for use by an application.
%package -n python3-repoze.who
Summary: repoze.who is an identification and authentication framework for WSGI.
Provides: python-repoze.who
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-repoze.who
repoze.who is an identification and authentication framework
for arbitrary WSGI applications. repoze.who can be configured
either as WSGI middleware or as an API for use by an application.
%package help
Summary: Development documents and examples for repoze.who
Provides: python3-repoze.who-doc
%description help
repoze.who is an identification and authentication framework
for arbitrary WSGI applications. repoze.who can be configured
either as WSGI middleware or as an API for use by an application.
%prep
%autosetup -n repoze.who-%{version}
%build
%py3_build
%install
%py3_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
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-repoze.who -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Mon Feb 27 2023 wubijie <wubijie@kylinos.cn> - 3.0.0-1
- Update package to version 3.0.0
* Tue Jul 12 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.4.1-1
- Upgrade to 2.4.1
* Wed Dec 08 2021 Python_Bot <Python_Bot@openeuler.org> - 2.4-1
- Package Init

BIN
repoze.who-3.0.0.tar.gz Normal file

Binary file not shown.