Bug 236036 - security/py-netmiko: Update to 2.3.0
Summary: security/py-netmiko: Update to 2.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://github.com/ktbyers/netmiko/re...
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2019-02-25 19:17 UTC by John W. O'Brien
Modified: 2019-02-28 14:34 UTC (History)
2 users (show)

See Also:
kai: maintainer-feedback+


Attachments
security/py-netmiko: Update to 2.3.0 (1.59 KB, text/plain)
2019-02-25 19:17 UTC, John W. O'Brien
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2019-02-25 19:17:50 UTC
Created attachment 202362 [details]
security/py-netmiko: Update to 2.3.0

Changelog
=========

*   Update to 2.3.0
*   Pet portlint


QA
==

portlint: OK
poudriere: OK -- testport on 11.2-RELEASE amd64 w/py27, py35, py36 (default), and py37
Comment 1 Kai Knoblich freebsd_committer freebsd_triage 2019-02-26 00:12:34 UTC
Hello John,

thank you for the patch. It's looks good to me and I created a review for it because I'm still in my menteeship. Otherwise your patch were already committed.

You can retrieve the review here: https://reviews.freebsd.org/D19361
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-02-28 14:33:04 UTC
A commit references this bug:

Author: kai
Date: Thu Feb 28 14:32:18 UTC 2019
New revision: 494152
URL: https://svnweb.freebsd.org/changeset/ports/494152

Log:
  security/py-netmiko: Update to 2.3.0

  * Pacify portlint [1]
  * Switch to GitHub to enable test target [2]

  Notable changes since 2.1.1:

  * Add support for new platforms:
    - Apresia Systems AEOS
    - Citrix Netscaler
    - Dell EMC Isilon, Dell OS10 and DNOS6
    - IP Infusion OcNOS
    - RAD ETX
  * Add fast_cli mode to improve performance
  * Add support for a session_log
  * Add Paramiko pkey, auth_timeout and passphrase support

  Changelog:

  https://github.com/ktbyers/netmiko/releases/tag/v2.3.0

  PR:		236036
  Submitted by:	John W. O'Brien <john@saltant.com> [1]
  Reviewed by:	koobs [2]
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19361

Changes:
  head/security/py-netmiko/Makefile
  head/security/py-netmiko/distinfo
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2019-02-28 14:34:41 UTC
Committed, thank you for the patch!