]> git.phdru.name Git - mimedecode.git/commitdiff
Doc: Python 3
authorOleg Broytman <phd@phdru.name>
Sun, 27 Aug 2017 17:06:45 +0000 (20:06 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 27 Aug 2017 17:08:54 +0000 (20:08 +0300)
ANNOUNCE
ChangeLog

index e79d2f7097978d7ff728c89070bdc4458bf600ba..ffc15670d7819f513171148fd858d73ed80531cb 100644 (file)
--- 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.
 
index e6d5d97e2566e261a47fb9257dc6514748194122..39c3991e8d064cf5b5d9b30268bd4eeac15866d7 100644 (file)
--- 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.