From: Oleg Broytman Date: Sun, 27 Aug 2017 17:06:45 +0000 (+0300) Subject: Doc: Python 3 X-Git-Tag: 2.8.0~30 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=a57084a55c6ffd5afacc259e54cecfb09152b726 Doc: Python 3 --- diff --git a/ANNOUNCE b/ANNOUNCE index e79d2f7..ffc1567 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,7 +23,9 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. -Version 2.8.0 (2017-05-??) +Version 2.8.0 (2017-08-??) + + Python 3. Stop supporting Python 2.6. @@ -39,8 +41,8 @@ WHERE TO GET git clone http://git.phdru.name/mimedecode.git git clone git://git.phdru.name/mimedecode.git - Requires: Python 2.7+, m_lib.defenc 1.0+. - Tests require: m_lib 3.1+. + Requires: Python 2.7 or Python 3.4+, m_lib.defenc 1.0+. + Tests require: tox, m_lib 3.1+. Recommends: configured mailcap database. diff --git a/ChangeLog b/ChangeLog index e6d5d97..39c3991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Version 2.8.0 (2017-05-??) +Version 2.8.0 (2017-08-??) + + Python 3. Stop supporting Python 2.6. @@ -8,8 +10,6 @@ Version 2.8.0 (2017-05-??) Fix: do not decode bytes to unicode under Python 2.7. - Fixed last problems with Python 3. - Version 2.7.0 (2017-04-26) Use m_lib.defenc instead of m_lib; install it from PyPI.