15
0
forked from pool/python-hcloud

- Update to 1.28.0:

* add load balancer target health status field
  * implement resource actions clients
  * missing long_description content_type in setup.py
  * add global request timeout option
  * reexport references in parent ressources modules
  * the package is now typed
  * allow omitting datacenter when creating a primary ip
  * invalid attribute in placement group
  * add repr method to domains
  * drop support for python 3.7
  * add details to raise exceptions
  * move hcloud.hcloud module to hcloud._client
  * revert remove python-dateutil dependency
  * handle Z timezone in ISO8601 datetime format
  * isos: invalid name for include_wildcard_architecture argument
  * network: add field expose_routes_to_vswitch
  * setup exception hierarchy
  * add deprecation field to ServerType
  * adjust label validation for max length of 63 characters
  * server_type: add field for included traffic
  * feat: add support for ARM APIs by @apricote
  * fix: remove unused future dependency by @apricote
  * Remove use of external mock module by @s-t-e-v-e-n-k
  * Add validation helper for Label Values/Keys by @LKaemmerling
- Switch to pyproject macros.
- Drop patch remove-mock.patch, included upstream.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hcloud?expand=0&rev=7
This commit is contained in:
2023-09-01 01:44:36 +00:00
committed by Git OBS Bridge
parent 415ba4f7ff
commit cdce1061af
5 changed files with 45 additions and 251 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Sep 1 01:43:20 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.28.0:
* add load balancer target health status field
* implement resource actions clients
* missing long_description content_type in setup.py
* add global request timeout option
* reexport references in parent ressources modules
* the package is now typed
* allow omitting datacenter when creating a primary ip
* invalid attribute in placement group
* add repr method to domains
* drop support for python 3.7
* add details to raise exceptions
* move hcloud.hcloud module to hcloud._client
* revert remove python-dateutil dependency
* handle Z timezone in ISO8601 datetime format
* isos: invalid name for include_wildcard_architecture argument
* network: add field expose_routes_to_vswitch
* setup exception hierarchy
* add deprecation field to ServerType
* adjust label validation for max length of 63 characters
* server_type: add field for included traffic
* feat: add support for ARM APIs by @apricote
* fix: remove unused future dependency by @apricote
* Remove use of external mock module by @s-t-e-v-e-n-k
* Add validation helper for Label Values/Keys by @LKaemmerling
- Switch to pyproject macros.
- Drop patch remove-mock.patch, included upstream.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Tue Aug 2 05:01:14 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>