-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.9.7: rules expert: raise if intelmqmail cannot be imported
and list intelmqmail as python package dependency
- Loading branch information
1 parent
f2f2b9c
commit 33e8d88
Showing
3 changed files
with
11 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
intelmq-certbund-contact (0.9.7-1) unstable; urgency=medium | ||
|
||
* rules expert: raise error if intelmqmail cannot be imported. | ||
* list intelmqmail as dependency in python package. | ||
|
||
-- Sebastian Wagner <[email protected]> Wed, 29 Jun 2022 15:46:40 +0200 | ||
|
||
intelmq-certbund-contact (0.9.6-2) unstable; urgency=medium | ||
|
||
* Packaging: Try with --with-quilt in rules. | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
REQUIRES = [ | ||
'intelmq>=3.0.2', | ||
'psycopg2', | ||
'intelmqmail', | ||
] | ||
|
||
BOTS = [] | ||
|
@@ -24,7 +25,7 @@ | |
|
||
setup( | ||
name='intelmq_certbund_contact', | ||
version="0.9.5", | ||
version="0.9.7", | ||
maintainer='Intevation GmbH', | ||
maintainer_email='[email protected]', | ||
python_requires='>=3.4', | ||
|