From 2f5922e5bcca38520c9efaaecc6df2ac5d8615ac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 29 Mar 2023 09:21:42 +0200 Subject: [PATCH 1/2] ripe-atlas-tools: add changelog to meta --- pkgs/tools/networking/ripe-atlas-tools/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/networking/ripe-atlas-tools/default.nix b/pkgs/tools/networking/ripe-atlas-tools/default.nix index b42585548055..6a23045289b3 100644 --- a/pkgs/tools/networking/ripe-atlas-tools/default.nix +++ b/pkgs/tools/networking/ripe-atlas-tools/default.nix @@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec { owner = "RIPE-NCC"; repo = "ripe-atlas-tools"; rev = "refs/tags/v${version}"; - sha256 = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac="; + hash = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac="; }; postPatch = '' @@ -89,6 +89,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "RIPE ATLAS project tools"; homepage = "https://github.com/RIPE-NCC/ripe-atlas-tools"; + changelog = "https://github.com/RIPE-NCC/ripe-atlas-tools/blob/v${version}/CHANGES.rst"; license = licenses.gpl3Only; maintainers = with maintainers; [ raitobezarius ]; }; From dc2fa94ce8952d2d8828e7702426ae00acabfb09 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 29 Mar 2023 09:23:40 +0200 Subject: [PATCH 2/2] ripe-atlas-tools: 3.0.3 -> 3.1.0 Diff: https://github.com/RIPE-NCC/ripe-atlas-tools/compare/refs/tags/v3.0.3...v3.1.0 Changelog: https://github.com/RIPE-NCC/ripe-atlas-tools/blob/v3.1.0/CHANGES.rst --- .../networking/ripe-atlas-tools/default.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pkgs/tools/networking/ripe-atlas-tools/default.nix b/pkgs/tools/networking/ripe-atlas-tools/default.nix index 6a23045289b3..0fc3897b8780 100644 --- a/pkgs/tools/networking/ripe-atlas-tools/default.nix +++ b/pkgs/tools/networking/ripe-atlas-tools/default.nix @@ -6,13 +6,13 @@ python3.pkgs.buildPythonApplication rec { pname = "ripe-atlas-tools"; - version = "3.0.3"; + version = "3.1.0"; src = fetchFromGitHub { owner = "RIPE-NCC"; repo = "ripe-atlas-tools"; rev = "refs/tags/v${version}"; - hash = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac="; + hash = "sha256-aETSDXCVteTruRKV/8Aw3R/bprB6txOsXrFvoZOxIus="; }; postPatch = '' @@ -29,15 +29,16 @@ python3.pkgs.buildPythonApplication rec { ]; propagatedBuildInputs = with python3.pkgs; [ + ipy + pyopenssl + python-dateutil + pyyaml + requests ripe-atlas-cousteau ripe-atlas-sagan - ujson - ipy - python-dateutil - requests + typing-extensions tzlocal - pyyaml - pyopenssl + ujson ]; preBuild = ''