Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits:
e78cdce5 by Abhilash Raj at 2020-10-15T00:40:22+00:00
Remove 3.5 marker and add 3.8 & 3.9.
Also, update docs where 3.5 is referenced.
- - - - -
219665c3 by Abhilash Raj at 2020-10-15T00:40:22+00:00
Merge branch 'version-bump' into 'master'
Prepare for 3.3.2 release.
See merge request mailman/mailman!715
- - - - -
4 changed files:
- setup.py
- src/mailman/docs/NEWS.rst
- src/mailman/docs/install.rst
- src/mailman/version.py
Changes:
=====================================
setup.py
=====================================
@@ -22,8 +22,8 @@ from setuptools import setup, find_packages
from string import Template
-if sys.hexversion < 0x30500f0:
- print('Mailman requires at least Python 3.5')
+if sys.hexversion < 0x30600f0:
+ print('Mailman requires at least Python 3.6')
sys.exit(1)
@@ -95,9 +95,10 @@ case second 'm'. Any other spelling is incorrect.""",
'License :: OSI Approved :: '
'GNU General Public License v3 or later (GPLv3+)',
'Operating System :: POSIX',
- 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Topic :: Communications :: Email :: Mailing List Servers',
'Topic :: Communications :: Usenet News',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -8,10 +8,10 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-3.3.2
-=====
+3.3.2rc1
+========
-(XXXX-XX-XX)
+(2020-10-14)
Bugs
----
=====================================
src/mailman/docs/install.rst
=====================================
@@ -8,9 +8,9 @@ Copyright (C) 2008-2018 by the Free Software Foundation, Inc.
Requirements
============
-For the Core, Python 3.5 or newer is required. It can either be the default
-'python3' on your ``$PATH`` or it can be accessible via the ``python3.5`` or
-``python3.6`` binary. If your operating system does not include Python 3, see
+For the Core, Python 3.6 or newer is required. It can either be the default
+'python3' on your ``$PATH`` or it can be accessible via the ``python3.6`` or
+``python3.7`` binary. If your operating system does not include Python 3, see
https://www.python.org for information about downloading installers (where
available) and installing it from source (when necessary or preferred).
Python 2 is not supported by the Core.
=====================================
src/mailman/version.py
=====================================
@@ -18,7 +18,7 @@
"""Mailman version strings."""
# Mailman version.
-VERSION = '3.3.2b1'
+VERSION = '3.3.2rc1'
CODENAME = 'Tom Sawyer'
# And as a hex number in the manner of PY_VERSION_HEX.
@@ -32,7 +32,7 @@ FINAL = 0xf
MAJOR_REV = 3
MINOR_REV = 3
MICRO_REV = 2
-REL_LEVEL = BETA
+REL_LEVEL = RC
# At most 15 beta releases!
REL_SERIAL = 1
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/1635765afe14ecf999fae5398dde6b6ec29f3319...219665c311d09742f906802832258d1ac9ab6d5c
--
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/1635765afe14ecf999fae5398dde6b6ec29f3319...219665c311d09742f906802832258d1ac9ab6d5c
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: [email protected]