14
0

Accepting request 726704 from home:mcalabkova:branches:devel:languages:python

- update to version 0.2.0
  * Remove support for Python 2.6
  * Add support for Python 3.6
  * Add Python 3.7
  * Close socket on deletion
  * Allow UnixAdapter to accept max_retries parameter
  * Many other changes

OBS-URL: https://build.opensuse.org/request/show/726704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-unixsocket?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-08-28 09:01:26 +00:00
committed by Git OBS Bridge
parent da0ae00761
commit 826e7f2e14
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 28 08:48:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.2.0
* Remove support for Python 2.6
* Add support for Python 3.6
* Add Python 3.7
* Close socket on deletion
* Allow UnixAdapter to accept max_retries parameter
* Many other changes
-------------------------------------------------------------------
Wed Mar 20 18:39:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>