1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
|
python-ncclient (0.6.17-1) unstable; urgency=medium
* Non-maintainer upload.
* Trim autopkgtest dependencies
* Remove reference to defunct `python_distutils` (Closes: #1092757)
* New upstream version 0.6.17
* Remove patches applied upstream
-- Alexandre Detiste <tchet@debian.org> Sun, 23 Feb 2025 15:22:29 +0100
python-ncclient (0.6.16-1) unstable; urgency=medium
* Non-maintainer upload.
* Remove usage of python3-six using upstream patch
-- Alexandre Detiste <tchet@debian.org> Fri, 10 Jan 2025 01:21:04 +0100
python-ncclient (0.6.16-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version 0.6.16
* Do not generate a dep on python3-pkg-resources (Closes: #1083670)
* Use dh-sequence-python3
-- Alexandre Detiste <tchet@debian.org> Mon, 02 Dec 2024 13:58:53 +0100
python-ncclient (0.6.15-0.1) unstable; urgency=medium
* Non-maintainer upload.
[ Alexandre Detiste ]
* New upstream version 0.6.15 (Closes: #1058259).
* Remove dependency on python3-mock.
[ Sergio de Almeida Cipriano Junior ]
* Replace nose with pytest (Closes: #1018536).
* Bump Standards-Version to 4.6.2 (no changes needed).
* d/patches: Change interpreter from python to python3 in example scripts.
[ Thomas Goirand ]
* Add autopkgtest.
-- Thomas Goirand <zigo@debian.org> Fri, 26 Jan 2024 15:39:06 +0100
python-ncclient (0.6.13-1) unstable; urgency=medium
* Bump Standards-Version to 4.6.1 (no changes needed)
* New upstream version 0.6.13
* d/copyright: Update years
-- Sebastien Badia <sbadia@debian.org> Tue, 31 May 2022 12:30:26 +0200
python-ncclient (0.6.12-1) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + python-ncclient-doc: Add Multi-Arch: foreign.
[ Sebastien Badia ]
* New upstream version 0.6.12
* d/watch: Update upstream location (ncclient org)
* d/patches: Refresh patches
* Bump Standards-Version to 4.5.1 (no changes needed)
* d/examples: fix examples location (according upstream changes)
* d/copyright: fix location according upstream changes
-- Sebastien Badia <sbadia@debian.org> Wed, 18 Aug 2021 09:56:00 +0200
python-ncclient (0.6.3-1) unstable; urgency=medium
* New upstream version 0.6.3
* d/control:
+ Switch to debhelper-compat and level 13
+ Set Rules-Requires-Root to no
+ Bump to Standards-Version 4.5.0 (no changes needed)
* d/upstream: Add missing-bug-tracking url
-- Sebastien Badia <sbadia@debian.org> Sun, 14 Jun 2020 23:47:13 +0200
python-ncclient (0.6.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937939
-- Sandro Tosi <morph@debian.org> Sat, 19 Oct 2019 16:00:42 -0400
python-ncclient (0.6.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Sebastien Badia ]
* d/patches: Disable unused sphinx.ext.pngmath extension (Closes: #918825)
-- Sebastien Badia <sbadia@debian.org> Wed, 13 Feb 2019 18:11:13 +0100
python-ncclient (0.6.0-1) unstable; urgency=medium
* d/compat: Bump compat version to 11
* d/watch: Bump to version 4
* d/copyright: Update copyright years and use HTTPS for URI and fix homepage
* d/upstream: Added Upstream metadata
* d/control:
+ Bump to Standards-Version 4.1.5 (no changes needed)
+ Use salsa.debian.org in Vcs-* fields
* New upstream version 0.6.0, fix upstream tests (Closes: #894432)
-- Sebastien Badia <sbadia@debian.org> Mon, 16 Jul 2018 12:20:29 +0200
python-ncclient (0.5.3-4) unstable; urgency=medium
* d/control: Fixes Breaks/Replaces version (-doc conflict)
-- Sebastien Badia <sbadia@debian.org> Thu, 08 Jun 2017 13:48:30 +0200
python-ncclient (0.5.3-3) unstable; urgency=medium
* d/control: Fix breaks/replaces for python-ncclient-doc (Closes: #863721)
Thanks Andreas!
-- Sebastien Badia <sbadia@debian.org> Wed, 31 May 2017 17:03:11 +0200
python-ncclient (0.5.3-2) unstable; urgency=medium
* d/copyright: Added missing copyright attributions (Closes: #862568)
-- Sebastien Badia <sbadia@debian.org> Mon, 15 May 2017 23:01:08 +0200
python-ncclient (0.5.3-1) unstable; urgency=medium
* New upstream version 0.5.3
* d/gbp: Fix old-style git buildpackage config
* d/compat: Bump debhelper compat to 10
* d/control:
+ Migrate uploader mail to my Debian email
+ bump to Standards-Version 3.8.0 (no changes)
+ Enable autopkgtest-pkg-python
* Add python3 support (Closes: #845588)
also switch to pybuild, and split package documentation
* Package documentation and example are now shipped in a separated package
(python-ncclient-doc), python-ncclient-doc break/replace python-ncclient.
* d/patches: Refresh Debian patches
-- Sebastien Badia <sbadia@debian.org> Sun, 14 May 2017 11:54:45 +0200
python-ncclient (0.4.7-1) unstable; urgency=medium
* New upstream release.
* Fix lintian issue vcs-field-uses-insecure-uri.
* Switched from python to python-all build-depends.
* Removed now useless X-Python-Version: >= 2.6.
* Added extend-diff-ignore = "^[^/]*[.]egg-info/" in
debian/source/options and do clean better.
* Unit testing now respects DEB_BUILD_OPTIONS=nocheck
-- Sebastien Badia <seb@sebian.fr> Tue, 16 Feb 2016 00:43:00 +0100
python-ncclient (0.4.5-1) unstable; urgency=medium
* New upstream release.
* Update homepage location.
* Disable 'sphinx.ext.intersphinx' for sphinx documentation.
* Added nose BD and remove specific versions for lxml and paramiko.
* d/rules: Added nosetests for ncclient package
-- Sebastien Badia <seb@sebian.fr> Fri, 16 Oct 2015 14:44:05 +0200
python-ncclient (0.4.3-2) unstable; urgency=medium
* Rebuild, upload to unstable.
-- Sebastien Badia <seb@sebian.fr> Mon, 04 May 2015 14:02:29 +0200
python-ncclient (0.4.3-1) experimental; urgency=medium
* New upstream release.
* Upstream fix for locked target. (Closes: #763537)
* d/rules: Clean rule file (Thanks Gonéri)
* d/control
* Remove dpkg pre-depends (>= 1.15.6~)
* Bump Standards-Versions (no changes)
* Fix project homepage and vcs-browser
* Add dh-python to build deps, and fix python-lxml version
-- Sebastien Badia <seb@sebian.fr> Thu, 05 Mar 2015 14:06:27 +0100
python-ncclient (0.4.1-1) unstable; urgency=low
* Initial release. (Closes: #745062)
-- Sebastien Badia <seb@sebian.fr> Tue, 22 Apr 2014 11:36:03 +0200
|