2023-05-04 10:04:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-requests-toolbelt: updated to 1.0.0
1.0.0 -- 2023-05-01
-------------------
Breaking Changes
- Removed Google App Engine support to allow using urllib3 2.0
Fixed Bugs
- Ensured the test suite no longer reaches the Internet
Miscellaneous
- Added explicit support for Python 3.11
|
2022-10-26 13:10:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-toolbelt: updated to 0.10.1
0.10.1 -- 2022-10-25
--------------------
Fixed Bugs
- Fix urllib3 warning to only emit on X509Adapter usage
0.10.0 -- 2022-10-06
--------------------
New Features
- Add support for preparing requests in BaseUrlSession
Fixed Bugs
- Fixing missing newline in dump utility
|
2022-07-08 16:12:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-requests-toolbelt: mark as python 3.x only
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-05-16 18:35:25 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
pytest from versioned deps.
|
2019-02-06 12:09:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-requests-toolbelt: updated to 0.9.1
0.9.1:
Fixed Bugs
Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter
0.9.0:
New Features
Add X509 Adapter that can handle PKCS12
Add stateless solution for streaming files by MultipartEncoder from one host to \
another (in chunks)
Fixed Bugs
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-05-29 13:07:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py-requests-toolbelt to 0.8.0.
0.8.0 -- 2017-05-20
-------------------
More information about this release can be found on the `0.8.0 milestone`_.
New Features
~~~~~~~~~~~~
- Add ``UserAgentBuilder`` to provide more control over generated User-Agent
strings.
Fixed Bugs
~~~~~~~~~~
- Include ``_validate_certificate`` in the lits of picked attributes on the
``AppEngineAdapter``.
- Fix backwards incompatibility in ``get_encodings_from_content``
.. _0.8.0 milestone:
https://github.com/sigmavirus24/requests-toolbelt/milestones/0.8.0
|
2017-02-20 11:01:46 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py-requests-toolbelt to 0.7.1.
0.7.1 -- 2017-02-13
-------------------
Fixed Bugs
~~~~~~~~~~
- Fixed monkey-patching for the AppEngineAdapter.
- Make it easier to disable certificate verification when monkey-patching
AppEngine.
- Handle ``multipart/form-data`` bodies without a trailing ``CRLF``.
|