Skip to content

Commit

Permalink
Updated version and documentation for release of 20201228 (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Dec 28, 2020
1 parent 998ff63 commit f39115b
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 83 deletions.
17 changes: 9 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
environment:
matrix:
- DESCRIPTION: "Windows with 32-bit Python 3.8"
- DESCRIPTION: "Windows with 32-bit Python 3.9"
MACHINE_TYPE: "x86"
PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python39"
PYTHON_VERSION: "3.9"
L2TBINARIES_TRACK: "dev"
- DESCRIPTION: "Windows with 64-bit Python 3.8"
- DESCRIPTION: "Windows with 64-bit Python 3.9"
MACHINE_TYPE: "amd64"
PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9"
L2TBINARIES_TRACK: "dev"
- DESCRIPTION: "Mac OS with Python 3.8"
- DESCRIPTION: "Mac OS with Python 3.9"
APPVEYOR_BUILD_WORKER_IMAGE: macos
HOMEBREW_NO_INSTALL_CLEANUP: 1

install:
- cmd: '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86 /release'
- cmd: "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel"
- cmd: "%PYTHON%\\python.exe -m pip install pywin32 WMI"
- cmd: "%PYTHON%\\python.exe %PYTHON%\\Scripts\\pywin32_postinstall.py -install"
Expand Down
6 changes: 3 additions & 3 deletions config/appveyor/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/dpkg/changelog
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
12 changes: 6 additions & 6 deletions config/linux/gift_copr_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@ DEBUG_DEPENDENCIES="libbde-debuginfo
libvslvm-debuginfo
libvslvm-python3-debuginfo";

sudo dnf install dnf-plugins-core
sudo dnf copr -y enable @gift/dev
sudo dnf install -y ${PYTHON3_DEPENDENCIES}
sudo dnf install -q dnf-plugins-core
sudo dnf copr -q -y enable @gift/dev
sudo dnf install -q -y ${PYTHON3_DEPENDENCIES}

if [[ "$*" =~ "include-debug" ]]; then
sudo dnf install -y ${DEBUG_DEPENDENCIES}
sudo dnf install -q -y ${DEBUG_DEPENDENCIES}
fi

if [[ "$*" =~ "include-development" ]]; then
sudo dnf install -y ${DEVELOPMENT_DEPENDENCIES}
sudo dnf install -q -y ${DEVELOPMENT_DEPENDENCIES}
fi

if [[ "$*" =~ "include-test" ]]; then
sudo dnf install -y ${TEST_DEPENDENCIES}
sudo dnf install -q -y ${TEST_DEPENDENCIES}
fi
8 changes: 4 additions & 4 deletions config/linux/ubuntu_install_plaso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,19 @@ DEBUG_DEPENDENCIES="libbde-dbg

sudo add-apt-repository ppa:gift/${GIFT_PPA_TRACK} -y
sudo apt-get update -q
sudo apt-get install -y ${PYTHON_DEPENDENCIES}
sudo apt-get install -q -y ${PYTHON_DEPENDENCIES}

if [[ "$*" =~ "include-debug" ]];
then
sudo apt-get install -y ${DEBUG_DEPENDENCIES}
sudo apt-get install -q -y ${DEBUG_DEPENDENCIES}
fi

if [[ "$*" =~ "include-development" ]];
then
sudo apt-get install -y ${DEVELOPMENT_DEPENDENCIES}
sudo apt-get install -q -y ${DEVELOPMENT_DEPENDENCIES}
fi

if [[ "$*" =~ "include-test" ]];
then
sudo apt-get install -y ${TEST_DEPENDENCIES}
sudo apt-get install -q -y ${TEST_DEPENDENCIES}
fi
8 changes: 0 additions & 8 deletions docs/sources/api/plaso.filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ plaso.filters.filters module
:undoc-members:
:show-inheritance:

plaso.filters.interface module
------------------------------

.. automodule:: plaso.filters.interface
:members:
:undoc-members:
:show-inheritance:

plaso.filters.parser\_filter module
-----------------------------------

Expand Down
48 changes: 0 additions & 48 deletions docs/sources/api/plaso.formatters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ plaso.formatters package
Submodules
----------

plaso.formatters.asl module
---------------------------

.. automodule:: plaso.formatters.asl
:members:
:undoc-members:
:show-inheritance:

plaso.formatters.chrome module
------------------------------

Expand Down Expand Up @@ -52,14 +44,6 @@ plaso.formatters.firefox module
:undoc-members:
:show-inheritance:

plaso.formatters.gdrive module
------------------------------

.. automodule:: plaso.formatters.gdrive
:members:
:undoc-members:
:show-inheritance:

plaso.formatters.interface module
---------------------------------

Expand All @@ -84,14 +68,6 @@ plaso.formatters.manager module
:undoc-members:
:show-inheritance:

plaso.formatters.mediator module
--------------------------------

.. automodule:: plaso.formatters.mediator
:members:
:undoc-members:
:show-inheritance:

plaso.formatters.msiecf module
------------------------------

Expand All @@ -100,22 +76,6 @@ plaso.formatters.msiecf module
:undoc-members:
:show-inheritance:

plaso.formatters.olecf module
-----------------------------

.. automodule:: plaso.formatters.olecf
:members:
:undoc-members:
:show-inheritance:

plaso.formatters.safari\_cookies module
---------------------------------------

.. automodule:: plaso.formatters.safari_cookies
:members:
:undoc-members:
:show-inheritance:

plaso.formatters.shell\_items module
------------------------------------

Expand All @@ -124,14 +84,6 @@ plaso.formatters.shell\_items module
:undoc-members:
:show-inheritance:

plaso.formatters.tango\_android module
--------------------------------------

.. automodule:: plaso.formatters.tango_android
:members:
:undoc-members:
:show-inheritance:

plaso.formatters.winevt module
------------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/sources/api/plaso.parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,10 @@ plaso.parsers.winprefetch module
:undoc-members:
:show-inheritance:

plaso.parsers.winreg module
---------------------------
plaso.parsers.winreg\_parser module
-----------------------------------

.. automodule:: plaso.parsers.winreg
.. automodule:: plaso.parsers.winreg_parser
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from __future__ import unicode_literals

__version__ = '20201219'
__version__ = '20201228'

0 comments on commit f39115b

Please sign in to comment.