diff --git a/.github/workflows/test_docker.yml b/.github/workflows/test_docker.yml index 436dadad..9c432b8e 100644 --- a/.github/workflows/test_docker.yml +++ b/.github/workflows/test_docker.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['38'] + version: ['39'] container: image: registry.fedoraproject.org/fedora:${{ matrix.version }} steps: diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 3e7830e0..d2eb605e 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -dfvfs (20240210-1) unstable; urgency=low +dfvfs (20240317-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Sat, 10 Feb 2024 08:05:11 +0100 + -- Log2Timeline maintainers Sun, 17 Mar 2024 06:03:29 +0100 diff --git a/dfvfs/__init__.py b/dfvfs/__init__.py index db5c9f27..beda73d6 100644 --- a/dfvfs/__init__.py +++ b/dfvfs/__init__.py @@ -6,4 +6,4 @@ types and file formats. """ -__version__ = '20240210' +__version__ = '20240317' diff --git a/setup.cfg b/setup.cfg index 342f2028..4e862c35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dfvfs -version = 20240210 +version = 20240317 description = Digital Forensics Virtual File System (dfVFS). long_description = dfVFS, or Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. long_description_content_type = text/plain @@ -44,48 +44,5 @@ manifest = MANIFEST template = MANIFEST.test_data.in manifest = MANIFEST.test_data -[bdist_rpm] -release = 1 -packager = Log2Timeline maintainers -doc_files = - ACKNOWLEDGEMENTS - AUTHORS - LICENSE - README -build_requires = python3-setuptools -requires = - libbde-python3 >= 20220121 - libcaes-python3 >= 20240114 - libewf-python3 >= 20131210 - libfcrypto-python3 >= 20240114 - libfsapfs-python3 >= 20220709 - libfsext-python3 >= 20220829 - libfsfat-python3 >= 20220925 - libfshfs-python3 >= 20220831 - libfsntfs-python3 >= 20211229 - libfsxfs-python3 >= 20220829 - libfvde-python3 >= 20220121 - libfwnt-python3 >= 20210717 - libluksde-python3 >= 20220121 - libmodi-python3 >= 20210405 - libphdi-python3 >= 20220228 - libqcow-python3 >= 20201213 - libsigscan-python3 >= 20230109 - libsmdev-python3 >= 20140529 - libsmraw-python3 >= 20140612 - libvhdi-python3 >= 20201014 - libvmdk-python3 >= 20140421 - libvsapm-python3 >= 20230506 - libvsgpt-python3 >= 20211115 - libvshadow-python3 >= 20160109 - libvslvm-python3 >= 20160109 - python3-cffi >= 1.9.1 - python3-dfdatetime >= 20221112 - python3-dtfabric >= 20230518 - python3-idna >= 2.5 - python3-pytsk3 >= 20210419 - python3-pyyaml >= 3.10 - python3-xattr >= 0.7.2 - [bdist_wheel] universal = 1