]> git.phdru.name Git - mimedecode.git/commitdiff
Stop supporting Python 2.6
authorOleg Broytman <phd@phdru.name>
Sun, 7 May 2017 17:20:18 +0000 (20:20 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 7 May 2017 17:20:18 +0000 (20:20 +0300)
ANNOUNCE
ChangeLog
INSTALL.txt
setup.py

index 3be4b00b14c6dc7c487e35893bef001be6899ec4..1b42e8f63728b7d510e3d80e2ebc7c7077961a82 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -23,35 +23,10 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by
 command-line options.
 
 
-Version 2.6.0 (2014-06-08)
+Version 2.8.0 (2017-05-??)
 
-   Make options -e/-i to work with multipart subparts.
+   Stop supporting Python 2.6.
 
-   Add option -I to completely ignore a part - no headers, no body,
-   no warning.
-
-   Open all output files in binary mode. Output os.linesep instead of '\n'.
-
-   Test --save-headers|body|message masks one after another to allow
-   saving a message or a subpart to more than one file.
-
-WHAT'S NEW in version 2.5.0 (2014-03-18)
-
-   Add option --set-header=header:value to set header's value (only at the top
-level).
-
-   Add option --set-param=header:param=value to set header parameter's value
-(only at the top level). The header must exist.
-
-   Add option -B to skip content-transfer-decoding binary attachments.
-
-   Add options --save-headers, --save-body and --save-message to save decoded
-headers/bodies/messages to files.
-
-   Add option -O to set the destination directory for output files.
-
-   Fix a minor bug: if a multipart message (or a subpart) lacks any textual
-content - avoid putting an excessive newline.
 
 
 WHERE TO GET
@@ -59,7 +34,7 @@ WHERE TO GET
     git clone http://git.phdru.name/mimedecode.git
     git clone  git://git.phdru.name/mimedecode.git
 
-   Requires: Python 2.6+, m_lib 3.1+, m_lib.defenc 1.0+.
+   Requires: Python 2.7+, m_lib 3.1+, m_lib.defenc 1.0+.
 
    Recommends: configured mailcap database.
 
index 5f55b7f422000647b39b40863b62a1188070887b..b9964e03c982c6a460905caaffd0aa57465b5037 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Version 2.8.0 (2017-05-??)
+
+   Stop supporting Python 2.6.
+
 Version 2.7.0 (2017-04-26)
 
    Use m_lib.defenc instead of m_lib; install it from PyPI.
index 3dcbcbed4d5b137b6b0c1d2990d0b902c89a2e69..2ee102eadc42ed6910acd0e4ef8421e49aa74897 100644 (file)
@@ -1,4 +1,4 @@
-mimedecode requires Python2; preferred versions are 2.6 or 2.7.
+mimedecode requires Python2.7.
 
 Installation script setup.py requires setuptools. If you don't have it
 installed setup.py will try to download and install it.
index 72b770a0f24392f520930ea1d82005f04ede98db..88892d16265a46b4403b9133a5cc2e929a1b9461 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(name = "mimedecode",
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 2 :: Only',
     ],