Merge pull request #288268 from Ma27/bump-dmarc-metrics-exporter
dmarc-metrics-exporter: 0.10.1 -> 1.0.0
This commit is contained in:
commit
d93e81fff3
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "dmarc-metrics-exporter";
|
pname = "dmarc-metrics-exporter";
|
||||||
version = "0.10.1";
|
version = "1.0.0";
|
||||||
|
|
||||||
disabled = python3.pythonOlder "3.8";
|
disabled = python3.pythonOlder "3.8";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "jgosmann";
|
owner = "jgosmann";
|
||||||
repo = "dmarc-metrics-exporter";
|
repo = "dmarc-metrics-exporter";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-gur0+2yHqxySXECMboW7dAyyf0ckSdS0FEy7HvA5Y5w=";
|
hash = "sha256-pT2GGoNPCHBZZbbBE93cJjgogBNcdpvLmrVakNMu6tY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
@ -29,6 +29,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
bite-parser
|
bite-parser
|
||||||
dataclasses-serialization
|
dataclasses-serialization
|
||||||
prometheus-client
|
prometheus-client
|
||||||
|
structlog
|
||||||
uvicorn
|
uvicorn
|
||||||
xsdata
|
xsdata
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue