Loading pkgs/development/python-modules/asyauth-bad/default.nix→pkgs/development/python-modules/badauth/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ }: buildPythonPackage rec { pname = "asyauth-bad"; pname = "badauth"; version = "0.0.20"; pyproject = true; src = fetchFromGitHub { owner = "CravateRouge"; repo = "asyauth-bAD"; repo = "badauth"; tag = version; hash = "sha256-NX6bvOxA4Y5KRPCIsI+o0cB4dFOXlV89iH7YqNDdaXE="; }; Loading @@ -33,12 +33,12 @@ buildPythonPackage rec { # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "asyauth" ]; pythonImportsCheck = [ "badauth" ]; meta = { description = "Unified authentication library"; homepage = "https://github.com/CravateRouge/asyauth-bAD"; changelog = "https://github.com/CravateRouge/asyauth-bAD/releases/tag/${src.tag}"; homepage = "https://github.com/CravateRouge/badauth"; changelog = "https://github.com/CravateRouge/badauth/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading pkgs/development/python-modules/msldap-bad/default.nix +3 −3 Original line number Diff line number Diff line { lib, asn1crypto, asyauth-bad, badauth, asysocks, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ asyauth-bad badauth asn1crypto asysocks kerbad Loading @@ -50,7 +50,7 @@ buildPythonPackage rec { meta = { description = "LDAP library for auditing MS AD"; homepage = "https://github.com/CravateRouge/msldap-bAD"; changelog = "https://github.com/CravateRouge/asyauth-bAD/releases/tag/${src.tag}"; changelog = "https://github.com/CravateRouge/msldap-bAD/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = [ ]; }; Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ mapAliases { APScheduler = throw "'APScheduler' has been renamed to/replaced by 'apscheduler'"; # Converted to throw 2025-10-29 argon2_cffi = throw "'argon2_cffi' has been renamed to/replaced by 'argon2-cffi'"; # Converted to throw 2025-10-29 astropy-extension-helpers = extension-helpers; # Added 2025-10-15 asyauth-bad = throw "'asyauth-bad' has been renamed to/replaced by 'badauth'"; # added 2025-11-06 async_generator = throw "'async_generator' has been renamed to/replaced by 'async-generator'"; # Converted to throw 2025-10-29 async_stagger = throw "'async_stagger' has been renamed to/replaced by 'async-stagger'"; # Converted to throw 2025-10-29 asyncio-nats-client = throw "'asyncio-nats-client' has been renamed to/replaced by 'nats-py'"; # Converted to throw 2025-10-29 Loading pkgs/top-level/python-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -1020,8 +1020,6 @@ self: super: with self; { asyauth = callPackage ../development/python-modules/asyauth { }; asyauth-bad = callPackage ../development/python-modules/asyauth-bad { }; async-cache = callPackage ../development/python-modules/async-cache { }; async-dns = callPackage ../development/python-modules/async-dns { }; Loading Loading @@ -1694,6 +1692,8 @@ self: super: with self; { bacpypes = callPackage ../development/python-modules/bacpypes { }; badauth = callPackage ../development/python-modules/badauth { }; badsecrets = callPackage ../development/python-modules/badsecrets { }; bagit = callPackage ../development/python-modules/bagit { }; Loading Loading
pkgs/development/python-modules/asyauth-bad/default.nix→pkgs/development/python-modules/badauth/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ }: buildPythonPackage rec { pname = "asyauth-bad"; pname = "badauth"; version = "0.0.20"; pyproject = true; src = fetchFromGitHub { owner = "CravateRouge"; repo = "asyauth-bAD"; repo = "badauth"; tag = version; hash = "sha256-NX6bvOxA4Y5KRPCIsI+o0cB4dFOXlV89iH7YqNDdaXE="; }; Loading @@ -33,12 +33,12 @@ buildPythonPackage rec { # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "asyauth" ]; pythonImportsCheck = [ "badauth" ]; meta = { description = "Unified authentication library"; homepage = "https://github.com/CravateRouge/asyauth-bAD"; changelog = "https://github.com/CravateRouge/asyauth-bAD/releases/tag/${src.tag}"; homepage = "https://github.com/CravateRouge/badauth"; changelog = "https://github.com/CravateRouge/badauth/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading
pkgs/development/python-modules/msldap-bad/default.nix +3 −3 Original line number Diff line number Diff line { lib, asn1crypto, asyauth-bad, badauth, asysocks, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ asyauth-bad badauth asn1crypto asysocks kerbad Loading @@ -50,7 +50,7 @@ buildPythonPackage rec { meta = { description = "LDAP library for auditing MS AD"; homepage = "https://github.com/CravateRouge/msldap-bAD"; changelog = "https://github.com/CravateRouge/asyauth-bAD/releases/tag/${src.tag}"; changelog = "https://github.com/CravateRouge/msldap-bAD/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = [ ]; }; Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ mapAliases { APScheduler = throw "'APScheduler' has been renamed to/replaced by 'apscheduler'"; # Converted to throw 2025-10-29 argon2_cffi = throw "'argon2_cffi' has been renamed to/replaced by 'argon2-cffi'"; # Converted to throw 2025-10-29 astropy-extension-helpers = extension-helpers; # Added 2025-10-15 asyauth-bad = throw "'asyauth-bad' has been renamed to/replaced by 'badauth'"; # added 2025-11-06 async_generator = throw "'async_generator' has been renamed to/replaced by 'async-generator'"; # Converted to throw 2025-10-29 async_stagger = throw "'async_stagger' has been renamed to/replaced by 'async-stagger'"; # Converted to throw 2025-10-29 asyncio-nats-client = throw "'asyncio-nats-client' has been renamed to/replaced by 'nats-py'"; # Converted to throw 2025-10-29 Loading
pkgs/top-level/python-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -1020,8 +1020,6 @@ self: super: with self; { asyauth = callPackage ../development/python-modules/asyauth { }; asyauth-bad = callPackage ../development/python-modules/asyauth-bad { }; async-cache = callPackage ../development/python-modules/async-cache { }; async-dns = callPackage ../development/python-modules/async-dns { }; Loading Loading @@ -1694,6 +1692,8 @@ self: super: with self; { bacpypes = callPackage ../development/python-modules/bacpypes { }; badauth = callPackage ../development/python-modules/badauth { }; badsecrets = callPackage ../development/python-modules/badsecrets { }; bagit = callPackage ../development/python-modules/bagit { }; Loading