Control: tags 937849 + patch Dear maintainer,
I've prepared a NMU patch for the package (0.15.2-0.1) that I attach here. That include a new upstream release. Thanks! Cheers, Arias Emmanuel @eamanu http://eamanu.com
From 1c9ae21a282f4c5019e64563722b1660692a57df Mon Sep 17 00:00:00 2001 From: Emmanuel Arias <[email protected]> Date: Fri, 27 Dec 2019 18:06:10 -0300 Subject: [PATCH] NMU --- debian/changelog | 9 +++++++++ debian/control | 21 ++++++--------------- debian/rules | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8bb85c8..53c3caa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-jedi (0.15.2-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream version 0.15.2 + * Remove Python 2 Support (Closes: #937849) + * Bump Standards-Version to 4.4.1 + + -- Emmanuel Arias <[email protected]> Fri, 27 Dec 2019 17:36:40 -0300 + python-jedi (0.14.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 3a4ed95..ee9db39 100644 --- a/debian/control +++ b/debian/control @@ -3,23 +3,14 @@ Maintainer: Piotr Ożarowski <[email protected]> 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, -Standards-Version: 4.3.0 + python3-all, + python3-setuptools, + python3-pytest, + python3-unittest2, + python3-docopt, +Standards-Version: 4.4.1 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 --git a/debian/rules b/debian/rules index 4bc2d8b..2bf88ca 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.20.1

