Compare commits

..

No commits in common. "8cc96643f85563d222650108319ae4c59fedff51" and "1a5d6ae996ce1b2627c63b3fd122c10aaaf34dd7" have entirely different histories.

3 changed files with 0 additions and 67 deletions

Binary file not shown.

View File

@ -1,63 +0,0 @@
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

View File

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