Skip to content

Commit b5865d9

Browse files
authored
Changes for release and deployment (#296)
1 parent 64ebcbb commit b5865d9

29 files changed

Lines changed: 36 additions & 49 deletions

config/dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dfdatetime (20251018-1) unstable; urgency=low
1+
dfdatetime (20251124-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Sat, 18 Oct 2025 13:07:39 +0200
5+
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Mon, 24 Nov 2025 13:07:20 +0100

dfdatetime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from dfdatetime import webkit_time
2626

2727

28-
__version__ = '20251018'
28+
__version__ = '20251124'

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
[build-system]
22
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
4-
5-
[tool.docformatter]
6-
black = false
7-
non-cap = ["dfDateTime", "dfImageTools", "dfVFS", "dfWinReg", "dtFabric", "iMessage", "iOS", "iPod", "mDNS"]
8-
non-strict = false
9-
wrap-summaries = 80
10-
wrap-descriptions = 80

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Script to run the tests."""
44

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dfdatetime
3-
version = 20251120
3+
version = 20251124
44
description = Digital Forensics date and time (dfDateTime).
55
long_description = dfDateTime, or Digital Forensics date and time, provides date and time objects to preserve accuracy and precision.
66
long_description_content_type = text/plain

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Installation and deployment script."""
44

tests/apfs_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Tests for the APFS timestamp implementation."""
44

tests/cocoa_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Tests for the Cocoa time implementation."""
44

tests/delphi_date_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Tests for the Delphi TDateTime implementation."""
44

tests/dotnet_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
"""Tests for the .NET DateTime implementation."""
44

0 commit comments

Comments
 (0)