Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
DEBUG = 0

# The pytsk3 version.
VERSION = "20251121"
VERSION = "20260416"

# These functions are used to manage library memory.
FREE = "aff4_free"
Expand Down
4 changes: 2 additions & 2 deletions dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytsk3 (20251121-1) unstable; urgency=low
pytsk3 (20260416-1) unstable; urgency=low

* Auto-generated

-- Joachim Metz <joachim.metz@gmail.com> Fri, 21 Nov 2025 07:14:56 -0100
-- Joachim Metz <joachim.metz@gmail.com> Thu, 16 Apr 2026 04:47:37 -0100
4 changes: 2 additions & 2 deletions dpkg/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Source: pytsk3
Section: python
Priority: extra
Maintainer: Joachim Metz <joachim.metz@gmail.com>
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
Expand Down
2 changes: 0 additions & 2 deletions dpkg/python-pytsk3.docs

This file was deleted.

2 changes: 1 addition & 1 deletion dpkg/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion sleuthkit
Submodule sleuthkit updated 203 files
Loading