From c9a7f744624e2f65eaf7f6a5b1fb018caefbb45223ad8df10ac3a6975c890cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 19 Apr 2018 22:14:52 +0000 Subject: [PATCH] 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 --- 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, 7 insertions(+), 14 deletions(-) create mode 100644 httpbin-0.5.0.tar.gz delete mode 100644 httpbin-0.6.2.tar.gz diff --git a/httpbin-0.5.0.tar.gz b/httpbin-0.5.0.tar.gz new file mode 100644 index 0000000..7938ad8 --- /dev/null +++ b/httpbin-0.5.0.tar.gz @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index d287564..0000000 --- a/httpbin-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0afa0486a76305cac441b5cc80d5d4ccd82b20875da7c5119ecfe616cefef45f -size 86288 diff --git a/python-httpbin.changes b/python-httpbin.changes index 96f8413..5ad2b9e 100644 --- a/python-httpbin.changes +++ b/python-httpbin.changes @@ -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 diff --git a/python-httpbin.spec b/python-httpbin.spec index 4c4be52..e8223ce 100644 --- a/python-httpbin.spec +++ b/python-httpbin.spec @@ -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