14
0

Accepting request 1231198 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/1231198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proxmoxer?expand=0&rev=9
This commit is contained in:
2024-12-15 19:50:11 +00:00
committed by Git OBS Bridge
parent 28d0faf6a9
commit e197157a00
7 changed files with 25 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/proxmoxer/proxmoxer</param> <param name="url">https://github.com/proxmoxer/proxmoxer</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="revision">2.1.0</param> <param name="revision">2.2.0</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>

View File

@@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/proxmoxer/proxmoxer</param> <param name="url">https://github.com/proxmoxer/proxmoxer</param>
<param name="changesrevision">3156b099475307f4062868cfe287d5e6248225a4</param></service></servicedata> <param name="changesrevision">336a0317123bdd8e1e4a43f789ed289487097f08</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ef4b5dd1f591ac835c8c74eb0eb05cf2d7f1595f278c2022c78c9b4ab4641a8
size 192011

3
proxmoxer-2.2.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b39c50f75e02c2cfecd56e8f3843fb1b78b0c768a6f4088d17684e06d729fbbf
size 196619

View File

@@ -1,4 +1,4 @@
name: proxmoxer name: proxmoxer
version: 2.1.0 version: 2.2.0
mtime: 1723319993 mtime: 1734228762
commit: 3156b099475307f4062868cfe287d5e6248225a4 commit: 336a0317123bdd8e1e4a43f789ed289487097f08

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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> Fri Sep 20 11:23:13 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-proxmoxer Name: python-proxmoxer
Version: 2.1.0 Version: 2.2.0
Release: 0 Release: 0
Summary: Python Wrapper for the Proxmox 2x API (HTTP and SSH) Summary: Python Wrapper for the Proxmox 2x API (HTTP and SSH)
License: MIT License: MIT