From 83df04eb5e2338bffd2fe26c3816e45e0f98a610 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 7 May 2025 03:55:12 +0000 Subject: [PATCH 1/5] python3Packages.ansible: 11.4.0 -> 11.5.0 (cherry picked from commit becdee5ccf892ea86f9d736da020a1bccfed155a) --- pkgs/development/python-modules/ansible/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index 03e75b1e428f1..1cc97cb0b6f31 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -25,7 +25,7 @@ let pname = "ansible"; - version = "11.4.0"; + version = "11.5.0"; in buildPythonPackage { inherit pname version; @@ -35,7 +35,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8="; + hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs="; }; # we make ansible-core depend on ansible, not the other way around, From 49249d4dc37dfc2b6ec9dbd5b1990c211966f275 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 18 Jun 2025 06:12:49 +0000 Subject: [PATCH 2/5] python3Packages.ansible: 11.5.0 -> 11.7.0 (cherry picked from commit 9f15b838ec5464ce6232de8d1113880d0c91b895) --- pkgs/development/python-modules/ansible/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index 1cc97cb0b6f31..dcd5e3adbc90e 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -25,7 +25,7 @@ let pname = "ansible"; - version = "11.5.0"; + version = "11.7.0"; in buildPythonPackage { inherit pname version; @@ -35,7 +35,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs="; + hash = "sha256-+d83xx1Af2W8ucXAbJkY4pfZ6nS1za9ZJsTJqp5E218="; }; # we make ansible-core depend on ansible, not the other way around, From f19d268be0d9786f8dfe14757a749a85c57ef6e9 Mon Sep 17 00:00:00 2001 From: Haris <67912527+HarisDotParis@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:29:32 +0200 Subject: [PATCH 3/5] ansible: add maintainer HarisDotParis ansible: add maintainer HarisDotParis (cherry picked from commit 257dab139a121fc8809e8ef840955c664868a7b8) --- pkgs/development/python-modules/ansible/core.nix | 4 +++- pkgs/development/python-modules/ansible/default.nix | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 419353af30644..c0c14d9fb3f0b 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -110,6 +110,8 @@ buildPythonPackage rec { description = "Radically simple IT automation"; homepage = "https://www.ansible.com"; license = licenses.gpl3Plus; - maintainers = [ ]; + maintainers = with maintainers; [ + HarisDotParis + ]; }; } diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index dcd5e3adbc90e..cdadc3d9cea0d 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -99,6 +99,8 @@ buildPythonPackage { homepage = "https://www.ansible.com"; changelog = "https://github.com/ansible-community/ansible-build-data/blob/${version}/${lib.versions.major version}/CHANGELOG-v${lib.versions.major version}.rst"; license = licenses.gpl3Plus; - maintainers = [ ]; + maintainers = with maintainers; [ + HarisDotParis + ]; }; } From a507f138e0c1af617dab1a34a9262e5175bb1da1 Mon Sep 17 00:00:00 2001 From: Robert Sliwinski Date: Wed, 25 Jun 2025 20:29:55 +0200 Subject: [PATCH 4/5] ansible: add maintainer robsliwi (cherry picked from commit e04293de520624b91a2b23b637034d0c1ad762db) --- pkgs/development/python-modules/ansible/core.nix | 1 + pkgs/development/python-modules/ansible/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index c0c14d9fb3f0b..aa8d8a8507744 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -112,6 +112,7 @@ buildPythonPackage rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ HarisDotParis + robsliwi ]; }; } diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index cdadc3d9cea0d..d66d8958aac18 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -101,6 +101,7 @@ buildPythonPackage { license = licenses.gpl3Plus; maintainers = with maintainers; [ HarisDotParis + robsliwi ]; }; } From 899bab07647e8168fe71c0e333d829a82725bd92 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 24 Jul 2025 16:00:59 +0000 Subject: [PATCH 5/5] python3Packages.ansible: 11.7.0 -> 11.8.0 (cherry picked from commit 2b2cc09e9437fb58d2f34df86ee73acc2163ef57) --- pkgs/development/python-modules/ansible/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index d66d8958aac18..a9a2522872682 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -25,7 +25,7 @@ let pname = "ansible"; - version = "11.7.0"; + version = "11.8.0"; in buildPythonPackage { inherit pname version; @@ -35,7 +35,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-+d83xx1Af2W8ucXAbJkY4pfZ6nS1za9ZJsTJqp5E218="; + hash = "sha256-KOoDLHfzRLuOpNfTn5pdTpNebItgg2yMiii5z2ya2xo="; }; # we make ansible-core depend on ansible, not the other way around,