Unverified Commit bcfeef0b authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

weblate: 5.15.1 -> 5.15.2 (#480144)

parents 9ac980f2 cd522a0e
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "weblate";
  version = "5.15.1";
  version = "5.15.2";

  pyproject = true;

@@ -37,7 +37,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-9k6H9/XW7vbXix+zadxHCNl9UJ3yE1ONa/+VRvIGk28=";
    hash = "sha256-qNv3aaPyQ/bOrPbK7u9vtq8R1MFqXLJzvLUZfVgjMK0=";
  };

  build-system = with python.pkgs; [ setuptools ];
@@ -65,10 +65,7 @@ python.pkgs.buildPythonApplication rec {
    '';

  pythonRelaxDeps = [
    "celery"
    "certifi"
    "cyrtranslit"
    "django-appconf"
    "urllib3"
  ];

@@ -142,6 +139,7 @@ python.pkgs.buildPythonApplication rec {
      translate-toolkit
      translation-finder
      unidecode
      urllib3
      user-agents
      weblate-language-data
      weblate-schemas
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "django-otp";
  version = "1.6.3";
  version = "1.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "django-otp";
    repo = "django-otp";
    tag = "v${version}";
    hash = "sha256-sYwt41YWQQN6nKXGmrrZ75t/i1XNVjIgRKVElVaCGRc=";
    hash = "sha256-Tqi6FHXJToOJsGETgIRl8rOUTfkn3kBkG5/bI8CxT24=";
  };

  build-system = [ hatchling ];
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

buildPythonPackage rec {
  pname = "translate-toolkit";
  version = "3.17.5";
  version = "3.18.0";

  pyproject = true;

@@ -38,7 +38,7 @@ buildPythonPackage rec {
    owner = "translate";
    repo = "translate";
    tag = version;
    hash = "sha256-I0HpVL/bH78oFGDWkXyRvZejXzjDHXFfdPu/+iMgAQw=";
    hash = "sha256-wc8bSXdFHVSzm4CWZ9b27zEYNH0rbEXf0i947VNTg/8=";
  };

  build-system = [ setuptools-scm ];
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "weblate-language-data";
  version = "2025.10";
  version = "2026.1";
  pyproject = true;

  src = fetchPypi {
    pname = "weblate_language_data";
    inherit version;
    hash = "sha256-pSMeuIDUGYbAetXugmahtTeGIIXxPPPiYt2Jb80vxoQ=";
    hash = "sha256-qImbiZzsNk3oSljSwdsK+uk/1ZUygwltTCkGNKxBeN4=";
  };

  build-system = [ setuptools ];