python310Packages.jaraco-logging: rename from jaraco_logging

This commit is contained in:
Theodore Ni 2023-07-14 15:31:56 -07:00
parent b84acafe03
commit 00a63233ca
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
5 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@
, fetchPypi
, isPy3k
, six
, jaraco_logging
, jaraco-logging
, jaraco-text
, jaraco_stream
, pytz
@ -30,7 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
six
importlib-metadata
jaraco_logging
jaraco-logging
jaraco-text
jaraco_stream
pytz

View File

@ -12,7 +12,7 @@
, requests
, feedparser
, jaraco-text
, jaraco_logging
, jaraco-logging
, jaraco-email
, jaraco-functools
, jaraco-collections
@ -59,7 +59,7 @@ buildPythonPackage rec {
requests
feedparser
jaraco-text
jaraco_logging
jaraco-logging
jaraco-email
jaraco-functools
jaraco-collections

View File

@ -159,6 +159,7 @@ mapAliases ({
jaraco_collections = jaraco-collections; # added 2023-07-14
jaraco_functools = jaraco-functools; # added 2023-07-14
jaraco_itertools = jaraco-itertools; # added 2023-07-14
jaraco_logging = jaraco-logging; # added 2023-07-14
jaraco_text = jaraco-text; # added 2023-07-14
JayDeBeApi = jaydebeapi; # added 2023-02-19
jinja2_time = jinja2-time; # added 2022-11-07

View File

@ -5217,7 +5217,7 @@ self: super: with self; {
jaraco-itertools = callPackage ../development/python-modules/jaraco-itertools { };
jaraco_logging = callPackage ../development/python-modules/jaraco_logging { };
jaraco-logging = callPackage ../development/python-modules/jaraco-logging { };
jaraco-net = callPackage ../development/python-modules/jaraco-net { };