git: 99b31805dd51 - main - security/py-netmiko: Update to 3.3.0
Kai Knoblich
kai at FreeBSD.org
Wed Jul 7 11:13:13 UTC 2021
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99b31805dd51fa6835196c65c0fef49b869dc761
commit 99b31805dd51fa6835196c65c0fef49b869dc761
Author: Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-07-07 11:03:22 +0000
Commit: Kai Knoblich <kai at FreeBSD.org>
CommitDate: 2021-07-07 11:09:00 +0000
security/py-netmiko: Update to 3.3.0
* Modernize "do-test" target while I'm here.
Note: Although there are already newer releases out here, use this one
because the newer releases depend on some Python packages that have yet
to be ported.
Changelogs since 3.1.1:
https://github.com/ktbyers/netmiko/releases/tag/v3.3.0
https://github.com/ktbyers/netmiko/releases/tag/v3.2.0
MFH: 2021Q3
---
security/py-netmiko/Makefile | 5 ++---
security/py-netmiko/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/security/py-netmiko/Makefile b/security/py-netmiko/Makefile
index b66c4d16c9fb..7599c2867ea0 100644
--- a/security/py-netmiko/Makefile
+++ b/security/py-netmiko/Makefile
@@ -1,7 +1,6 @@
PORTNAME= netmiko
DISTVERSIONPREFIX= v
-DISTVERSION= 3.1.1
-PORTREVISION= 1
+DISTVERSION= 3.3.0
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,6 +25,6 @@ GH_ACCOUNT= ktbyers
NO_ARCH= yes
do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -s tests/test_import_netmiko.py
+ cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -s tests/test_import_netmiko.py
.include <bsd.port.mk>
diff --git a/security/py-netmiko/distinfo b/security/py-netmiko/distinfo
index 5081d43712de..0defef71b0d5 100644
--- a/security/py-netmiko/distinfo
+++ b/security/py-netmiko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589874073
-SHA256 (ktbyers-netmiko-v3.1.1_GH0.tar.gz) = 0b2e01cce1f5e7dd1f75a3dcdf415922e3d578233d423a9d8f8a8f6a87fe1167
-SIZE (ktbyers-netmiko-v3.1.1_GH0.tar.gz) = 669683
+TIMESTAMP = 1625521158
+SHA256 (ktbyers-netmiko-v3.3.0_GH0.tar.gz) = 2ff7c88b00ed50259f210af6d7bf3bbc5d4f486c2173051f6933fb444dfec961
+SIZE (ktbyers-netmiko-v3.3.0_GH0.tar.gz) = 768685
More information about the dev-commits-ports-all
mailing list