Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2024 03:57:27 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 802e31df0099 - main - net-mgmt/py-pynetbox: Update to 7.4.0
Message-ID:  <202408160357.47G3vRpM091044@gitrepo.freebsd.org>

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

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

commit 802e31df009918aeb17d25aa3750f0d0bb3bbec1
Author:     Eero Hänninen <fax@nohik.ee>
AuthorDate: 2024-08-16 03:46:00 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-08-16 03:46:00 +0000

    net-mgmt/py-pynetbox: Update to 7.4.0
    
    * Remove no longer required patch.
    
    Changelog:
    
    https://github.com/netbox-community/pynetbox/releases/tag/v7.4.0
    
    PR:             280793
    Reported by:    Eero Hänninen
---
 net-mgmt/py-pynetbox/Makefile              |  2 +-
 net-mgmt/py-pynetbox/distinfo              |  6 +++---
 net-mgmt/py-pynetbox/files/patch-packaging | 13 -------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/net-mgmt/py-pynetbox/Makefile b/net-mgmt/py-pynetbox/Makefile
index e7789c75eda6..082162b9eb14 100644
--- a/net-mgmt/py-pynetbox/Makefile
+++ b/net-mgmt/py-pynetbox/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pynetbox
-DISTVERSION=	7.3.4
+DISTVERSION=	7.4.0
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net-mgmt/py-pynetbox/distinfo b/net-mgmt/py-pynetbox/distinfo
index 6bedc82bf0a5..4d66d1c68fa7 100644
--- a/net-mgmt/py-pynetbox/distinfo
+++ b/net-mgmt/py-pynetbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721054227
-SHA256 (pynetbox-7.3.4.tar.gz) = 8e2679a98a08778499d29054dcc0444fbf52b3b18c641531dfccc59326d3c1b4
-SIZE (pynetbox-7.3.4.tar.gz) = 67746
+TIMESTAMP = 1723543471
+SHA256 (pynetbox-7.4.0.tar.gz) = fd0b1f197b3880048408ff5ed84422dd599bcd9389e32cb06a09b9b0d55c1636
+SIZE (pynetbox-7.4.0.tar.gz) = 68081
diff --git a/net-mgmt/py-pynetbox/files/patch-packaging b/net-mgmt/py-pynetbox/files/patch-packaging
deleted file mode 100644
index c956f34f9395..000000000000
--- a/net-mgmt/py-pynetbox/files/patch-packaging
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from:	https://github.com/netbox-community/pynetbox/pull/608
-
---- setup.py.orig	2024-01-05 23:18:34 UTC
-+++ setup.py
-@@ -15,7 +15,7 @@ setup(
-     long_description_content_type='text/markdown',
-     install_requires=[
-         "requests>=2.20.0,<3.0",
--        "packaging<24.0"
-+        "packaging"
-     ],
-     zip_safe=False,
-     keywords=["netbox"],



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