diff -Nru python-canonicaljson-1.1.4/debian/changelog python-canonicaljson-1.1.4/debian/changelog --- python-canonicaljson-1.1.4/debian/changelog 2019-01-29 15:18:17.000000000 +0000 +++ python-canonicaljson-1.1.4/debian/changelog 2019-07-12 23:47:01.000000000 +0000 @@ -1,3 +1,9 @@ +python-canonicaljson (1.1.4-3) unstable; urgency=medium + + * Drop python-canonicaljson (Python 2 package). + + -- Andrej Shadura Sat, 13 Jul 2019 01:47:01 +0200 + python-canonicaljson (1.1.4-2) unstable; urgency=medium * Enable autopkgtest CI. diff -Nru python-canonicaljson-1.1.4/debian/control python-canonicaljson-1.1.4/debian/control --- python-canonicaljson-1.1.4/debian/control 2019-01-29 15:18:17.000000000 +0000 +++ python-canonicaljson-1.1.4/debian/control 2019-07-12 23:47:01.000000000 +0000 @@ -6,40 +6,15 @@ Build-Depends: debhelper-compat (= 12), dh-python, - python-all (>= 2.6.6-3), - python-setuptools (>= 0.6.24), python3-all, python3-setuptools (>= 0.6.24), - python-frozendict (>= 0.4), - python-simplejson (>= 3.6.5), python3-frozendict (>= 0.4), python3-simplejson (>= 3.6.5) Standards-Version: 4.3.0 -X-Python-Version: >= 2.7 Testsuite: autopkgtest-pkg-python Vcs-Browser: https://salsa.debian.org/matrix-team/python-canonicaljson Vcs-Git: https://salsa.debian.org/matrix-team/python-canonicaljson.git -Package: python-canonicaljson -Architecture: all -Depends: - python-frozendict (>= 0.4), - python-simplejson (>= 3.6.5), - ${misc:Depends}, - ${python:Depends} -Provides: ${python:Provides} -Description: canonical JSON implementation for Python 2 - Canonical JSON implementation for Python 2. - . - * Encodes objects and arrays as RFC 7159 JSON. - * Sorts object keys so that you get the same result each time. - * Has no inignificant whitespace to make the output as small as possible. - * Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / - U+0056, to keep the output as small as possible. - * Uses the shortest escape sequence for each escaped character. - * Encodes the JSON as UTF-8. - * Can encode frozendict immutable dictionaries. - Package: python3-canonicaljson Architecture: all Depends: diff -Nru python-canonicaljson-1.1.4/debian/python-canonicaljson.docs python-canonicaljson-1.1.4/debian/python-canonicaljson.docs --- python-canonicaljson-1.1.4/debian/python-canonicaljson.docs 2019-01-29 15:18:17.000000000 +0000 +++ python-canonicaljson-1.1.4/debian/python-canonicaljson.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README.rst diff -Nru python-canonicaljson-1.1.4/debian/rules python-canonicaljson-1.1.4/debian/rules --- python-canonicaljson-1.1.4/debian/rules 2019-01-29 15:18:17.000000000 +0000 +++ python-canonicaljson-1.1.4/debian/rules 2019-07-12 23:47:01.000000000 +0000 @@ -3,4 +3,4 @@ export PYBUILD_NAME=canonicaljson %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild