From 1d2878275a97ed344a0228f3123fda40e3c039ee Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sun, 12 Mar 2023 06:41:57 -0400 Subject: [PATCH] Changes for release (#4579) --- config/dpkg/changelog | 4 ++-- dependencies.ini | 1 + plaso/__init__.py | 2 +- plaso/dependencies.py | 2 +- requirements.txt | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 8fd50a9f42..921c43e6b0 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -plaso (20230226-1) unstable; urgency=low +plaso (20230311-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Sun, 26 Feb 2023 11:04:52 +0100 + -- Log2Timeline maintainers Sat, 11 Mar 2023 13:54:59 +0100 diff --git a/dependencies.ini b/dependencies.ini index 360d2867fe..00f1010b49 100644 --- a/dependencies.ini +++ b/dependencies.ini @@ -292,6 +292,7 @@ version_property: get_version() [pyparsing] dpkg_name: python3-pyparsing minimum_version: 2.4.2 +maximum_version: 3.1.0 rpm_name: python3-pyparsing version_property: __version__ diff --git a/plaso/__init__.py b/plaso/__init__.py index eb1b519c68..b2a0cf5cce 100644 --- a/plaso/__init__.py +++ b/plaso/__init__.py @@ -6,4 +6,4 @@ of log2timeline. """ -__version__ = '20230226' +__version__ = '20230311' diff --git a/plaso/dependencies.py b/plaso/dependencies.py index 3a5174efc9..7dfa0e04ac 100644 --- a/plaso/dependencies.py +++ b/plaso/dependencies.py @@ -53,7 +53,7 @@ 'pymodi': ('get_version()', '20210405', None, True), 'pymsiecf': ('get_version()', '20150314', None, True), 'pyolecf': ('get_version()', '20151223', None, True), - 'pyparsing': ('__version__', '2.4.2', None, True), + 'pyparsing': ('__version__', '2.4.2', '3.1.0', True), 'pyphdi': ('get_version()', '20220110', None, True), 'pyqcow': ('get_version()', '20201213', None, True), 'pyregf': ('get_version()', '20201002', None, True), diff --git a/requirements.txt b/requirements.txt index 3dd105f89c..2a59690f2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ lz4 >= 0.10.0 opensearch-py pefile >= 2021.5.24 psutil >= 5.4.3 -pyparsing >= 2.4.2 +pyparsing >= 2.4.2,< 3.1.0 python-dateutil >= 1.5 pytsk3 >= 20210419 pytz