-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version and documentation for release of 20201228 (#3367)
- Loading branch information
1 parent
998ff63
commit f39115b
Showing
9 changed files
with
28 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ export CFLAGS="-I/usr/local/include -I/usr/local/opt/[email protected]/include ${CFLAG | |
export LDFLAGS="-L/usr/local/lib -L/usr/local/opt/[email protected]/lib ${LDFLAGS}"; | ||
export TOX_TESTENV_PASSENV="CFLAGS LDFLAGS"; | ||
|
||
# Set the following environment variables to ensure tox can find Python 3.8. | ||
export PATH="/usr/local/opt/python@3.8/bin:${PATH}"; | ||
# Set the following environment variables to ensure tox can find Python 3.9. | ||
export PATH="/usr/local/opt/python@3.9/bin:${PATH}"; | ||
|
||
tox -e py38 | ||
tox -e py39 |
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 @@ | ||
plaso (20201219-1) unstable; urgency=low | ||
plaso (20201228-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Log2Timeline maintainers <[email protected]> Sat, 19 Dec 2020 18:05:12 +0100 | ||
-- Log2Timeline maintainers <[email protected]> Mon, 28 Dec 2020 07:33:32 +0100 |
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
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
|
||
from __future__ import unicode_literals | ||
|
||
__version__ = '20201219' | ||
__version__ = '20201228' |