aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-ncclient
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/py-ncclient: Update to 0.6.10Neel Chauhan2021-03-082-4/+4
| | | | | | | | | | Changes: https://github.com/ncclient/ncclient/releases/tag/v0.6.10 PR: 254095 Submitted by: Sergey Akhmatov <sergey AT akhmatov DOT ru> (maintainer) Notes: svn path=/head/; revision=567806
* Remove py27_*_DEPENDS lines from ports using Python 3.6+ only.Rene Ladan2021-01-091-2/+0
| | | | | | | While here adjust a related comment in graphics/py-traitsui Notes: svn path=/head/; revision=560867
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 0.6.7Sunpoet Po-Chuan Hsieh2020-01-182-4/+4
| | | | | | | | | Changes: https://github.com/ncclient/ncclient/releases PR: 243424 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Notes: svn path=/head/; revision=523475
* net-mgmt/py-ncclient: Update to 0.6.6Kai Knoblich2019-06-022-4/+4
| | | | | | | | | | | | | | | | | Changelog: * Read ssh timeout from config file if not specified in method call * Tox support * Huge XML tree parser support * Adding optional bind address to connect https://github.com/ncclient/ncclient/releases/tag/v0.6.6 PR: 238247 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Notes: svn path=/head/; revision=503335
* net-mgmt/py-ncclient: Update to 0.6.4Kai Knoblich2019-04-103-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | While I'm here: * Pet portlint Changelog: * Pin selectors2 to Python versions <= 3.4 (and remove the now obsolete patch-requirements.txt) * Fix config examples to actually use the nc namespace * Fix: Correctly set port for paramiko when using ssh_config file * Test: Add test to check ProxyCommand uses correct port * Update commits for py3 * Enhance Alcatel-Lucent -support * Juniper RPC: Allow specifying format in CompareConfiguration * Parsing of NETCONF 1.1 frames no longer decodes each chunk of bytes... * Fix filter in create_subscription * Validate 'with-defaults' mode based on supported modes advertised in capability URI PR: 237154 Submitted by: Sergey Akhmatov (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=498538
* net-mgmt/py-ncclient: Fix requirements.txtSteve Wills2019-01-052-0/+10
| | | | | | | | | PR: 232883 Submitted by: Kai <freebsd_ports@k-worx.org> Approved by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Notes: svn path=/head/; revision=489379
* net-mgmt/py-ncclient: update to 0.6.3Steve Wills2018-10-062-4/+4
| | | | | | | | PR: 231764 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Notes: svn path=/head/; revision=481386
* net-mgmt/py-ncclient: Update to 0.6.2.Mateusz Piotrowski2018-09-212-4/+6
| | | | | | | | | | | | | | | | - Add conditional RUN_DEPENDS on devel/py-selectors2. PR: 230874 Submitted by: John W. O'Brien <john@saltant.com> Reviewed by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Reviewed by: tobik (previous version) Reviewed by: wen Approved by: mat (mentor) Approved by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Differential Revision: https://reviews.freebsd.org/D17231 Notes: svn path=/head/; revision=480314
* Maintainership back to SubmitterJochen Neumeister2018-07-101-1/+1
| | | | | | | | | PR: 229673 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: joneum, Kai (freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=474357
* - Pass maintainership to submitterMartin Wilke2018-07-091-1/+1
| | | | | | | | | PR: 229529 229530 229531 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=474279
* - Reset MAINTAINERship due to multiple fatal email bouncedRyan Steinmetz2018-07-051-1/+1
| | | | Notes: svn path=/head/; revision=473941
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* New port: net-mgmt/py-ncclient: Python library for NETCONF clientsYuri Victorovich2018-04-053-0/+39
PR: 224342 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Notes: svn path=/head/; revision=466527