Codebase list netmiko / edc7bc4
d/control: drop python2 package Vincent Bernat 4 years ago
3 changed file(s) with 12 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
00 netmiko (1.4.3-2) UNRELEASED; urgency=medium
11
2 [ Ondřej Nový ]
23 * d/control: Set Vcs-* to salsa.debian.org
34 * d/copyright: Use https protocol in Format field
45 * d/control: Remove trailing whitespaces
56 * Use debhelper-compat instead of debian/compat.
67
7 -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:13:42 +0100
8 [ Vincent Bernat ]
9 * d/control: drop python2 package. Closes: #937130.
10
11 -- Vincent Bernat <bernat@debian.org> Thu, 12 Sep 2019 08:16:40 +0200
812
913 netmiko (1.4.3-1) unstable; urgency=medium
1014
33 Maintainer: Vincent Bernat <bernat@debian.org>
44 Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
55 Build-Depends: debhelper-compat (= 9), dh-python,
6 python-all, python3-all,
7 python-setuptools, python3-setuptools,
8 python-yaml, python3-yaml,
9 python-paramiko, python3-paramiko,
10 python-pytest, python3-pytest,
11 python-scp, python3-scp,
6 python3-all,
7 python3-setuptools,
8 python3-yaml,
9 python3-paramiko,
10 python3-pytest,
11 python3-scp,
1212 Standards-Version: 4.1.1
1313 Homepage: https://github.com/ktbyers/netmiko
1414 Vcs-Git: https://salsa.debian.org/python-team/modules/netmiko.git
1515 Vcs-Browser: https://salsa.debian.org/python-team/modules/netmiko
16
17 Package: python-netmiko
18 Architecture: all
19 Depends: ${misc:Depends}, ${python:Depends},
20 Recommends: ${python:Recommends}
21 Suggests: ${python:Suggests}
22 Description: multi-vendor library for SSH connections to network devices - Python 2.X
23 This library simplifies Paramiko SSH connections to network devices. It
24 provides support for the following devices:
25 - Cisco IOS
26 - Cisco IOS-XE
27 - Cisco ASA
28 - Cisco NX-OS
29 - Cisco IOS-XR
30 - Cisco WLC (limited testing)
31 - Arista vEOS
32 - HP ProCurve
33 - HP Comware (limited testing)
34 - Juniper Junos
35 - Brocade VDX (limited testing)
36 - F5 LTM (experimental)
37 - Huawei (limited testing)
38 - A10 (limited testing)
39 - Avaya ERS (limited testing)
40 - Avaya VSP (limited testing)
41 - Dell-Force10 DNOS9 (limited testing)
42 - OVS (experimental)
43 - Enterasys (experimental)
44 - Extreme (experiemental)
45 - Fortinet (experimental)
46 - Alcatel-Lucent SR-OS (experimental)
47 .
48 This package includes the module for Python 2.x.
4916
5017 Package: python3-netmiko
5118 Architecture: all
11
22 export PYBUILD_NAME=netmiko
33 %:
4 dh $@ --with python3,python2 --buildsystem=pybuild
4 dh $@ --with python3 --buildsystem=pybuild
55
66 override_dh_auto_test:
77 # No tests shipped in pypi tarball