1
0

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

- update to 2.8.0
  * Distribution now includes py.typed file which signals mypy that 
    this package contains type annotations
  * Fix get_driver() bug / regression not working if the provider 
    argument was a string and not a Provider ENUM.

OBS-URL: https://build.opensuse.org/request/show/765058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=92
This commit is contained in:
Tomáš Chvátal
2020-01-16 19:25:37 +00:00
committed by Git OBS Bridge
parent 67243e8c70
commit d6ce3c5cb9
5 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 16 17:28:20 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 2.8.0
* Distribution now includes py.typed file which signals mypy that
this package contains type annotations
* Fix get_driver() bug / regression not working if the provider
argument was a string and not a Provider ENUM.
-------------------------------------------------------------------
Fri Dec 13 13:31:28 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>