2019-04-25 21:58:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 25 19:57:47 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2017-07-04 08:32:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 30 16:59:55 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 0.8.0 (see HISTORY.rst)
|
|
|
|
- Converted to single-spec
|
|
|
|
|
2017-01-19 11:11:00 +01:00
|
|
|
-------------------------------------------------------------------
|
2017-05-16 18:05:09 +02:00
|
|
|
Tue May 16 16:04:50 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- convert to singlespec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-01-19 11:11:00 +01:00
|
|
|
Thu Jan 19 10:10:48 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- use pypi.io source link
|
|
|
|
|
2017-01-19 11:09:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 18 11:51:40 UTC 2017 - michael@stroeder.com
|
|
|
|
|
|
|
|
- update to upstream release 0.7.0
|
|
|
|
- simply rely on python_sitelib macro when installing files
|
|
|
|
|
2015-07-14 09:44:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix building on SLES 11
|
|
|
|
|
2014-11-17 16:59:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 17 15:58:27 UTC 2014 - seiler@b1-systems.de
|
|
|
|
|
|
|
|
- added explicit version dependency for python-request to avoid build errors
|
|
|
|
for old distributions
|
|
|
|
|
2014-11-14 11:28:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 13 17:06:47 UTC 2014 - seiler@b1-systems.de
|
|
|
|
|
|
|
|
- added python-requests to build requirements to do python tests
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 5 09:36:57 UTC 2014 - seiler@b1-systems.de
|
|
|
|
|
|
|
|
- inital commit
|
|
|
|
|