From eefad2788479b9bcfda2a3ac4a18398eceaf3494 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 4 Jan 2026 09:51:37 +0000 Subject: [PATCH 1/2] python3Packages.allure-python-commons-test: 2.15.2 -> 2.15.3 --- .../python-modules/allure-python-commons-test/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/allure-python-commons-test/default.nix b/pkgs/development/python-modules/allure-python-commons-test/default.nix index bb04a05e406d..8c961b8c5b29 100644 --- a/pkgs/development/python-modules/allure-python-commons-test/default.nix +++ b/pkgs/development/python-modules/allure-python-commons-test/default.nix @@ -12,13 +12,13 @@ buildPythonPackage rec { pname = "allure-python-commons-test"; - version = "2.15.2"; + version = "2.15.3"; format = "setuptools"; src = fetchPypi { pname = "allure_python_commons_test"; inherit version; - hash = "sha256-SAjo9rM1zXAVBMD1c+rkMcR8zCeW1L3CErR/SxwjnXg="; + hash = "sha256-eRjjsxiXm/7nMyaJS5pXhpNmrjOhnd1o7+F9ZwGzI/I="; }; nativeBuildInputs = [ setuptools-scm ]; From b08bed44c10a9514ac9b7c2aa306daaff355a3a5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Jan 2026 01:59:47 +0100 Subject: [PATCH 2/2] python313Packages.allure-python-commons-test: modernize --- .../python-modules/allure-python-commons-test/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/allure-python-commons-test/default.nix b/pkgs/development/python-modules/allure-python-commons-test/default.nix index 8c961b8c5b29..4b5424b6fb1f 100644 --- a/pkgs/development/python-modules/allure-python-commons-test/default.nix +++ b/pkgs/development/python-modules/allure-python-commons-test/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "allure-python-commons-test"; version = "2.15.3"; - format = "setuptools"; + pyproject = true; src = fetchPypi { pname = "allure_python_commons_test"; @@ -21,9 +21,9 @@ buildPythonPackage rec { hash = "sha256-eRjjsxiXm/7nMyaJS5pXhpNmrjOhnd1o7+F9ZwGzI/I="; }; - nativeBuildInputs = [ setuptools-scm ]; + build-system = [ setuptools-scm ]; - propagatedBuildInputs = [ + dependencies = [ attrs pluggy six