From 7659cb12078e847197ee73b5c1689c1980476f1d Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Mon, 16 Jun 2025 20:30:52 +0200 Subject: [PATCH 1/3] python3Packages.altcha: 0.1.9 -> 0.2.0 Diff: https://github.com/altcha-org/altcha-lib-py/compare/refs/tags/v0.1.9...refs/tags/v0.2.0 --- pkgs/development/python-modules/altcha/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/altcha/default.nix b/pkgs/development/python-modules/altcha/default.nix index 5928aa0bce7a..d087445691a7 100644 --- a/pkgs/development/python-modules/altcha/default.nix +++ b/pkgs/development/python-modules/altcha/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "altcha"; - version = "0.1.9"; + version = "0.2.0"; pyproject = true; src = fetchFromGitHub { owner = "altcha-org"; repo = "altcha-lib-py"; tag = "v${version}"; - hash = "sha256-54v8c/yp5zhJU151UaTxeJ1FDmbPs2TcfxomrMhFVZc="; + hash = "sha256-QZSj24dyfdgAeHSCWcmWKr35VWjGM3kQyh9o77bHOgY="; }; build-system = [ setuptools ]; From f00b346e5694464fab812fa5c157d08d31a776fe Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 17 Jun 2025 12:52:01 +0200 Subject: [PATCH 2/3] python3Packages.weblate-schemas: 2025.1 -> 2025.2 Changelog: https://github.com/WeblateOrg/weblate_schemas/blob/2025.2/CHANGES.rst --- pkgs/development/python-modules/weblate-schemas/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/weblate-schemas/default.nix b/pkgs/development/python-modules/weblate-schemas/default.nix index ac974171355b..c46d422612ff 100644 --- a/pkgs/development/python-modules/weblate-schemas/default.nix +++ b/pkgs/development/python-modules/weblate-schemas/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "weblate-schemas"; - version = "2025.1"; + version = "2025.2"; pyproject = true; src = fetchPypi { pname = "weblate_schemas"; inherit version; - hash = "sha256-R2G5s51XmZfc3qewNGv5D9K03pvCFeod4RH4VtY9cAA="; + hash = "sha256-C8+p+NHCAbLnHh8ujV5YdbjFSzXsKAoUyNhM3iIRPG4="; }; build-system = [ setuptools ]; From 956537f83f1515ca889eaa9f97e858ef650404de Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 17 Jun 2025 12:35:53 +0200 Subject: [PATCH 3/3] weblate: 5.11.4 -> 5.12.1 Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.12.1 --- pkgs/by-name/we/weblate/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/we/weblate/package.nix b/pkgs/by-name/we/weblate/package.nix index 0c963455797f..259f5d06c125 100644 --- a/pkgs/by-name/we/weblate/package.nix +++ b/pkgs/by-name/we/weblate/package.nix @@ -27,7 +27,7 @@ let in python.pkgs.buildPythonApplication rec { pname = "weblate"; - version = "5.11.4"; + version = "5.12.1"; pyproject = true; @@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec { owner = "WeblateOrg"; repo = "weblate"; tag = "weblate-${version}"; - hash = "sha256-0/PYl8A95r0xulaSawnSyrSqB7SiEBgd9TVP7OIla00="; + hash = "sha256-8tqPxvSvVG1j/TGMozihtBYsn7oly41lP4iK3BwTmVk="; }; patches = [ @@ -135,6 +135,7 @@ python.pkgs.buildPythonApplication rec { siphashc social-auth-app-django social-auth-core + standardwebhooks tesserocr translate-toolkit translation-finder @@ -149,7 +150,7 @@ python.pkgs.buildPythonApplication rec { ++ drf-spectacular.optional-dependencies.sidecar ++ drf-standardized-errors.optional-dependencies.openapi; - pythonRelaxDeps = [ "django-otp-webauthn" ]; + pythonRelaxDeps = [ "certifi" ]; optional-dependencies = { postgres = with python.pkgs; [ psycopg ];