forked from pool/python-proxmoxer
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proxmoxer?expand=0&rev=11
60 lines
2.3 KiB
Plaintext
60 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 11 05:49:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 15 08:01:01 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
- Update to version 2.2.0:
|
|
* Bump version to 2.2.0 and add release to changelog
|
|
* Small meta/project changes
|
|
* fix: decode parameters if needed (#189)
|
|
* Don't error when Proxmox task ID is returned (#187)
|
|
* Fix commandline backends prefixing with host
|
|
* Add support to pass in an optional cert/tuple that is used in
|
|
the connection to proxmox. Usecase: proxmox is behind a service
|
|
like teleport where it proxies the connection using local
|
|
certificates after you login.
|
|
* update tests
|
|
* fix url for local requests
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 20 11:23:13 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
- add sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 17 14:33:26 UTC 2024 - opensuse_buildservice@ojkastl.de
|
|
|
|
- Update to version 2.1.0:
|
|
* Bump version 2.1.0 and changelog
|
|
* Remove unneeded section in test mock
|
|
* Fix improper spliting of non-exec QEMU commands
|
|
* Remove support for py3.7; Update pre-commit deps
|
|
* Add 3.12 to CI matrix
|
|
* Update devcontainer to modern unified schema
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 22 12:55:53 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- refactor %check section to not use the tests that require the
|
|
ancient openssh-wrapper module
|
|
see https://github.com/proxmoxer/proxmoxer/issues/135
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 21 12:45:15 UTC 2023 - kastl@b1-systems.de
|
|
|
|
- Update to version 2.0.1:
|
|
* Update version and changelog
|
|
* FIX: black linting error
|
|
* add test to check correct propagation of verify_ssl
|
|
* fix pass all provided arguments to token auth-backend
|
|
* Fix README formatting
|
|
* Remove unneeded class inheritance from `object`
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 20 17:18:48 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
|
|
|
- new package python-proxmoxer: Python Wrapper for the Proxmox 2.x API (HTTP and SSH)
|