diff options
author | Einar Bjarni Halldórsson <einar@isnic.is> | 2022-12-09 11:18:24 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-12-09 11:23:09 +0000 |
commit | 8c8753eb9c736c8876a2c00aa200e6a2b5453986 (patch) | |
tree | d84df784783319d793d5bd2b0e3e69055b293914 /UPDATING | |
parent | d45b89f912dc4550f0fc7f62a490177f538fd83a (diff) | |
download | freebsd-ports-8c8753eb9c736c8876a2c00aa200e6a2b5453986.zip |
devel/py-proxmoxer: Update to 2.0.0
- add UPDATING notes
- pytest testunit in progress
ChangeLog:
https://github.com/proxmoxer/proxmoxer/blob/develop/CHANGELOG.md
PR: 268036
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -5,6 +5,29 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20221128: + AFFECTS: devel/py-proxmoxer + AUTHOR: einar@isnic.is + + AuthenticationError Moved + + proxmoxer.backends.https.AuthenticationError was moved to + proxmoxer.AuthenticationError (the class itself is the same). + Any imports or references to proxmoxer.backends.https.AuthenticationError + should be changed to proxmoxer.AuthenticationError. + + ProxmoxResourceBase Removed + + While this should be a fully internal change, the ProxmoxResourceBase + class was removed. Use ProxmoxResource instead. + + Removed ProxmoxHTTPTicketAuth + + The auth_token and csrf_token arguments are no longer supported. If an + existing (still valid) token needs to be used, you can pass the token + as password and proxmoxer will attempt to renew the ticket and retrieve + a new token and CSRF token. + 20221126: AFFECTS: textproc/kibana8 AUTHOR: otis@FreeBSD.org |