forked from pool/python-apache-libcloud
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:
committed by
Git OBS Bridge
parent
67243e8c70
commit
d6ce3c5cb9
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-apache-libcloud
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-apache-libcloud
|
||||
Version: 2.7.0
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
Summary: Abstraction over multiple cloud provider APIs
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user