FreeBSD Bugzilla – Attachment 238395 Details for
Bug 268036
devel/py-proxmoxer: Update to 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade devel/py-proxmoxer to version 2.0.0 and add info to UPDATING
py-proxmoxer-2.0.0.diff (text/plain), 2.42 KB, created by
Einar Bjarni Halldórsson
on 2022-11-28 10:13:35 UTC
(
hide
)
Description:
Upgrade devel/py-proxmoxer to version 2.0.0 and add info to UPDATING
Filename:
MIME Type:
Creator:
Einar Bjarni Halldórsson
Created:
2022-11-28 10:13:35 UTC
Size:
2.42 KB
patch
obsolete
>diff --git a/UPDATING b/UPDATING >index ceeb09a4fb81..c4362ad634c4 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -5,6 +5,33 @@ 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. >+ >+ Testing changed to pytest >+ >+ The unit testing framework was transitioned from nose to pytest. Any integration with the proxmoxer tests should now call pytest. >+ > 20221126: > AFFECTS: textproc/kibana8 > AUTHOR: otis@FreeBSD.org >diff --git a/devel/py-proxmoxer/Makefile b/devel/py-proxmoxer/Makefile >index 808247f1c8a1..16ea08946931 100644 >--- a/devel/py-proxmoxer/Makefile >+++ b/devel/py-proxmoxer/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= proxmoxer >-PORTVERSION= 1.3.1 >+PORTVERSION= 2.0.0 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +21,5 @@ USE_PYTHON= autoplist distutils nose > NO_ARCH= yes > > # do-test: >-# # openssh requires absent py-openssh_wrapper; also note that https tests fail >-# @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} -e openssh > > .include <bsd.port.mk> >diff --git a/devel/py-proxmoxer/distinfo b/devel/py-proxmoxer/distinfo >index 934a85f715fc..e0ecf3655198 100644 >--- a/devel/py-proxmoxer/distinfo >+++ b/devel/py-proxmoxer/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1668784325 >-SHA256 (proxmoxer-1.3.1.tar.gz) = ef32c549877bf4439da6df3dff08be10d9dfe3bfc8a25d676a786ffe861ee096 >-SIZE (proxmoxer-1.3.1.tar.gz) = 15387 >+TIMESTAMP = 1669626053 >+SHA256 (proxmoxer-2.0.0.tar.gz) = f592426c16ec9a00f141379da1dd72d2a6fcf46f9ee181484906668ad2f31357 >+SIZE (proxmoxer-2.0.0.tar.gz) = 17447
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
einar
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 268036
:
238395
|
238530
|
238624