python3Packages.json-logging: 1.5.0-rc0 -> 1.5.1

R. Ryantm 496e987c ab7ac105

Changed files
+3 -3
pkgs
development
python-modules
json-logging
+3 -3
pkgs/development/python-modules/json-logging/default.nix
···
buildPythonPackage rec {
pname = "json-logging";
-
version = "1.5.0-rc0";
+
version = "1.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "bobbui";
repo = "json-logging-python";
tag = version;
-
hash = "sha256-WOAEY1pONH+Gx1b8zHZDMNgJJSn7jvMO60LYTA8z/dE=";
+
hash = "sha256-r2ttPFvlN+hqMxBLPkr5hOz0UKNX4NRoXmLMXhTZ/VY=";
};
# The logging module introduced the `taskName` field in Python 3.12, which the tests don't expect
···
infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver.
'';
homepage = "https://github.com/bobbui/json-logging-python";
-
changelog = "https://github.com/bobbui/json-logging-python/releases/tag/${version}";
+
changelog = "https://github.com/bobbui/json-logging-python/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = [ ];
};