-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from Bastian-Krause/bst/prepare-1.3
Prepare 1.3 Release
- Loading branch information
Showing
14 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* SPDX-License-Identifier: LGPL-2.1-only | ||
* SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2018-2020 Lasse K. Mikkelsen <[email protected]>, Prevas A/S (www.prevas.com) | ||
* | ||
* @file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* SPDX-License-Identifier: LGPL-2.1-only | ||
* SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2018-2020 Lasse K. Mikkelsen <[email protected]>, Prevas A/S (www.prevas.com) | ||
* | ||
* @file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* SPDX-License-Identifier: LGPL-2.1-only | ||
* SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2018-2020 Lasse K. Mikkelsen <[email protected]>, Prevas A/S (www.prevas.com) | ||
* | ||
* @file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* SPDX-License-Identifier: LGPL-2.1-only | ||
* SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
* SPDX-FileCopyrightText: 2018-2020 Lasse K. Mikkelsen <[email protected]>, Prevas A/S (www.prevas.com) | ||
* | ||
* @file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# SPDX-FileCopyrightText: 2021 Enrico Jörns <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
|
||
import os | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# SPDX-FileCopyrightText: 2021 Enrico Jörns <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
|
||
import os | ||
import subprocess | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
|
||
import hashlib | ||
import time | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# SPDX-FileCopyrightText: 2021 Enrico Jörns <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
|
||
import re | ||
from configparser import ConfigParser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
|
||
from pexpect import TIMEOUT, EOF | ||
import pytest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SPDX-License-Identifier: LGPL-2.1-only | ||
# SPDX-FileCopyrightText: 2021 Bastian Krause <[email protected]>, Pengutronix | ||
# SPDX-FileCopyrightText: 2021-2022 Bastian Krause <[email protected]>, Pengutronix | ||
|
||
from datetime import datetime, timedelta | ||
from pathlib import Path | ||
|