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..5c8677b 100644 --- a/python-httpbin.changes +++ b/python-httpbin.changes @@ -1,3 +1,77 @@ +------------------------------------------------------------------- +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 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