summaryrefslogtreecommitdiff
path: root/security/py-netmiko/files
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-12-12 11:54:25 +0100
committerKai Knoblich <kai@FreeBSD.org>2024-12-12 11:54:25 +0100
commit365b0c32fad29e2a511a3781f290642955cbdb8d (patch)
tree95bfe5fb2bd0396a591155d06ae92a7f43d20912 /security/py-netmiko/files
parentfilesystems/davfs2: new port had been added (+) (diff)
security/py-netmiko: Update to 4.5.0
* Support for Python 3.8 was dropped with this release, adjust USES=python accordingly. Changelog: https://github.com/ktbyers/netmiko/releases/tag/v4.5.0
Diffstat (limited to 'security/py-netmiko/files')
-rw-r--r--security/py-netmiko/files/patch-pyproject.toml18
1 files changed, 5 insertions, 13 deletions
diff --git a/security/py-netmiko/files/patch-pyproject.toml b/security/py-netmiko/files/patch-pyproject.toml
index 7b6fa31e870e..c238a371d1e7 100644
--- a/security/py-netmiko/files/patch-pyproject.toml
+++ b/security/py-netmiko/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
Use the more lightweight py-poetry-core instead py-poetry and relax version requirements.
---- pyproject.toml.orig 2024-07-08 22:08:10 UTC
+--- pyproject.toml.orig 2024-12-09 21:51:07 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
@@ -11,20 +11,12 @@ Use the more lightweight py-poetry-core instead py-poetry and relax version requ
[tool.poetry]
name = "netmiko"
-@@ -22,14 +22,14 @@ python = ">=3.8,<4.0"
-
- [tool.poetry.dependencies]
- python = ">=3.8,<4.0"
--setuptools = ">=65.0.0"
-+setuptools = ">=63.0.0"
+@@ -23,7 +23,7 @@ scp = ">=0.13.6"
+ python = ">=3.9,<4.0"
paramiko = ">=2.9.5"
scp = ">=0.13.6"
- pyyaml = ">=5.3"
+-pyyaml = ">=6.0.2"
++pyyaml = ">=6.0.1"
textfsm = ">=1.1.3"
ntc-templates = ">=3.1.0"
pyserial = ">=3.3"
--cffi = ">=1.17.0rc1"
-+cffi = ">=1.16.0"
-
- [tool.poetry.group.dev.dependencies]
- black = "24.4.2"