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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/541173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=3
This commit is contained in:
Dirk Mueller 2017-11-13 09:32:36 +00:00 committed by Git OBS Bridge
parent 6eaf587cef
commit 09015c889f
4 changed files with 82 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,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

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