From c1a8194ddf614967d73f242373400bb07f1369c4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 16:24:17 +0300 Subject: Require Python 2.7 --- NEWS | 5 +++++ debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 8 ++++---- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2e8f453..61139ac 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS file for ttystatus ======================= +Version 0.32+git, not yet released +--------------------------------- + +* Require Python 2.7. + Version 0.32, released 2016-01-09 --------------------------------- diff --git a/debian/changelog b/debian/changelog index 0d1d30c..f57f085 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-ttystatus (0.32+git-1) UNRELEASED; urgency=medium + + * New upstream version. + * debian/control: Require Python 2.7. + + -- Lars Wirzenius Sun, 09 Oct 2016 16:24:01 +0300 + python-ttystatus (0.32-1) unstable; urgency=medium * New upstream version. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index ff467cc..c693877 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Maintainer: Lars Wirzenius Homepage: http://liw.fi/ttystatus/ Section: python Priority: optional -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 7.3.8), python (>= 2.6.6-3~), +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), python (>= 2.7~), python-coverage-test-runner, python-sphinx, pep8, pylint -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: python-ttystatus Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7) Description: terminal progress bar and status output for Python ttystatus is a Python library for showing progress reporting and status updates on terminals, for (Unix) command line programs. Output is -- cgit v1.2.1