Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 13:12:00 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b397df954b8d - main - devel/py-proxmoxer: Update 2.0.1 =?utf-8?Q?=E2=86=92?= 2.1.0
Message-ID:  <202408121312.47CDC0Ww069853@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b397df954b8df0b5ffd04b90e562ba51e539d838

commit b397df954b8df0b5ffd04b90e562ba51e539d838
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-08-12 13:05:36 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-12 13:10:42 +0000

    devel/py-proxmoxer: Update 2.0.1 → 2.1.0
    
    Changelog:
     * Improvement (docs): Update Readme with updated example
     * Addition (tools): Added Files tools
     * Improvement (all): Add repr to some classes and add to tests
     * Bugfix (all): Correct metadata to match supported Python versions (3.6+)
     * Bugfix (https): Fix BytesWarning when logging response status/content
     * Improvement (meta): Update devcontainer to modern unified schema
     * Improvement (meta): Add 3.12 to CI matrix, remove 3.7 testing
     * Improvement (all): Fix improper spliting of non-exec QEMU commands
    https://github.com/proxmoxer/proxmoxer/releases/tag/2.1.0
    
    PR:     280768
---
 devel/py-proxmoxer/Makefile | 2 +-
 devel/py-proxmoxer/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/py-proxmoxer/Makefile b/devel/py-proxmoxer/Makefile
index 355fe308aa37..62935f7d1183 100644
--- a/devel/py-proxmoxer/Makefile
+++ b/devel/py-proxmoxer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	proxmoxer
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-proxmoxer/distinfo b/devel/py-proxmoxer/distinfo
index 86bec6a625f3..222c127d0309 100644
--- a/devel/py-proxmoxer/distinfo
+++ b/devel/py-proxmoxer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1671525268
-SHA256 (proxmoxer-2.0.1.tar.gz) = 088923f1a81ee27631e88314c609bfe22b33d8a41271b5f02e86f996f837fe31
-SIZE (proxmoxer-2.0.1.tar.gz) = 17551
+TIMESTAMP = 1723462101
+SHA256 (proxmoxer-2.1.0.tar.gz) = d92993782e74ed8a76ff355dc050f58aa039fa697f9349a68e643552bd0fa62e
+SIZE (proxmoxer-2.1.0.tar.gz) = 28799



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408121312.47CDC0Ww069853>