Unverified Commit 2434ed12 authored by natsukium's avatar natsukium
Browse files

python311Packages.multi-key-dict: rename from multi_key_dict

parent dd62c08a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4,11 +4,12 @@
}:

buildPythonPackage rec {
  pname = "multi_key_dict";
  pname = "multi-key-dict";
  version = "2.0.3";

  src = fetchPypi {
    inherit pname version;
    pname = "multi_key_dict";
    inherit version;
    sha256 = "17lkx4rf4waglwbhc31aak0f28c63zl3gx5k5i1iq2m3gb0xxsyy";
  };

+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
, pyyaml
, setuptools
, six
, multi_key_dict
, multi-key-dict
, testscenarios
, requests
, requests-mock
@@ -40,7 +40,7 @@ buildPythonPackage rec {
  ];

  buildInputs = [ mock ];
  propagatedBuildInputs = [ pbr pyyaml setuptools six multi_key_dict requests ];
  propagatedBuildInputs = [ pbr pyyaml setuptools six multi-key-dict requests ];

  __darwinAllowLocalNetworking = true;

+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ mapAliases ({
  mistune_2_0 = mistune; # added 2022-08-12
  mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
  mrkd = throw "mrkd has been promoted to a top-level attribute"; # added 2023-08-01
  multi_key_dict = multi-key-dict; # added 2023-11-05
  mutmut = throw "mutmut has been promoted to a top-level attribute"; # added 2022-10-02
  net2grid = gridnet; # add 2022-04-22
  nghttp2 = throw "in 1.52.0 removed deprecated python bindings."; # added 2023-06-08
+1 −1
Original line number Diff line number Diff line
@@ -7095,7 +7095,7 @@ self: super: with self; {
  multidict = callPackage ../development/python-modules/multidict { };
  multi_key_dict = callPackage ../development/python-modules/multi_key_dict { };
  multi-key-dict = callPackage ../development/python-modules/multi-key-dict { };
  multimethod = callPackage ../development/python-modules/multimethod { };