diff --git a/class_parser.py b/class_parser.py index fb7b29d..5ecf1e7 100644 --- a/class_parser.py +++ b/class_parser.py @@ -235,7 +235,7 @@ DEBUG = 0 # The pytsk3 version. -VERSION = "20251121" +VERSION = "20260416" # These functions are used to manage library memory. FREE = "aff4_free" diff --git a/dpkg/changelog b/dpkg/changelog index 2b5bfbc..402fca9 100644 --- a/dpkg/changelog +++ b/dpkg/changelog @@ -1,5 +1,5 @@ -pytsk3 (20251121-1) unstable; urgency=low +pytsk3 (20260416-1) unstable; urgency=low * Auto-generated - -- Joachim Metz Fri, 21 Nov 2025 07:14:56 -0100 + -- Joachim Metz Thu, 16 Apr 2026 04:47:37 -0100 diff --git a/dpkg/control b/dpkg/control index 33f8619..9dd4ebd 100644 --- a/dpkg/control +++ b/dpkg/control @@ -2,9 +2,9 @@ Source: pytsk3 Section: python Priority: extra Maintainer: Joachim Metz -Build-Depends: debhelper (>= 9), dh-autoreconf, dh-python, python3-all (>= 3.2~), python3-all-dev, python3-setuptools +Build-Depends: debhelper (>= 9), dh-autoreconf, dh-python, python3-all (>= 3.10~), python3-all-dev, python3-setuptools Standards-Version: 3.9.5 -X-Python3-Version: >= 3.5 +X-Python3-Version: >= 3.10 Homepage: https://github.com/py4n6/pytsk/ Package: python3-pytsk3 diff --git a/dpkg/python-pytsk3.docs b/dpkg/python-pytsk3.docs deleted file mode 100644 index 8f92569..0000000 --- a/dpkg/python-pytsk3.docs +++ /dev/null @@ -1,2 +0,0 @@ -LICENSE -README diff --git a/dpkg/rules b/dpkg/rules index 3bdf197..f239579 100755 --- a/dpkg/rules +++ b/dpkg/rules @@ -16,7 +16,7 @@ override_dh_auto_clean: set -ex; for python in $(shell py3versions -r); do \ $$python setup.py clean -a; \ done; - rm -rf __pycache__ build pytsk3.egg-info/SOURCES.txt pytsk3.egg-info/PKG-INFO + rm -rf __pycache__ build .PHONY: override_dh_auto_build override_dh_auto_build: diff --git a/patches/sleuthkit-4.14.0-configure.ac b/patches/sleuthkit-4.15.0-configure.ac similarity index 100% rename from patches/sleuthkit-4.14.0-configure.ac rename to patches/sleuthkit-4.15.0-configure.ac diff --git a/patches/sleuthkit-4.14.0-crc.h b/patches/sleuthkit-4.15.0-crc.h similarity index 100% rename from patches/sleuthkit-4.14.0-crc.h rename to patches/sleuthkit-4.15.0-crc.h diff --git a/setup.cfg b/setup.cfg index c22246f..2209971 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytsk3 -version = 20251121 +version = 20260416 description = Python bindings for the SleuthKit long_description = Python bindings for the SleuthKit author = Michael Cohen diff --git a/setup.py b/setup.py index e10ed6c..bc482e5 100755 --- a/setup.py +++ b/setup.py @@ -170,9 +170,9 @@ def configure_source(self, compiler): # binding. command = [ "sh", "configure", "--disable-java", "--disable-multithreading", - "--without-afflib", "--without-libbfio", "--without-libcrypto", - "--without-libewf", "--without-libvhdi", "--without-libvmdk", - "--without-libvslvm", "--without-zlib"] + "--without-afflib", "--without-libbfio", "--without-libewf", + "--without-libvhdi", "--without-libvmdk", "--without-libvslvm", + "--without-zlib"] output = subprocess.check_output(command, cwd="sleuthkit") print_line = False @@ -241,7 +241,7 @@ class UpdateCommand(Command): This is normally only run by packagers to make a new release. """ - _SLEUTHKIT_GIT_TAG = "4.14.0" + _SLEUTHKIT_GIT_TAG = "4.15.0" version = time.strftime("%Y%m%d") diff --git a/sleuthkit b/sleuthkit index c6efd66..01de034 160000 --- a/sleuthkit +++ b/sleuthkit @@ -1 +1 @@ -Subproject commit c6efd66293546b9c95637be703c7c7823e950629 +Subproject commit 01de0345edaa1ebf21dba6939a7c6bc7129e6e7d