Releases: mindflayer/python-mocket
Releases · mindflayer/python-mocket
Support for file's builtin python wrapper
This version ships the change to support the libmagic
wrapper distributed with file
's command.
With this change, thanks to @felixonmars contribution, Mocket is now available as Arch Linux package: https://www.archlinux.org/packages/community/any/python-mocket/
Support for IsolatedAsyncioTestCase
Support for tests based on unittest.IsolatedAsyncioTestCase
(Python 3.8
). See:
https://github.com/mindflayer/python-mocket/blob/master/tests/tests38/test_http_aiohttp.py
Thanks to @WisdomPill for the amazing contribution.
Adding missing `load_verify_locations` method
3.8.4 Adding missing `load_verify_locations` method. (#107)
Removing `hexdump` dependency
3.8.3 Bump version.
3.8.2: Fix for removing DeprecationWarning (#105)
* Fix for removing `DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc'`.
Py3.8 classifier
3.8.1 Adding Py3.8 classifier and removing 3.3 one.
Fix for Redis module
Fix for current Redis connection management implementation.
Bump version for Python 3.8.
Partial wildcards fix
Thanks to @jayvdb.
Bugfix release
Fix for AttributeError: 'NoneType' object has no attribute 'post_handshake_auth'