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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/583082
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2018-03-05 18:21:35 +00:00 committed by Git OBS Bridge
parent 4d389e812d
commit 406ea58a61
4 changed files with 14 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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,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