diff options
author | kai <kai@FreeBSD.org> | 2019-04-13 05:09:16 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-04-13 05:09:16 +0800 |
commit | 8afa10faa7951c3b9050ac74bfe6670cad4f3ad6 (patch) | |
tree | 9689c36642ee6d52902e67580c7a9a31cb990481 /security | |
parent | c2f401d3dcbbeb5b89fb4675cff99ea43e1e9c3b (diff) | |
download | freebsd-ports-gnome-8afa10faa7951c3b9050ac74bfe6670cad4f3ad6.tar.gz freebsd-ports-gnome-8afa10faa7951c3b9050ac74bfe6670cad4f3ad6.tar.zst freebsd-ports-gnome-8afa10faa7951c3b9050ac74bfe6670cad4f3ad6.zip |
security/py-netmiko: Update to 2.3.3
Changelog:
* Use Python Black
* Add OneAccess OneOS support
* Start building a wheel as part of release process
* Bugfixes
* Use environment markers for Poetry support
https://github.com/ktbyers/netmiko/releases/tag/v2.3.3
Approved by: mentors (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-netmiko/Makefile | 2 | ||||
-rw-r--r-- | security/py-netmiko/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-netmiko/Makefile b/security/py-netmiko/Makefile index dfcfcea7443a..330bb22c1c72 100644 --- a/security/py-netmiko/Makefile +++ b/security/py-netmiko/Makefile @@ -2,7 +2,7 @@ PORTNAME= netmiko DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 +DISTVERSION= 2.3.3 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-netmiko/distinfo b/security/py-netmiko/distinfo index f367e4be1937..d16c6120fbb8 100644 --- a/security/py-netmiko/distinfo +++ b/security/py-netmiko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551174300 -SHA256 (ktbyers-netmiko-v2.3.0_GH0.tar.gz) = f9e062044b6ee4ed980560c0356961c6c0fc0e486a9c3b1d806f68cd680e3893 -SIZE (ktbyers-netmiko-v2.3.0_GH0.tar.gz) = 971985 +TIMESTAMP = 1554810439 +SHA256 (ktbyers-netmiko-v2.3.3_GH0.tar.gz) = d7b8dc1f566b83ff3e28e02693d1e441ca19a5e6a951f5e3e95d6d51a8e31007 +SIZE (ktbyers-netmiko-v2.3.3_GH0.tar.gz) = 977433 |