Skip to content

Commit

Permalink
Applied updates (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Mar 4, 2024
1 parent d5b2b03 commit c4d6665
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['38']
version: ['39']
container:
image: registry.fedoraproject.org/fedora:${{ matrix.version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ recursive-exclude artifactsrc *.pyc
recursive-include scripts *.py
recursive-exclude scripts *.pyc
recursive-include test_data *
# The test scripts are not required in a binary distribution package they
# The test scripts are not required in a binary distribution package they
# are considered source distribution files and excluded in find_package()
# in setup.py.
recursive-include tests *.py
51 changes: 1 addition & 50 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = artifactsrc
version = 20240220
version = 20240304
description = Digital Forensics Artifact knowledge base
long_description = Documentation accompanying the Digital Forensics Artifact Repository.
long_description_content_type = text/plain
Expand Down Expand Up @@ -40,54 +40,5 @@ exclude =
utils
where = .

[bdist_rpm]
release = 1
packager = Joachim Metz <[email protected]>
doc_files =
ACKNOWLEDGEMENTS
AUTHORS
LICENSE
build_requires = python3-setuptools
requires =
libbde-python3 >= 20220121
libcreg-python3 >= 20200725
libewf-python3 >= 20131210
libexe-python3 >= 20131229
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
libregf-python3 >= 20201002
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
libwrc-python3 >= 20220104
python3-artifacts >= 20220219
python3-cffi >= 1.9.1
python3-cryptography >= 2.0.2
python3-dfdatetime >= 20221112
python3-dfimagetools >= 20220129
python3-dfvfs >= 20220831
python3-dfwinreg >= 20211207
python3-dtfabric >= 20230518
python3-idna >= 2.5
python3-pytsk3 >= 20210419
python3-pyyaml >= 3.10
python3-xattr >= 0.7.2

[bdist_wheel]
universal = 1
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ commands =
yamllint -v
docformatter --check --diff --recursive artifactsrc setup.py tests tools
pylint --rcfile=.pylintrc artifactsrc setup.py tests tools
yamllint -c .yamllint.yaml artifactsrc artifactsrc/data
yamllint -c .yamllint.yaml artifactsrc

0 comments on commit c4d6665

Please sign in to comment.