Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1a80f340dc
!7 [sync] PR-6: Upgrade to version 0.5.1
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-13 08:07:28 +00:00
wu-leilei
afd2237aac Upgrade to version 0.5.1
(cherry picked from commit 22b746d312f039a4ac502fef112efcb407363eab)
2022-10-13 11:27:58 +08:00
openeuler-ci-bot
772a7c035c !5 remove python2 dependency
From: @xinghe_1
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-30 15:45:28 +08:00
19909236985
d35d04d842 remove python2 dependency 2020-10-30 14:41:11 +08:00
openeuler-ci-bot
89163069ed !3 update package to 0.4.6
Merge pull request !3 from 季新杰/master
2020-07-20 11:03:16 +08:00
ji_xinjie
2c132a12b9 update package to 0.4.6 2020-07-16 10:49:44 +08:00
openeuler-ci-bot
8f99919d51 !2 add yaml file in package
Merge pull request !2 from Markeryang/master
2020-06-28 15:28:32 +08:00
Markeryang
7f7d44f563 add python-WSGIProxy2.yaml. 2020-06-13 11:33:55 +08:00
openeuler-ci-bot
14804edfec !1 init package
Merge pull request !1 from geruijun/master
2020-02-18 09:34:57 +08:00
eulerstorage
57e63bfdd8 init package 2020-02-17 16:53:59 +08:00
3 changed files with 51 additions and 0 deletions

BIN
WSGIProxy2-0.5.1.tar.gz Normal file

Binary file not shown.

47
python-WSGIProxy2.spec Normal file
View File

@ -0,0 +1,47 @@
Name: python-WSGIProxy2
Version: 0.5.1
Release: 1
Summary: WSGI Proxy that supports several HTTP backends
License: MIT
URL: https://github.com/gawel/WSGIProxy2/
Source0: https://pypi.python.org/packages/source/W/WSGIProxy2/WSGIProxy2-%{version}.tar.gz
BuildArch: noarch
%description
WSGI Proxy that supports several HTTP backends.
%package -n python3-WSGIProxy2
%{?python_provide:%python_provide python3-WSGIProxy2}
Summary: WSGI Proxy that supports several HTTP backends
BuildRequires: python3-devel, python3-setuptools
Requires: python3-webob, python3-six
%description -n python3-WSGIProxy2
WSGI Proxy that supports several HTTP backends.
%prep
%autosetup -n WSGIProxy2-%{version} -p1
rm -rf WSGIProxy2.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-WSGIProxy2
%doc README_fixt.py README.rst
%{python3_sitelib}/*
%changelog
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.5.1-1
- Upgrade to version 0.5.1
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 0.4.6-2
- remove python2 dependency
* Thu Jul 16 2020 jixinjie <jixinjie@huawei.com> - 0.4.6-1
- update package to 0.4.6
* Mon Feb 17 2020 Ruijun Ge <geruijun@huawei.com> - 0.4.1-14
- init package

4
python-WSGIProxy2.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: WSGIProxy2
tag_prefix: ^v
seperator: .