1
0
forked from pool/python-mocket

- Update to version 3.9.3:

* Fix for `.makefile()` as reported by @KyleKing.
 * From `codecs` to `binascii` for PyPy. (#127)
- Update to version 3.9.2:
 * Mocket raises exceptions.
 * Fix for Python 2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=17
This commit is contained in:
Sebastian Wagner
2020-11-09 20:24:22 +00:00
committed by Git OBS Bridge
parent 6a78b40fc6
commit 13f014ddf4
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 9 20:23:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 3.9.3:
* Fix for `.makefile()` as reported by @KyleKing.
* From `codecs` to `binascii` for PyPy. (#127)
- Update to version 3.9.2:
* Mocket raises exceptions.
* Fix for Python 2.
-------------------------------------------------------------------
Sun Oct 11 07:03:02 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>