Control: tags 937865 + patch Control: tags 937865 + pending
Dear maintainer, I've prepared an NMU for python-kaitaistruct (versioned as 0.8-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-kaitaistruct-0.8/debian/changelog python-kaitaistruct-0.8/debian/changelog --- python-kaitaistruct-0.8/debian/changelog 2018-03-30 08:02:03.000000000 -0400 +++ python-kaitaistruct-0.8/debian/changelog 2019-10-05 19:48:56.000000000 -0400 @@ -1,3 +1,10 @@ +python-kaitaistruct (0.8-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937865 + + -- Sandro Tosi <mo...@debian.org> Sat, 05 Oct 2019 19:48:56 -0400 + python-kaitaistruct (0.8-1) unstable; urgency=medium * Switch to DEP 14 diff -Nru python-kaitaistruct-0.8/debian/control python-kaitaistruct-0.8/debian/control --- python-kaitaistruct-0.8/debian/control 2018-03-30 08:02:03.000000000 -0400 +++ python-kaitaistruct-0.8/debian/control 2019-10-05 19:48:47.000000000 -0400 @@ -2,7 +2,7 @@ Maintainer: Sebastien Delafond <s...@debian.org> Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9) +Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9) Standards-Version: 4.1.3 Homepage: https://kaitai.io Vcs-Git: https://salsa.debian.org/debian/python-kaitaistruct.git @@ -10,21 +10,6 @@ X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 -Package: python-kaitaistruct -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Kaitai Struct declarative parser generator for binary data - This library implements Kaitai Struct API for Python. - . - Kaitai Struct is a declarative language used for describe various - binary data structures, laid out in files or in memory: i.e. binary - file formats, network stream packet formats, etc. - . - It is similar to Python's construct and Construct3, but it is - language-agnostic. The format description is done in YAML-based .ksy - format, which then can be compiled into a wide range of target - languages. - Package: python3-kaitaistruct Architecture: all Depends: ${misc:Depends}, ${python3:Depends} @@ -40,4 +25,4 @@ format, which then can be compiled into a wide range of target languages. . - This is the Python3 package. \ No newline at end of file + This is the Python3 package. diff -Nru python-kaitaistruct-0.8/debian/rules python-kaitaistruct-0.8/debian/rules --- python-kaitaistruct-0.8/debian/rules 2018-03-30 08:02:03.000000000 -0400 +++ python-kaitaistruct-0.8/debian/rules 2019-10-05 19:48:54.000000000 -0400 @@ -4,5 +4,5 @@ # Fri, 07 Jul 2017 12:18:32 +0200 export PYBUILD_NAME=kaitaistruct %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild