python311Packages.requests-download: rename from requests_download

This commit is contained in:
Felix Buehler 2024-01-07 15:17:23 +01:00
parent 5d4dd2a364
commit 5a3295ae4d
3 changed files with 7 additions and 5 deletions

View File

@ -5,7 +5,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "requests_download"; pname = "requests-download";
version = "0.1.2"; version = "0.1.2";
format = "wheel"; format = "wheel";
@ -16,7 +16,8 @@ buildPythonPackage rec {
#}; #};
src = fetchPypi { src = fetchPypi {
inherit pname version format; pname = "requests_download";
inherit version format;
sha256 = "1ballx1hljpdpyvqzqn79m0dc21z2smrnxk2ylb6dbpg5crrskcr"; sha256 = "1ballx1hljpdpyvqzqn79m0dc21z2smrnxk2ylb6dbpg5crrskcr";
}; };

View File

@ -424,15 +424,16 @@ mapAliases ({
readme_renderer = readme-renderer; # added 2024-01-07 readme_renderer = readme-renderer; # added 2024-01-07
recaptcha_client = throw "recaptcha_client has been removed since it is no longer maintained"; # added 2023-10-20 recaptcha_client = throw "recaptcha_client has been removed since it is no longer maintained"; # added 2023-10-20
rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06 rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
retry_decorator = retry-decorator; # added 2024-01-07
retworkx = rustworkx; # added 2023-05-14
repeated_test = repeated-test; # added 2022-11-15 repeated_test = repeated-test; # added 2022-11-15
repoze_lru = repoze-lru; # added 2023-11-11 repoze_lru = repoze-lru; # added 2023-11-11
repoze_sphinx_autointerface = repoze-sphinx-autointerface; # added 2023-11-11 repoze_sphinx_autointerface = repoze-sphinx-autointerface; # added 2023-11-11
repoze_who = repoze-who; # added 2023-11-11 repoze_who = repoze-who; # added 2023-11-11
requests_download = requests-download; # added 2024-01-07
requests_oauthlib = requests-oauthlib; # added 2022-02-12 requests_oauthlib = requests-oauthlib; # added 2022-02-12
requests_toolbelt = requests-toolbelt; # added 2017-09-26 requests_toolbelt = requests-toolbelt; # added 2017-09-26
restructuredtext_lint = restructuredtext-lint; # added 2023-11-04 restructuredtext_lint = restructuredtext-lint; # added 2023-11-04
retry_decorator = retry-decorator; # added 2024-01-07
retworkx = rustworkx; # added 2023-05-14
rig = throw "rig has been removed because it was pinned to python 2.7 and 3.5, failed to build and is otherwise unmaintained"; # added 2022-11-28 rig = throw "rig has been removed because it was pinned to python 2.7 and 3.5, failed to build and is otherwise unmaintained"; # added 2022-11-28
rl-coach = "rl-coach was removed because the project is discontinued and was archived by upstream"; # added 2023-05-03 rl-coach = "rl-coach was removed because the project is discontinued and was archived by upstream"; # added 2023-05-03
roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15 roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15

View File

@ -12550,7 +12550,7 @@ self: super: with self; {
requests = callPackage ../development/python-modules/requests { }; requests = callPackage ../development/python-modules/requests { };
requests_download = callPackage ../development/python-modules/requests_download { }; requests-download = callPackage ../development/python-modules/requests-download { };
requestsexceptions = callPackage ../development/python-modules/requestsexceptions { }; requestsexceptions = callPackage ../development/python-modules/requestsexceptions { };