17
0

- update to 3.7.0:

* Support for Python 3.6 which has been EOL for more than a year now has
    been removed.
  * [CloudSigma] Update API URLs for US locations.
  * [GCP] Fix OAuth2 desktop client login.
  * [Amazon S3] Add support for ``af-south-1`` region.
  * Also run unit tests under Python 3.11 on CI/CD and indicate we also
    support Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=126
This commit is contained in:
2023-01-28 12:28:20 +00:00
committed by Git OBS Bridge
parent 6e2f44ac24
commit e925b1bf62
6 changed files with 37 additions and 24 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 28 12:27:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.7.0:
* Support for Python 3.6 which has been EOL for more than a year now has
been removed.
* [CloudSigma] Update API URLs for US locations.
* [GCP] Fix OAuth2 desktop client login.
* [Amazon S3] Add support for ``af-south-1`` region.
* Also run unit tests under Python 3.11 on CI/CD and indicate we also
support Python 3.11.
-------------------------------------------------------------------
Thu Oct 27 21:29:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>