dmarc-metrics-exporter: 0.9.4 -> 0.10.1
Diff: https://github.com/jgosmann/dmarc-metrics-exporter/compare/refs/tags/v0.9.4...v0.10.1 Changelog: https://github.com/jgosmann/dmarc-metrics-exporter/blob/v0.10.1/CHANGELOG.rst
This commit is contained in:
parent
05d63de612
commit
4d125bac27
1 changed files with 3 additions and 4 deletions
|
@ -5,17 +5,17 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "dmarc-metrics-exporter";
|
pname = "dmarc-metrics-exporter";
|
||||||
version = "0.9.4";
|
version = "0.10.1";
|
||||||
|
|
||||||
disabled = python3.pythonOlder "3.8";
|
disabled = python3.pythonOlder "3.8";
|
||||||
|
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jgosmann";
|
owner = "jgosmann";
|
||||||
repo = "dmarc-metrics-exporter";
|
repo = "dmarc-metrics-exporter";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-doKG191rQvUpjOb3HvkzZP9XbtQXYGFtDJIdDSFRLSU=";
|
hash = "sha256-gur0+2yHqxySXECMboW7dAyyf0ckSdS0FEy7HvA5Y5w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
@ -29,7 +29,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
bite-parser
|
bite-parser
|
||||||
dataclasses-serialization
|
dataclasses-serialization
|
||||||
prometheus-client
|
prometheus-client
|
||||||
typing-extensions
|
|
||||||
uvicorn
|
uvicorn
|
||||||
xsdata
|
xsdata
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue