Merge pull request #279336 from Stunkymonkey/nose-warnings-filters-normalize
python311Packages.nose-warnings-filters: rename from nose_warnings_filters
This commit is contained in:
commit
fb98282d53
3 changed files with 5 additions and 3 deletions
|
@ -6,12 +6,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nose_warnings_filters";
|
pname = "nose-warnings-filters";
|
||||||
version = "0.1.5";
|
version = "0.1.5";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "nose_warnings_filters";
|
||||||
|
inherit version;
|
||||||
sha256 = "17dvfqfy2fm7a5cmiffw2dc3064kpx72fn5mlw01skm2rhn5nv25";
|
sha256 = "17dvfqfy2fm7a5cmiffw2dc3064kpx72fn5mlw01skm2rhn5nv25";
|
||||||
};
|
};
|
||||||
|
|
|
@ -280,6 +280,7 @@ mapAliases ({
|
||||||
ninja-python = ninja; # add 2022-08-03
|
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-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_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
|
notifymuch = throw "notifymuch has been promoted to a top-level attribute"; # added 2022-10-02
|
||||||
Nuitka = nuitka; # added 2023-02-19
|
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.";
|
ntlm-auth = throw "ntlm-auth has been removed, because it relies on the md4 implementation provided by openssl. Use pyspnego instead.";
|
||||||
|
|
|
@ -8417,7 +8417,7 @@ self: super: with self; {
|
||||||
|
|
||||||
nose-randomly = callPackage ../development/python-modules/nose-randomly { };
|
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 { };
|
nosexcover = callPackage ../development/python-modules/nosexcover { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue