15
0

osc copypac from project:devel:languages:python package:python-httpbin revision:4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=6
This commit is contained in:
2018-04-19 22:14:52 +00:00
committed by Git OBS Bridge
parent 406ea58a61
commit c9a7f74462
4 changed files with 7 additions and 14 deletions

View File

@@ -13,20 +13,19 @@
# 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.6.2
Version: 0.5.0
Release: 0
Summary: HTTP Request and Response Service
License: MIT
Group: Development/Languages/Python
Summary: HTTP Request and Response Service
Url: https://github.com/Runscope/httpbin
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/h/httpbin/httpbin-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
Requires: python-Flask
Requires: python-MarkupSafe
Requires: python-decorator