python3Packages.ansible-vault-rw: rename to ansible-vault
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ansible-vault-rw";
|
||||
version = "2.1.0";
|
||||
pname = "ansible-vault";
|
||||
version = "4.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
@@ -9,7 +9,7 @@
|
||||
libsodium,
|
||||
libiconv,
|
||||
pytestCheckHook,
|
||||
ansible-vault-rw,
|
||||
ansible-vault,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
@@ -48,7 +48,7 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
ansible-vault-rw
|
||||
ansible-vault
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
||||
@@ -86,6 +86,7 @@ mapAliases {
|
||||
amazon-kclpy = throw "amazon-kclpy has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-03
|
||||
amazon_kclpy = throw "'amazon_kclpy' has been renamed to/replaced by 'amazon-kclpy'"; # Converted to throw 2025-10-29
|
||||
amqplib = throw "amqplib has been removed as it was unmaintained upstream"; # Added 2025-11-22
|
||||
ansible-vault-rw = ansible-vault; # Added 2026-07-10
|
||||
ansiconv = throw "ansiconv has been removed because it was archived upstream"; # Added 2026-01-14
|
||||
ansiwrap = throw "ansiwrap has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-03
|
||||
apkit = throw "apkit was removed because it is unmaintained upstream and different from apkit on PyPI"; # added 2025-09-13
|
||||
|
||||
@@ -1139,7 +1139,7 @@ self: super: with self; {
|
||||
|
||||
ansible-runner = callPackage ../development/python-modules/ansible-runner { };
|
||||
|
||||
ansible-vault-rw = callPackage ../development/python-modules/ansible-vault-rw { };
|
||||
ansible-vault = callPackage ../development/python-modules/ansible-vault { };
|
||||
|
||||
ansicolor = callPackage ../development/python-modules/ansicolor { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user