Control: tags 937939 + patch
Control: tags 937939 + pending

Dear maintainer,

I've prepared an NMU for python-ncclient (versioned as 0.6.0-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-ncclient-0.6.0/debian/changelog python-ncclient-0.6.0/debian/changelog
--- python-ncclient-0.6.0/debian/changelog	2019-02-13 12:11:13.000000000 -0500
+++ python-ncclient-0.6.0/debian/changelog	2019-10-19 16:00:42.000000000 -0400
@@ -1,3 +1,10 @@
+python-ncclient (0.6.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937939
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 19 Oct 2019 16:00:42 -0400
+
 python-ncclient (0.6.0-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-ncclient-0.6.0/debian/control python-ncclient-0.6.0/debian/control
--- python-ncclient-0.6.0/debian/control	2019-02-13 12:11:13.000000000 -0500
+++ python-ncclient-0.6.0/debian/control	2019-10-19 16:00:15.000000000 -0400
@@ -4,18 +4,10 @@
 Maintainer: Sebastien Badia <sba...@debian.org>
 Build-Depends: debhelper (>= 11~),
                dh-python,
-               python-all,
-               python-setuptools,
-               python-sphinx,
                python3-all,
                python3-setuptools,
                python3-sphinx
-Build-Depends-Indep: python-lxml,
-                     python-mock,
-                     python-nose,
-                     python-paramiko,
-                     python-six,
-                     python3-lxml,
+Build-Depends-Indep: python3-lxml,
                      python3-mock,
                      python3-nose,
                      python3-paramiko,
@@ -26,28 +18,6 @@
 Homepage: https://github.com/ncclient/ncclient
 Testsuite: autopkgtest-pkg-python
 
-Package: python-ncclient
-Architecture: all
-Pre-Depends: ${misc:Pre-Depends}
-Depends: python-lxml,
-         python-paramiko,
-         python-six,
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: python-ncclient-doc
-Description: Python library for NETCONF clients (Python 2)
- ncclient is a Python library that facilitates client-side scripting
- and application development around the NETCONF protocol.
- .
- NETCONF (Network Configuration Protocol) provides mechanisms to install,
- manipulate, and delete the configuration of network devices. Its operations
- are realized on top of a simple remote procedure call (RPC) layer.
- .
- The NETCONF protocol uses an Extensible Markup Language (XML) based data
- encoding for the configuration data as well as the protocol messages.
- .
- This package provides the Python 2 version of the library.
-
 Package: python3-ncclient
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru python-ncclient-0.6.0/debian/python-ncclient.docs python-ncclient-0.6.0/debian/python-ncclient.docs
--- python-ncclient-0.6.0/debian/python-ncclient.docs	2019-02-13 12:11:13.000000000 -0500
+++ python-ncclient-0.6.0/debian/python-ncclient.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.md
diff -Nru python-ncclient-0.6.0/debian/python-ncclient.examples python-ncclient-0.6.0/debian/python-ncclient.examples
--- python-ncclient-0.6.0/debian/python-ncclient.examples	2019-02-13 12:11:13.000000000 -0500
+++ python-ncclient-0.6.0/debian/python-ncclient.examples	1969-12-31 19:00:00.000000000 -0500
@@ -1,2 +0,0 @@
-examples/*.py
-examples/juniper/*.py
diff -Nru python-ncclient-0.6.0/debian/rules python-ncclient-0.6.0/debian/rules
--- python-ncclient-0.6.0/debian/rules	2019-02-13 12:11:13.000000000 -0500
+++ python-ncclient-0.6.0/debian/rules	2019-10-19 16:00:42.000000000 -0400
@@ -3,11 +3,11 @@
 export PYBUILD_NAME = ncclient
 
 %:
-	dh $@ --buildsystem=pybuild --with python2,python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-	nosetests test --verbosity=3 ncclient
+	nosetests3 test --verbosity=3 ncclient
 endif
 
 # Split package and documentation

Reply via email to