Skip to content

Commit

Permalink
build: Raise minimum python version to 3.5.0 for Samba 4.12
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Bartlett <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>

Autobuild-User(master): Andrew Bartlett <[email protected]>
Autobuild-Date(master): Mon Sep  2 01:14:05 UTC 2019 on sn-devel-184
  • Loading branch information
abartlet committed Sep 2, 2019
1 parent 2972981 commit b76bf7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions WHATSNEW.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ UPGRADING
NEW FEATURES/CHANGES
====================

Python 3.5 Required
-------------------

Samba's minimum runtime requirement for python was raised to Python
3.4 with samba 4.11. Samba 4.12 raises this minimum version to Python
3.5 both to access new features and because this is the oldest version
we test with in our CI infrastructure.

(Build time support for the file server with Python 2.6 has not
changed)

GnuTLS 3.4.7 required
---------------------
Expand Down
2 changes: 1 addition & 1 deletion buildtools/wafsamba/samba_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from waflib.Configure import conf

@conf
def SAMBA_CHECK_PYTHON(conf, version=(3,4,0)):
def SAMBA_CHECK_PYTHON(conf, version=(3,5,0)):

if conf.env.disable_python:
version=(2,6,0)
Expand Down

0 comments on commit b76bf7a

Please sign in to comment.