-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed bdist_rpm configuration (#24)
- Loading branch information
1 parent
4216b0b
commit 0006905
Showing
13 changed files
with
54 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ export LDFLAGS="-L/usr/local/lib -L/usr/local/opt/gettext/lib ${LDFLAGS}"; | |
export CPPFLAGS="-I/usr/local/opt/[email protected]/include ${CPPFLAGS}"; | ||
export LDFLAGS="-L/usr/local/opt/[email protected]/lib ${LDFLAGS}"; | ||
|
||
# Set the following environment variables to ensure tox can find Python 3.11. | ||
export PATH="/usr/local/opt/python@3.11/bin:${PATH}"; | ||
# Set the following environment variables to ensure tox can find Python 3.12. | ||
export PATH="/usr/local/opt/python@3.12/bin:${PATH}"; | ||
|
||
tox -e py311 | ||
tox -e py312 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dfkinds (20211228-1) unstable; urgency=low | ||
dfkinds (20240317-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Log2Timeline maintainers <[email protected]> Tue, 28 Dec 2021 04:57:45 +0100 | ||
-- Log2Timeline maintainers <[email protected]> Sun, 17 Mar 2024 06:27:18 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# -*- coding: utf-8 -*- | ||
"""Digital Forensics kinds (types and classes). | ||
dfKinds, or Digital Forensics kinds, provides data type and class definitions | ||
to provide consistent definitions of entities (or description of things) across | ||
dfKinds, or Digital Forensics kinds, provides data type and class definitions to | ||
provide consistent definitions of entities (or description of things) across | ||
different tools. | ||
""" | ||
|
||
__version__ = '20211228' | ||
__version__ = '20240317' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
[build-system] | ||
requires = ["setuptools", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.docformatter] | ||
black = false | ||
non-cap = ["dfDateTime", "dfImageTools", "dfVFS", "dfWinReg", "dtFabric", "iMessage", "iOS", "iPod", "mDNS"] | ||
non-strict = false | ||
wrap-summaries = 80 | ||
wrap-descriptions = 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = dfkinds | ||
version = 20231228 | ||
version = 20240317 | ||
description = Digital Forensics kinds (types and classes). | ||
long_description = dfKinds, or Digital Forensics kinds, provides data type and class definitions to provide consistent definitions of entities (or description of things) across different tools. | ||
long_description_content_type = text/plain | ||
|
@@ -22,7 +22,7 @@ install_requires = file:requirements.txt | |
package_dir = | ||
dfkinds = dfkinds | ||
packages = find: | ||
python_requires = >=3.7 | ||
python_requires = >=3.8 | ||
|
||
[options.packages.find] | ||
exclude = | ||
|
@@ -32,15 +32,5 @@ exclude = | |
utils | ||
where = . | ||
|
||
[bdist_rpm] | ||
release = 1 | ||
packager = Log2Timeline maintainers <[email protected]> | ||
doc_files = | ||
ACKNOWLEDGEMENTS | ||
AUTHORS | ||
LICENSE | ||
README | ||
build_requires = python3-setuptools | ||
|
||
[bdist_wheel] | ||
universal = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters