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

python311Packages.nose-warnings-filters: rename from nose_warnings_filters
This commit is contained in:
Felix Bühler 2024-01-15 21:01:02 +01:00 committed by GitHub
commit fb98282d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -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";
};

View File

@ -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.";

View File

@ -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 { };