Skip to content

Commit

Permalink
Removed bdist_rpm configuration (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 17, 2024
1 parent 8c22542 commit 9f13384
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dfimagetools (20240309-1) unstable; urgency=low
dfimagetools (20240317-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <[email protected]> Sat, 09 Mar 2024 17:23:57 +0100
-- Log2Timeline maintainers <[email protected]> Sun, 17 Mar 2024 09:26:49 +0100
2 changes: 1 addition & 1 deletion dfimagetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""Collection of tools to process storage media images."""


__version__ = '20240309'
__version__ = '20240317'
50 changes: 1 addition & 49 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dfimagetools
version = 20240309
version = 20240317
description = Storage media image tools
long_description = Collection of tools to process storage media images.
long_description_content_type = text/plain
Expand Down Expand Up @@ -48,53 +48,5 @@ manifest = MANIFEST
template = MANIFEST.test_data.in
manifest = MANIFEST.test_data

[bdist_rpm]
release = 1
packager = Log2Timeline maintainers <[email protected]>
doc_files =
ACKNOWLEDGEMENTS
AUTHORS
LICENSE
README
build_requires = python3-setuptools
requires =
libbde-python3 >= 20220121
libcaes-python3 >= 20240114
libcreg-python3 >= 20200725
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
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
python3-artifacts >= 20220219
python3-cffi >= 1.9.1
python3-dfdatetime >= 20221112
python3-dfvfs >= 20240115
python3-dfwinreg >= 20240229
python3-dtfabric >= 20230518
python3-idna >= 2.5
python3-pytsk3 >= 20210419
python3-pyyaml >= 3.10
python3-xattr >= 0.7.2

[bdist_wheel]
universal = 1

0 comments on commit 9f13384

Please sign in to comment.