aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEero Hänninen <fax@nohik.ee>2024-08-16 03:46:00 +0000
committerKai Knoblich <kai@FreeBSD.org>2024-08-16 03:46:00 +0000
commit802e31df009918aeb17d25aa3750f0d0bb3bbec1 (patch)
tree5a642fc8a6040cc7847a820a49a9d87f216e71ac
parent0dddc566d319861acf6797ce8443d4e08510d225 (diff)
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
-rw-r--r--net-mgmt/py-pynetbox/Makefile2
-rw-r--r--net-mgmt/py-pynetbox/distinfo6
-rw-r--r--net-mgmt/py-pynetbox/files/patch-packaging13
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"],