Unverified Commit 9f210d87 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

searxng: 0-unstable-2024-11-17 -> 0-unstable-2024-11-25;...

searxng: 0-unstable-2024-11-17 -> 0-unstable-2024-11-25; python312Packages.fasttext-predict: 0.9.2.2 -> 0.9.2.4 (#359002)
parents 649af92b 222e2c86
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
python3.pkgs.toPythonModule (
  python3.pkgs.buildPythonApplication rec {
    pname = "searxng";
    version = "0-unstable-2024-11-17";
    version = "0-unstable-2024-11-25";

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "10d3af84b833ab2f2d1095efa3a7ba240ffb32fc";
      hash = "sha256-dXALuiPCzK0Az64Fj9ygsNFoPKf0oJ2LyZDeg00Bfyo=";
      rev = "bad070b4bc2c5afa73edea546c68d3e142a476fc";
      hash = "sha256-pJl0pD+lx1L7CMKEZaK15ahd96gwWKsR53EVF7RRNtY=";
    };

    postPatch = ''
      sed -i 's/==.*$//' requirements.txt
      sed -i 's/==/>=/' requirements.txt
    '';

    preBuild =
@@ -44,16 +44,17 @@ python3.pkgs.toPythonModule (
      with python3.pkgs;
      [
        babel
        brotli
        certifi
        python-dateutil
        fasttext-predict
        flask
        flask-babel
        brotli
        isodate
        jinja2
        lxml
        msgspec
        pygments
        python-dateutil
        pyyaml
        redis
        typer
+4 −3
Original line number Diff line number Diff line
@@ -8,12 +8,13 @@

buildPythonPackage rec {
  pname = "fasttext-predict";
  version = "0.9.2.2";
  version = "0.9.2.4";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-rMbf09pCHvVYI9g/aq74+PcsuU2LezpmDz4b/w9vRyc=";
    pname = "fasttext_predict";
    inherit version;
    hash = "sha256-GKb7DXTH35KA2x+Wy3XZkL/QBPqdZpST6j3T1U+E28c=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''