Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8cc96643f8
!8 Add python2 subpackage for python-webtest build
From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-10-13 07:47:55 +00:00
wk333
00649d9fd9 Add python2 subpackage for python-webtest build 2023-10-13 14:54:27 +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 67 additions and 0 deletions

BIN
WSGIProxy2-0.4.6.tar.gz Executable file

Binary file not shown.

63
python-WSGIProxy2.spec Normal file
View File

@ -0,0 +1,63 @@
Name: python-WSGIProxy2
Version: 0.4.6
Release: 3
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.
%package -n python2-WSGIProxy2
%{?python_provide:%python_provide python2-WSGIProxy2}
Summary: WSGI Proxy that supports several HTTP backends
BuildRequires: python2-devel, python2-setuptools
Requires: python2-webob, python2-six
%description -n python2-WSGIProxy2
WSGI Proxy that supports several HTTP backends
%prep
%autosetup -n WSGIProxy2-%{version} -p1
rm -rf WSGIProxy2.egg-info
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python3-WSGIProxy2
%doc README_fixt.py README.rst
%{python3_sitelib}/*
%files -n python2-WSGIProxy2
%doc README_fixt.py README.rst
%{python2_sitelib}/*
%changelog
* Fri Oct 13 2023 wangkai <13474090681@163.com> - 0.4.6-3
- Add python2 subpackage for python-webtest build
* 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: .