Control: tags 937886 + patch
Control: tags 937886 + pending

Dear maintainer,

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

Regards.

diff -Nru python-libarchive-c-2.8/debian/changelog python-libarchive-c-2.8/debian/changelog
--- python-libarchive-c-2.8/debian/changelog	2019-01-10 06:36:39.000000000 -0500
+++ python-libarchive-c-2.8/debian/changelog	2019-10-07 20:24:30.000000000 -0400
@@ -1,3 +1,10 @@
+python-libarchive-c (2.8-0.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937886
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 07 Oct 2019 20:24:30 -0400
+
 python-libarchive-c (2.8-0.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-libarchive-c-2.8/debian/control python-libarchive-c-2.8/debian/control
--- python-libarchive-c-2.8/debian/control	2019-01-08 06:43:47.000000000 -0500
+++ python-libarchive-c-2.8/debian/control	2019-10-07 20:23:51.000000000 -0400
@@ -5,10 +5,6 @@
 Build-Depends: debhelper-compat (= 12),
                dh-python,
                libarchive-dev,
-               python-all,
-               python-mock,
-               python-pytest,
-               python-setuptools,
                python3-all,
                python3-mock,
                python3-pytest,
@@ -19,18 +15,6 @@
 Vcs-Browser: https://salsa.debian.org/debian/python-libarchive-c
 Vcs-Git: https://salsa.debian.org/debian/python-libarchive-c.git
 
-Package: python-libarchive-c
-Architecture: all
-Depends: libarchive13, ${misc:Depends}, ${python:Depends}
-Description: Python interface to libarchive
- The libarchive library provides a flexible interface for reading and writing
- archives in various formats such as tar and cpio. libarchive also supports
- reading and writing archives compressed using various compression filters such
- as gzip and bzip2.
- .
- This package contains a Python interface to libarchive written using the
- standard ctypes module to dynamically load and access the C library.
-
 Package: python3-libarchive-c
 Architecture: all
 Depends: libarchive13, ${misc:Depends}, ${python3:Depends}
diff -Nru python-libarchive-c-2.8/debian/rules python-libarchive-c-2.8/debian/rules
--- python-libarchive-c-2.8/debian/rules	2019-01-08 06:38:14.000000000 -0500
+++ python-libarchive-c-2.8/debian/rules	2019-10-07 20:24:01.000000000 -0400
@@ -7,4 +7,4 @@
 export PYBUILD_AFTER_TEST = rm -v {build_dir}/README.rst
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
diff -Nru python-libarchive-c-2.8/debian/tests/control python-libarchive-c-2.8/debian/tests/control
--- python-libarchive-c-2.8/debian/tests/control	2019-01-09 03:45:00.000000000 -0500
+++ python-libarchive-c-2.8/debian/tests/control	2019-10-07 20:24:11.000000000 -0400
@@ -1,2 +1,2 @@
 Tests: upstream-tests
-Depends: @, python-mock, python-pytest, python3-mock, python3-pytest
+Depends: @, python3-mock, python3-pytest
diff -Nru python-libarchive-c-2.8/debian/tests/upstream-tests python-libarchive-c-2.8/debian/tests/upstream-tests
--- python-libarchive-c-2.8/debian/tests/upstream-tests	2019-01-10 06:35:04.000000000 -0500
+++ python-libarchive-c-2.8/debian/tests/upstream-tests	2019-10-07 20:24:24.000000000 -0400
@@ -11,5 +11,4 @@
 cd "$ADTTMP"
 mkdir -v libarchive
 touch README.rst
-py.test tests -vv -l -r a
 py.test-3 tests -vv -l -r a

Reply via email to