Control: tags 937849 + pending
Dear maintainer, I've prepared an NMU for python-jedi (versioned as 0.14.1-1.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. I didnt think a new upstream release is necessary to fix this bug, so in the spirit of keeping the NMU as short as possible, i've prepared this one Regards.
diff -Nru python-jedi-0.14.1/debian/changelog python-jedi-0.14.1/debian/changelog --- python-jedi-0.14.1/debian/changelog 2019-07-22 18:24:39.000000000 -0400 +++ python-jedi-0.14.1/debian/changelog 2019-12-30 02:02:27.000000000 -0500 @@ -1,3 +1,10 @@ +python-jedi (0.14.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937849 + + -- Sandro Tosi <[email protected]> Mon, 30 Dec 2019 02:02:27 -0500 + python-jedi (0.14.1-1) unstable; urgency=medium * New upstream release diff -Nru python-jedi-0.14.1/debian/control python-jedi-0.14.1/debian/control --- python-jedi-0.14.1/debian/control 2018-12-31 05:33:46.000000000 -0500 +++ python-jedi-0.14.1/debian/control 2019-12-30 01:59:18.000000000 -0500 @@ -3,23 +3,14 @@ Section: python Priority: optional Build-Depends: debhelper (>= 10), dh-python, - python-all, python3-all, - python-setuptools, python3-setuptools, - python-pytest, python3-pytest, - python-unittest2, python3-unittest2, - python-docopt, python3-docopt, + python3-all, + python3-setuptools, + python3-pytest, + python3-unittest2, + python3-docopt, Standards-Version: 4.3.0 Homepage: https://github.com/davidhalter/jedi -Package: python-jedi -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-parso (>= 0.3) -Description: autocompletion tool for Python - Jedi is an autocompletion tool for Python. It works. With and without syntax - errors. Sometimes it sucks, but that's normal in dynamic languages. But it - sucks less than other tools. It understands almost all of the basic Python - syntax elements including many builtins. - Package: python3-jedi Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-parso (>= 0.3) diff -Nru python-jedi-0.14.1/debian/python-jedi.install python-jedi-0.14.1/debian/python-jedi.install --- python-jedi-0.14.1/debian/python-jedi.install 2016-12-28 11:39:01.000000000 -0500 +++ python-jedi-0.14.1/debian/python-jedi.install 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -/usr/lib/python2.* diff -Nru python-jedi-0.14.1/debian/rules python-jedi-0.14.1/debian/rules --- python-jedi-0.14.1/debian/rules 2017-01-19 13:04:56.000000000 -0500 +++ python-jedi-0.14.1/debian/rules 2019-12-30 01:59:34.000000000 -0500 @@ -3,7 +3,7 @@ export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs CHANGELOG.rst

