Control: tags 937828 + patch
Control: tags 937828 + pending

Dear maintainer,

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

Regards.

diff -Nru python-ijson-2.3/debian/changelog python-ijson-2.3/debian/changelog
--- python-ijson-2.3/debian/changelog	2019-01-12 08:01:32.000000000 -0500
+++ python-ijson-2.3/debian/changelog	2019-10-06 18:01:24.000000000 -0400
@@ -1,3 +1,10 @@
+python-ijson (2.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937828
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 06 Oct 2019 18:01:24 -0400
+
 python-ijson (2.3-2) unstable; urgency=medium
 
   * d/rules: looks nicer
diff -Nru python-ijson-2.3/debian/control python-ijson-2.3/debian/control
--- python-ijson-2.3/debian/control	2019-01-12 08:01:32.000000000 -0500
+++ python-ijson-2.3/debian/control	2019-10-06 18:01:12.000000000 -0400
@@ -5,8 +5,6 @@
 Build-Depends: debhelper (>= 11),
                debhelper-compat (= 12),
                dh-python,
-               python,
-               python-setuptools,
                python3,
                python3-setuptools
 Standards-Version: 4.3.0
@@ -14,18 +12,6 @@
 Vcs-Git: https://salsa.debian.org/debian/python-ijson.git
 Homepage: https://github.com/isagalaev/ijson
 
-Package: python-ijson
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Suggests: libyajl2
-Description: event-driven JSON parser (Python 2 version)
- Ijson is an iterative, event-driven JSON parser with a standard
- Python iterator interface. The principle is similar to Java SAX
- parser: the user can parse a document on-line, without storing the
- whole object in memory.
- .
- This package installs the library for Python 2.
-
 Package: python3-ijson
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
diff -Nru python-ijson-2.3/debian/rules python-ijson-2.3/debian/rules
--- python-ijson-2.3/debian/rules	2019-01-12 08:01:32.000000000 -0500
+++ python-ijson-2.3/debian/rules	2019-10-06 18:01:21.000000000 -0400
@@ -4,4 +4,4 @@
 export PYBUILD_NAME = ijson
 
 %:
-	dh $@ --buildsystem=pybuild --with=python3,python2
+	dh $@ --buildsystem=pybuild --with=python3

Reply via email to