diff --git a/.github/workflows/test_docker.yml b/.github/workflows/test_docker.yml index a2031f3..83715b9 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/acstore/__init__.py b/acstore/__init__.py index 4d75a62..35d2d69 100644 --- a/acstore/__init__.py +++ b/acstore/__init__.py @@ -5,4 +5,4 @@ to read and write plaso storage files. """ -__version__ = '20240210' +__version__ = '20240316' diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 6755f11..cad2777 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -acstore (20240210-1) unstable; urgency=low +acstore (20240316-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Sat, 10 Feb 2024 07:56:00 +0100 + -- Log2Timeline maintainers Sat, 16 Mar 2024 22:45:43 +0100 diff --git a/setup.cfg b/setup.cfg index d8fc1f7..cdfea02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = acstore -version = 20240210 +version = 20240316 description = Attribute Container Storage (ACStore). long_description = ACStore, or Attribute Container Storage, provides a stand-alone implementation to read and write attribute container storage files. long_description_content_type = text/plain @@ -32,17 +32,5 @@ exclude = utils where = . -[bdist_rpm] -release = 1 -packager = Log2Timeline maintainers -doc_files = - ACKNOWLEDGEMENTS - AUTHORS - LICENSE - README -build_requires = python3-setuptools -requires = - python3-pyyaml >= 3.10 - [bdist_wheel] universal = 1