Unverified Commit fb98282d authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #279336 from Stunkymonkey/nose-warnings-filters-normalize

python311Packages.nose-warnings-filters: rename from nose_warnings_filters
parents d2a1ff10 50656be0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,12 +6,13 @@
}:

buildPythonPackage rec {
  pname = "nose_warnings_filters";
  pname = "nose-warnings-filters";
  version = "0.1.5";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    pname = "nose_warnings_filters";
    inherit version;
    sha256 = "17dvfqfy2fm7a5cmiffw2dc3064kpx72fn5mlw01skm2rhn5nv25";
  };

+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ mapAliases ({
  ninja-python = ninja; # add 2022-08-03
  nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16
  nose_progressive = throw "nose_progressive has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; #added 2023-02-21
  nose_warnings_filters = nose-warnings-filters; # added 2024-01-07
  notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
  Nuitka = nuitka; # added 2023-02-19
  ntlm-auth = throw "ntlm-auth has been removed, because it relies on the md4 implementation provided by openssl. Use pyspnego instead.";
+1 −1
Original line number Diff line number Diff line
@@ -8417,7 +8417,7 @@ self: super: with self; {
  nose-randomly = callPackage ../development/python-modules/nose-randomly { };
  nose_warnings_filters = callPackage ../development/python-modules/nose_warnings_filters { };
  nose-warnings-filters = callPackage ../development/python-modules/nose-warnings-filters { };
  nosexcover = callPackage ../development/python-modules/nosexcover { };