From 4d389e812d09adf111ac1cb854f55c1cf99ec0f4699706e352a059607418f1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 14 Nov 2017 13:51:51 +0000 Subject: [PATCH] osc copypac from project:devel:languages:python package:python-httpbin revision:2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=4 --- httpbin-0.5.0.tar.gz | 3 ++ httpbin-0.6.2.tar.gz | 3 -- python-httpbin.changes | 74 ------------------------------------------ python-httpbin.spec | 9 +++-- 4 files changed, 7 insertions(+), 82 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 5c8677b..5ad2b9e 100644 --- a/python-httpbin.changes +++ b/python-httpbin.changes @@ -1,77 +1,3 @@ -------------------------------------------------------------------- -Sun Nov 12 17:31:47 UTC 2017 - arun@gmx.de - -- update to version 0.6.2: - * Add back fake cookie and make requiring it conditional - * Change base Dockerfile from Python 2 to Python 3 - -- changes from version 0.6.1: - * Revert "chunked encoding" - * uuid4 - -- changes from version 0.6.0: - * chunked encoding - * Allow all methods on /anything - * Update dockerfile - * each 'id' attribute should only appear once - * Split and strip qop. - * Add test for wrong password and expired (reused) nonce value - * Add test to verify „stale after” scenario - * Refactor digest_auth test to be able add missing test cases in - next commits - * Improve when stale is reported - * Move stale functionality to main digest url - * Add new location where digest authentication reports stale of - nonce - * Add /anything route - * add POST to methods kwarg - * Flask-Common - * Mention that "stream-bytes" uses chunked encoding - * Adding an etag URL for testing If-Match and If-None-Match logic - * fix Content-Length header value for /range endpoint - * Total-Route-Time - * hide x-request-id #342 - * get_ipaddr - * use gevent - * add sentry to httpbin application - * fine, 3.4 for whatever reason - * update tox - * Update README.md - * simplify readme - * remove links to http2bin, since it's down - * migrate to pipfile - * Brotli content-encoding renamed to 'br'. - * Add basic do-almost-nothing Brotli endpoint test - * Add a Brotli endpoint. - * don't specify gunicorn workers - * update python version - * Add missing endpoints to README - * README: add a note that /status/code supports multiple codes - * status/code: return 400 on invalid status code - * Correct display of endpoints - * Clarify image endpoints - * Use Response.data with older Werkzeug versions - * should return content-length when requesting range, and that - content-length should be the range specified in the url (i.e., - range/1024 has length 1024) - * Check numbytes parameter before initial delay - * Add test for drip with invalid numbytes parameter - * Fix divide by zero error in drip - * Encode HA2() string parameters 'method', 'uri' and 'H(entityBody)' - * Minor refactoring of _test_digest_auth - * Update comments, minor fixes - * Enable test cases for Digest auth requests with or without body - * Add test for different combinations of digest auth parameters - * Check response status code in - test_digest_auth_with_wrong_password() - * Add test implementation for Digest authentication - * Pass algorithm parameter to H() - * remove unused variable `form` from `helpers.get_dict` (#304) - * advertise HTTP/2 mirror (#303) - * use io.open() for long_description from file (#299) - * Set GUNICORN_WORKERS by environment variable. - * Add basic Dockerfile. - ------------------------------------------------------------------- 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