Skip to content

Commit 1d28782

Browse files
authored
Changes for release (#4579)
1 parent 7c2b1b0 commit 1d28782

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

config/dpkg/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
plaso (20230226-1) unstable; urgency=low
1+
plaso (20230311-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <[email protected]> Sun, 26 Feb 2023 11:04:52 +0100
5+
-- Log2Timeline maintainers <[email protected]> Sat, 11 Mar 2023 13:54:59 +0100

dependencies.ini

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ version_property: get_version()
292292
[pyparsing]
293293
dpkg_name: python3-pyparsing
294294
minimum_version: 2.4.2
295+
maximum_version: 3.1.0
295296
rpm_name: python3-pyparsing
296297
version_property: __version__
297298

plaso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
of log2timeline.
77
"""
88

9-
__version__ = '20230226'
9+
__version__ = '20230311'

plaso/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'pymodi': ('get_version()', '20210405', None, True),
5454
'pymsiecf': ('get_version()', '20150314', None, True),
5555
'pyolecf': ('get_version()', '20151223', None, True),
56-
'pyparsing': ('__version__', '2.4.2', None, True),
56+
'pyparsing': ('__version__', '2.4.2', '3.1.0', True),
5757
'pyphdi': ('get_version()', '20220110', None, True),
5858
'pyqcow': ('get_version()', '20201213', None, True),
5959
'pyregf': ('get_version()', '20201002', None, True),

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lz4 >= 0.10.0
5050
opensearch-py
5151
pefile >= 2021.5.24
5252
psutil >= 5.4.3
53-
pyparsing >= 2.4.2
53+
pyparsing >= 2.4.2,< 3.1.0
5454
python-dateutil >= 1.5
5555
pytsk3 >= 20210419
5656
pytz

0 commit comments

Comments
 (0)