fix(scripts): switch all scripts to python3 (#2820)

* fix(scripts): switch all to python3

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(changelog-template.hbs): remove the duplicated message fix

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-11-22 02:48:38 -06:00
committed by GitHub
parent 425455d20f
commit 2d683fab96
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# LVGL documentation build configuration file, created by

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3
import argparse
from argparse import RawTextHelpFormatter

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3
import os

View File

@@ -47,7 +47,7 @@
{{/commit-list}}
### Fixes
{{#commit-list merges heading='' message='^fix' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
{{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
- {{message}} [`{{id}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import os.path