Accepting request 287513 from home:tbechtold:branches:devel:languages:python
New upstream release OBS-URL: https://build.opensuse.org/request/show/287513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=53
This commit is contained in:
parent
f596b3f40f
commit
9da88b8272
@ -1,3 +1,122 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 24 13:04:17 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 2.5.2:
|
||||||
|
* Update HISTORY and version for v2.5.2
|
||||||
|
* Update urllib3 to 29aa09bde9c42cc9a8d79aac47ee3d362b438cca
|
||||||
|
* document combination of repeated response headers
|
||||||
|
* Update README to use Shields badges
|
||||||
|
* Upgrade urllib3 to 490d3a227fadb626cd54a240b9d0922f849914b4
|
||||||
|
* Update certificate bundle.
|
||||||
|
* Update to use readthedocs.org instead of rtfd.org
|
||||||
|
* add a timeout value to connection_error_invalid_port test to accelerate
|
||||||
|
failure
|
||||||
|
* split test_connection_error into two distinct tests, and changed
|
||||||
|
"unknown url" test URL since fooobarbangbazbing.httpbin.org currently gives
|
||||||
|
a valid response.
|
||||||
|
* quickstart: using a list as a value in query params
|
||||||
|
* HISTORY: replace n-dash to workaround pip bug
|
||||||
|
* Check that a filename is a basestring instance
|
||||||
|
* Move noncebit to the only place it is used
|
||||||
|
* Remove entirely unnecessary and unused bits from requests.compat
|
||||||
|
* Attempt to quote anyway if unquoting fails
|
||||||
|
* Update urllib3 to a27758625e4169330fcf965652b1093faf5aaaa2
|
||||||
|
* drawn towards it rather than pushed away
|
||||||
|
* certifi
|
||||||
|
* simpler button
|
||||||
|
* cleanups
|
||||||
|
* Requests Pro
|
||||||
|
* javascripts
|
||||||
|
* Changing year in all copyright information
|
||||||
|
* Enhance documentation for clarity.
|
||||||
|
* Clean up cookie docs and display them.
|
||||||
|
* Bump version to 2.5.1
|
||||||
|
* Add release notes for 2.5.1
|
||||||
|
* Fix bug in renegotiating a nonce with the server
|
||||||
|
* Fix error handling on Python 3
|
||||||
|
* catch exception more specifically in Response.ok
|
||||||
|
* Uncommented test in test_requests.py
|
||||||
|
* Fix a typo in a comment
|
||||||
|
* Give proper attribution to pip
|
||||||
|
* utils.guess_filename fails if the given parameter looks like a file object
|
||||||
|
but has a non-string name attribute
|
||||||
|
* Copy pip's import machinery wholesale
|
||||||
|
* Updated the broken link to twitter streaming API documentation
|
||||||
|
* Enable GitHub syntax highlighting on README
|
||||||
|
* Bump version to 2.5.0
|
||||||
|
* Add updates for 2.5.0
|
||||||
|
* Update tests to work offline
|
||||||
|
* updatee chardet, urllib3
|
||||||
|
* url was already parsed, don't urlparse twice
|
||||||
|
* Properly serialize RecentlyUsedContainers for cache
|
||||||
|
* Changed ConnectionError to InvalidURL
|
||||||
|
* Docs: Add more section labels for referencing
|
||||||
|
* Partially addresses Issue #1572
|
||||||
|
* Update HTTPAdapter docstring
|
||||||
|
* Add last few changes and add a quick test
|
||||||
|
* Update urllib3 to df4ec5cce1
|
||||||
|
* Update how we handle retries to be consistent with documentation
|
||||||
|
* Fix HTTPDigestAuth not to treat non-file as a file
|
||||||
|
* Fixed.
|
||||||
|
* Added test for overriding Content-Length.
|
||||||
|
* Close sessions created in the functional API
|
||||||
|
* Pass strict to urllib3.
|
||||||
|
* Use to_native_string instead of builtin_str
|
||||||
|
* Update documentation about max_retries to reflect code
|
||||||
|
* Cap the redirect_cache size to prevent memory abuse
|
||||||
|
* Add DeprecationWarnings to inform users of plans
|
||||||
|
* Note about read timeout errors and max_retries
|
||||||
|
* fix failing test "test_prepare_unicode_url" \(take 3\)
|
||||||
|
* Revert "fix failing test "test_prepare_unicode_url""
|
||||||
|
* fix failing test "test_prepare_unicode_url"
|
||||||
|
* Revert "fix failing test "test_prepare_unicode_url""
|
||||||
|
* update AUTHORS
|
||||||
|
* fix failing test "test_prepare_unicode_url"
|
||||||
|
* Changing parameter name `newline` ==> `delimiter`.
|
||||||
|
* Clean up handle_redirect.
|
||||||
|
* Adding a custom line delimiter to iter_lines()
|
||||||
|
* Fix #2279. Update layout css
|
||||||
|
* Fix #2288. Change urllib3 and chardet workflow
|
||||||
|
* Update sidebarintro.html
|
||||||
|
* Made more better
|
||||||
|
* Add Release History to the sidebar
|
||||||
|
* Fixed #2250
|
||||||
|
* Update utils.py
|
||||||
|
* Clean up, support all redirects, fix potential endless 401 loop.
|
||||||
|
* v2.4.3
|
||||||
|
* Re-order params for backwards compat
|
||||||
|
* allow unicode URLs on Python 2
|
||||||
|
* requests v2.4.2
|
||||||
|
* fix documentation for utils.get_unicode_from_response() :)
|
||||||
|
* v2.4.2 changelog
|
||||||
|
* Remove timeout from __attrs__
|
||||||
|
* Fix a couple of issues I noticed
|
||||||
|
* Support bytestring URLs on Python 3.x
|
||||||
|
* A fix for #1979 repeat HTTP digest authentication after redirect.
|
||||||
|
* remove unused import
|
||||||
|
* fix #2247
|
||||||
|
* docs: Clarify how to pass a custom set of CAs
|
||||||
|
* Correct redirection introduction
|
||||||
|
* Avoid getting stuck in a loop
|
||||||
|
* make StreamConsumedError doubly inherit
|
||||||
|
* using the `StreamConsumedError`
|
||||||
|
* add-in StreamConsumedError
|
||||||
|
* rm `else` after `if` then `raise` block
|
||||||
|
* raise RuntimeError when a single streamed request calls *iter methods
|
||||||
|
than once
|
||||||
|
* Remove invoke from requirements.txt, docs
|
||||||
|
* Fixup the remaining references to timeline.json.
|
||||||
|
* Moved multiple files upload example to advanced section.
|
||||||
|
* Added example of how to send multiple files in one request.
|
||||||
|
* Document skipping in PreparedRequest; followup to #2222
|
||||||
|
* Add more tests to `test_invalid_url`
|
||||||
|
* lawl
|
||||||
|
* mils
|
||||||
|
* Fixes typo in test
|
||||||
|
* Changes check on base and json. Fails on tests.
|
||||||
|
* Adds review changes
|
||||||
|
* Adds json parameter for POST requests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 1 12:05:19 UTC 2014 - dmueller@suse.com
|
Mon Dec 1 12:05:19 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-requests
|
# spec file for package python-requests
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.4.1
|
Version: 2.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://python-requests.org
|
Url: http://python-requests.org
|
||||||
Summary: Awesome Python HTTP Library That's Actually Usable
|
Summary: Awesome Python HTTP Library That's Actually Usable
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35d890b0aaa6e09ec40d49361d823b998ced86cc7673a9ce70bbc4f986e13ad8
|
|
||||||
size 436872
|
|
3
requests-2.5.2.tar.gz
Normal file
3
requests-2.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:306ead91d47a48b6a25d495d2495de99694641bd7d2cac5bcc405a8837c7a612
|
||||||
|
size 455688
|
Loading…
Reference in New Issue
Block a user