Unverified Commit 00a63233 authored by Theodore Ni's avatar Theodore Ni
Browse files

python310Packages.jaraco-logging: rename from jaraco_logging

parent b84acafe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };