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:
Ondřej Súkup 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

3
httpbin-0.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79fbc5d27e4194ea908b0fa18e09a59d95d287c91667aa69bcd010342d1589b5
size 88698

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0afa0486a76305cac441b5cc80d5d4ccd82b20875da7c5119ecfe616cefef45f
size 86288

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sun Nov 19 05:18:01 UTC 2017 - arun@gmx.de
- update to version 0.6.2:
* no changelog available
-------------------------------------------------------------------
Tue Apr 4 17:56:34 UTC 2017 - jmatejek@suse.com

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