Unverified Commit aea1b827 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #293822 from dotlambda/rapidfuzz-3.6.2

python311Packages.rapidfuzz: 3.6.1 -> 3.6.2
parents 564f2196 54fd2490
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rapidfuzz-cpp";
  version = "3.0.1";
  version = "3.0.2";

  src = fetchFromGitHub {
    owner = "rapidfuzz";
    repo = "rapidfuzz-cpp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-v/apbqRyv93PZsO397lvyIMtA1JtYrOpbWAVAbMCmP4=";
    hash = "sha256-4J2j+/0ZVMNlrgLbEQk3me/EX07TZ/rLsT1/5ufxbic=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "rapidfuzz";
  version = "3.6.1";
  version = "3.6.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -27,12 +27,12 @@ buildPythonPackage rec {
    owner = "maxbachmann";
    repo = "RapidFuzz";
    rev = "refs/tags/v${version}";
    hash = "sha256-QJVRT+d/IIGxkWfSNoXFSmbW017+8CTKuWD4W+TzvBs=";
    hash = "sha256-rezyw0v1VijMe78ip3U+Jd+NQExW+gQXjs8qkcPNcUk=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace "Cython==3.0.3" "Cython"
      --replace-fail "Cython >=3.0.9, <3.1.0" "Cython"
  '';

  nativeBuildInputs = [