Accepting request 541759 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/541759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpbin?expand=0&rev=4
This commit is contained in:
2017-11-17 09:36:42 +00:00
committed by Git OBS Bridge
parent 260abe2a8e
commit f0a9eb11cc
5 changed files with 16 additions and 33 deletions

View File

@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-httpbin
Version: 0.2.3
Version: 0.3.0
Release: 0
Summary: Test your HTTP library against a local copy of httpbin
License: MIT
Group: Development/Languages/Python
Url: https://github.com/kevin1024/pytest-httpbin
Source: https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
# PATCH-FEATURE-UPSTREAM 0001-Remove-Flask-and-decorator-from-install_requires.patch -- https://github.com/kevin1024/pytest-httpbin/pull/40
Patch1: 0001-Remove-Flask-and-decorator-from-install_requires.patch
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-httpbin
@@ -48,7 +46,6 @@ fixture.
%prep
%setup -q -n pytest-httpbin-%{version}
%patch1 -p1
%build