-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version and documentation (#541)
- Loading branch information
1 parent
cf895af
commit 6ebda63
Showing
10 changed files
with
17 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
"""ForensicArtifacts.com Artifact Repository.""" | ||
|
||
__version__ = '20221216' | ||
__version__ = '20221219' |
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,5 +1,5 @@ | ||
artifacts (20221216-1) unstable; urgency=low | ||
artifacts (20221219-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Forensic artifacts <[email protected]> Fri, 16 Dec 2022 21:01:08 +0100 | ||
-- Forensic artifacts <[email protected]> Mon, 19 Dec 2022 17:44:45 +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
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,16 +0,0 @@ | ||
[mock] | ||
dpkg_name: python-mock | ||
minimum_version: 2.0.0 | ||
rpm_name: python2-mock | ||
version_property: __version__ | ||
|
||
[pbr] | ||
dpkg_name: python-pbr | ||
minimum_version: 4.2.0 | ||
rpm_name: python2-pbr | ||
|
||
[six] | ||
dpkg_name: python-six | ||
minimum_version: 1.1.0 | ||
rpm_name: python2-six | ||
version_property: __version__ | ||
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 +0,0 @@ | ||
mock >= 2.0.0 | ||
pbr >= 4.2.0 | ||
six >= 1.1.0 | ||