15
0

Accepting request 541173 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/541173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=3
This commit is contained in:
2017-11-13 09:32:36 +00:00
committed by Git OBS Bridge
parent 6eaf587cef
commit 09015c889f
4 changed files with 82 additions and 7 deletions

View File

@@ -13,19 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-httpbin
Version: 0.5.0
Version: 0.6.2
Release: 0
License: MIT
Summary: HTTP Request and Response Service
Url: https://github.com/Runscope/httpbin
License: MIT
Group: Development/Languages/Python
Url: https://github.com/Runscope/httpbin
Source: https://files.pythonhosted.org/packages/source/h/httpbin/httpbin-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-Flask
Requires: python-MarkupSafe
Requires: python-decorator