Commit ded51585 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.json-logging: add changelog to meta

parent 86480777
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -24,11 +24,12 @@
, tornado
, urllib3
, webob
, wrapt
}:

buildPythonPackage rec {
  pname = "elastic-apm";
  version = "6.12.0";
  version = "6.13.2";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -37,7 +38,7 @@ buildPythonPackage rec {
    owner = "elastic";
    repo = "apm-agent-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-tAX96aOPuwtchLk5A1ANuZI5w5H9/yX3Zj9bRSyHv90=";
    hash = "sha256-HbIra8Cxgn/2xOVEvtcc7rMtSLBmWMxxHlIM44Oy+8U=";
  };

  propagatedBuildInputs = [
@@ -48,6 +49,7 @@ buildPythonPackage rec {
    starlette
    tornado
    urllib3
    wrapt
  ];

  checkInputs = [
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "bobbui";
    repo = "json-logging-python";
    rev = version;
    rev = "refs/tags/${version}";
    hash = "sha256-WOAEY1pONH+Gx1b8zHZDMNgJJSn7jvMO60LYTA8z/dE=";
  };

@@ -53,6 +53,7 @@ buildPythonPackage rec {
      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}";
    license = licenses.asl20;
    maintainers = with maintainers; [ AluisioASG ];
  };