Add python3-wsgi_intercept provider
This commit is contained in:
parent
4ea89dc69d
commit
6253fdc260
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-wsgi-intercept
|
Name: python-wsgi-intercept
|
||||||
Version: 1.9.3
|
Version: 1.9.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
|
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pypi.python.org/pypi/wsgi_intercept
|
URL: http://pypi.python.org/pypi/wsgi_intercept
|
||||||
@ -17,7 +17,7 @@ threads to test your Web app.
|
|||||||
|
|
||||||
%package -n python3-wsgi-intercept
|
%package -n python3-wsgi-intercept
|
||||||
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
|
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
|
||||||
Provides: python-wsgi-intercept
|
Provides: python-wsgi-intercept, python3-wsgi_intercept
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 08 2023 wangxiyuan <wangxiyuan1007@gmail.com> - 1.9.3-2
|
||||||
|
- Add python3-wsgi_intercept provider back.
|
||||||
|
|
||||||
* Thu Jul 07 2022 OpenStack_SIG <openstack@openeuler.org> - 1.9.3-1
|
* Thu Jul 07 2022 OpenStack_SIG <openstack@openeuler.org> - 1.9.3-1
|
||||||
- Upgrade package python3-wsgi-intercept to version 1.9.3
|
- Upgrade package python3-wsgi-intercept to version 1.9.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user