Control: tags 936120 + patch
Control: tags 936120 + pending

Dear maintainer,

I've prepared an NMU for ansible-tower-cli (versioned as 3.3.0-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru ansible-tower-cli-3.3.0/debian/changelog ansible-tower-cli-3.3.0/debian/changelog
--- ansible-tower-cli-3.3.0/debian/changelog	2018-08-19 04:54:54.000000000 -0400
+++ ansible-tower-cli-3.3.0/debian/changelog	2019-10-18 22:33:01.000000000 -0400
@@ -1,3 +1,10 @@
+ansible-tower-cli (3.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936120
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 18 Oct 2019 22:33:01 -0400
+
 ansible-tower-cli (3.3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru ansible-tower-cli-3.3.0/debian/control ansible-tower-cli-3.3.0/debian/control
--- ansible-tower-cli-3.3.0/debian/control	2018-08-19 04:51:15.000000000 -0400
+++ ansible-tower-cli-3.3.0/debian/control	2019-10-18 22:32:11.000000000 -0400
@@ -3,16 +3,6 @@
 Priority: optional
 Maintainer: Evgeni Golov <evg...@debian.org>
 Build-Depends: debhelper (>= 11), dh-python,
-               python,
-               python-coverage,
-               python-setuptools,
-               python-click,
-               python-colorama,
-               python-nose,
-               python-requests,
-               python-six,
-               python-sphinx,
-               python-yaml,
                python3,
                python3-distutils,
                python3-coverage,
@@ -62,17 +52,6 @@
  This package contains the documentation for the command line tool and
  the library.
 
-Package: python-tower-cli
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
-Recommends: ${python:Recommends}
-Suggests: ${python:Suggests}
-Description: Python 2 client library for the Ansible Tower and AWX Project's REST API
- tower-cli can also be used as a client library for other Python apps, or
- as a reference for others developing API interactions with Tower's REST API.
- .
- This package contains the Python 2 version of the library.
-
 Package: python3-tower-cli
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
diff -Nru ansible-tower-cli-3.3.0/debian/rules ansible-tower-cli-3.3.0/debian/rules
--- ansible-tower-cli-3.3.0/debian/rules	2018-08-19 04:39:08.000000000 -0400
+++ ansible-tower-cli-3.3.0/debian/rules	2019-10-18 22:32:53.000000000 -0400
@@ -2,7 +2,7 @@
 
 export PYBUILD_NAME=tower-cli
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build
@@ -11,7 +11,6 @@
 override_dh_auto_install:
 	dh_auto_install
 	mv $(CURDIR)/debian/python3-tower-cli/usr/bin/* $(CURDIR)/debian/ansible-tower-cli/usr/bin/
-	$(RM) -rf $(CURDIR)/debian/python-tower-cli/usr/bin
 	$(RM) -rf $(CURDIR)/debian/python3-tower-cli/usr/bin
 
 override_dh_auto_clean:

Reply via email to