1
0
forked from pool/python-mocket

Accepting request 790542 from home:pgajdos:python

- version update to 3.8.4
  * Adding missing `load_verify_locations` method
  * Removing `hexdump` dependency
  * Fix for removing DeprecationWarning (#105)
  * Py3.8 classifier
  * Fix for Redis module

OBS-URL: https://build.opensuse.org/request/show/790542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-04-01 11:34:21 +00:00
committed by Git OBS Bridge
parent 8b0fa0587a
commit a55ce20a52
4 changed files with 16 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 1 07:38:18 UTC 2020 - pgajdos@suse.com
- version update to 3.8.4
* Adding missing `load_verify_locations` method
* Removing `hexdump` dependency
* Fix for removing DeprecationWarning (#105)
* Py3.8 classifier
* Fix for Redis module
-------------------------------------------------------------------
Wed Sep 18 07:41:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>