python3Packages.prometheus-fastapi-instrumentator: 7.0.0 -> 7.0.2
https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/v7.0.2/CHANGELOG.md
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "prometheus-fastapi-instrumentator";
|
||||
version = "7.0.0";
|
||||
version = "7.0.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "trallnag";
|
||||
repo = "prometheus-fastapi-instrumentator";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yvKdhQdbY0+jEc8TEHNNgtdnqE0abnd4MN/JZFQwQ2E=";
|
||||
hash = "sha256-ObzaKWrN+9+MUpSOlqbW16KKTklMVo5nPRHodk+GEPs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Instrument FastAPI with Prometheus metrics";
|
||||
homepage = "https://github.com/trallnag/prometheus-fastapi-instrumentator";
|
||||
changelog = "https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/${src.tag}/CHANGELOG.md";
|
||||
license = with lib.licenses; [
|
||||
isc
|
||||
bsd3
|
||||
|
||||
Reference in New Issue
Block a user