14
0

- Update to 1.9.0:

* Fix with new httplib2 included upstream
- Remove patch httplib2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=46
This commit is contained in:
Tomáš Chvátal
2019-11-06 12:24:08 +00:00
committed by Git OBS Bridge
parent 061bc67d87
commit 29d0a17e84
5 changed files with 11 additions and 92 deletions

View File

@@ -18,13 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-wsgi_intercept
Version: 1.8.1
Version: 1.9.0
Release: 0
Summary: Library for installing a WSGI application in place of a real URI for testing
License: MIT
URL: https://github.com/cdent/python3-wsgi-intercept
Source: https://files.pythonhosted.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
Patch0: httplib2.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module httplib2}
BuildRequires: %{python_module pytest >= 2.4}
@@ -52,7 +51,6 @@ can avoid spawning multiple processes or threads to test your Web app.
%prep
%setup -q -n wsgi_intercept-%{version}
%patch0 -p1
%build
%python_build