From 406ea58a61c41f8e5424657069968f494108dd7e27e7d52243bb909ca2a67af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 5 Mar 2018 18:21:35 +0000 Subject: [PATCH] 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 --- httpbin-0.5.0.tar.gz | 3 --- httpbin-0.6.2.tar.gz | 3 +++ python-httpbin.changes | 6 ++++++ python-httpbin.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 httpbin-0.5.0.tar.gz create mode 100644 httpbin-0.6.2.tar.gz diff --git a/httpbin-0.5.0.tar.gz b/httpbin-0.5.0.tar.gz deleted file mode 100644 index 7938ad8..0000000 --- a/httpbin-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79fbc5d27e4194ea908b0fa18e09a59d95d287c91667aa69bcd010342d1589b5 -size 88698 diff --git a/httpbin-0.6.2.tar.gz b/httpbin-0.6.2.tar.gz new file mode 100644 index 0000000..d287564 --- /dev/null +++ b/httpbin-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afa0486a76305cac441b5cc80d5d4ccd82b20875da7c5119ecfe616cefef45f +size 86288 diff --git a/python-httpbin.changes b/python-httpbin.changes index 5ad2b9e..96f8413 100644 --- a/python-httpbin.changes +++ b/python-httpbin.changes @@ -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 diff --git a/python-httpbin.spec b/python-httpbin.spec index e8223ce..4c4be52 100644 --- a/python-httpbin.spec +++ b/python-httpbin.spec @@ -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