diff --git a/python-requests-toolbelt.changes b/python-requests-toolbelt.changes index 9169cba..c4419ff 100644 --- a/python-requests-toolbelt.changes +++ b/python-requests-toolbelt.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Apr 25 19:57:47 UTC 2019 - Dirk Mueller + +- update to 0.9.1: +- Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter + - Add X509 Adapter that can handle PKCS12 + - Add stateless solution for streaming files by MultipartEncoder from one host to another (in chunks) + - Update link to example + - Move import of ``ABCs`` from collections into version-specific part of + _compat module + - Fix backwards incompatibility in ``get_encodings_from_content`` + - Correct callback documentation for ``MultipartEncoderMonitor`` + - Fix bug when ``MultipartEncoder`` is asked to encode zero parts + - Correct the type of non string request body dumps + - Removed content from being stored in MultipartDecoder + - Fix bug by enabling support for contenttype with capital letters. + - Coerce proxy URL to bytes before dumping request + - Avoid bailing out with exception upon empty response reason + - Corrected Pool documentation + - Corrected parentheses match in example usage + - Fix "oject" to "object" in ``MultipartEncoder`` + - Fix URL for the project after the move + - Add fix for OSX TCPKeepAliveAdapter + ------------------------------------------------------------------- Fri Jun 30 16:59:55 UTC 2017 - aloisio@gmx.com diff --git a/python-requests-toolbelt.spec b/python-requests-toolbelt.spec index fe38d38..292f672 100644 --- a/python-requests-toolbelt.spec +++ b/python-requests-toolbelt.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests-toolbelt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-requests-toolbelt -Version: 0.8.0 +Version: 0.9.1 Release: 0 Summary: A utility belt for advanced users of python3-requests License: Apache-2.0 diff --git a/requests-toolbelt-0.8.0.tar.gz b/requests-toolbelt-0.8.0.tar.gz deleted file mode 100644 index 8233d7c..0000000 --- a/requests-toolbelt-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5 -size 196129 diff --git a/requests-toolbelt-0.9.1.tar.gz b/requests-toolbelt-0.9.1.tar.gz new file mode 100644 index 0000000..d5e9d2d --- /dev/null +++ b/requests-toolbelt-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0 +size 207286