diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-07-13 07:57:32 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-07-13 08:00:00 +0200 |
commit | 1c96326d83c76a514e7da31b94715360a460358f (patch) | |
tree | c6d6fb751d291afdbc2b444b438a1dc5bfb2b4d2 /security/py-netmiko/files/patch-pyproject.toml | |
parent | net-mgmt/py-netutils: Update to 1.14.1 (diff) |
security/py-netmiko: Update to 4.6.0
* Adjust USES=python accordingly, because Python 3.8 is no longer
present in the ports tree after ca15850a2b13 while I'm here.
Changelog:
https://github.com/ktbyers/netmiko/releases/tag/v4.6.0
Diffstat (limited to 'security/py-netmiko/files/patch-pyproject.toml')
-rw-r--r-- | security/py-netmiko/files/patch-pyproject.toml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/security/py-netmiko/files/patch-pyproject.toml b/security/py-netmiko/files/patch-pyproject.toml index c238a371d1e7..175963f10281 100644 --- a/security/py-netmiko/files/patch-pyproject.toml +++ b/security/py-netmiko/files/patch-pyproject.toml @@ -1,16 +1,7 @@ -Use the more lightweight py-poetry-core instead py-poetry and relax version requirements. +Relax some version requirements. ---- pyproject.toml.orig 2024-12-09 21:51:07 UTC +--- pyproject.toml.orig 2025-06-26 19:00:25 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ - [build-system] --requires = ["poetry>=1.6.1"] --build-backend = "poetry.masonry.api" -+requires = ["poetry-core>=1.6.1"] -+build-backend = "poetry.core.masonry.api" - - [tool.poetry] - name = "netmiko" @@ -23,7 +23,7 @@ scp = ">=0.13.6" python = ">=3.9,<4.0" paramiko = ">=2.9.5" |