python-WSGIProxy2/python-WSGIProxy2.spec

48 lines
1.3 KiB
RPMSpec
Raw Normal View History

2020-02-17 16:53:59 +08:00
Name: python-WSGIProxy2
2022-06-27 15:12:23 +08:00
Version: 0.5.1
Release: 1
2020-02-17 16:53:59 +08:00
Summary: WSGI Proxy that supports several HTTP backends
License: MIT
URL: https://github.com/gawel/WSGIProxy2/
2020-07-16 10:49:44 +08:00
Source0: https://pypi.python.org/packages/source/W/WSGIProxy2/WSGIProxy2-%{version}.tar.gz
2020-02-17 16:53:59 +08:00
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
2022-06-27 15:12:23 +08:00
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.5.1-1
- Upgrade to version 0.5.1
2020-10-30 14:41:11 +08:00
* Fri Oct 30 2020 yanglongkang <yanglongkang@huawei.com> - 0.4.6-2
- remove python2 dependency
2020-07-16 10:49:44 +08:00
* Thu Jul 16 2020 jixinjie <jixinjie@huawei.com> - 0.4.6-1
- update package to 0.4.6
2020-02-17 16:53:59 +08:00
* Mon Feb 17 2020 Ruijun Ge <geruijun@huawei.com> - 0.4.1-14
- init package