From 8c8753eb9c736c8876a2c00aa200e6a2b5453986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20Bjarni=20Halld=C3=B3rsson?= Date: Fri, 9 Dec 2022 11:18:24 +0000 Subject: 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 --- UPDATING | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index ceeb09a4fb81..18cf46a80f78 100644 --- a/UPDATING +++ b/UPDATING @@ -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 -- cgit v1.2.3