From c720fdc0e7a0a8bc9cb160285197abc3126987ba Mon Sep 17 00:00:00 2001 From: Christoph Jabs Date: Tue, 20 May 2025 10:00:42 +0300 Subject: [PATCH 1/2] maintainers: add chrjabs --- maintainers/maintainer-list.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 9c267eb3c844..7873860a4aac 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -4547,6 +4547,13 @@ githubId = 2245737; name = "Christopher Mark Poole"; }; + chrjabs = { + email = "contact@christophjabs.info"; + github = "chrjabs"; + githubId = 98587286; + name = "Christoph Jabs"; + keys = [ { fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D"; } ]; + }; chrpinedo = { github = "chrpinedo"; githubId = 2324630; From ae1e6c4621099c72d5325e6c8c03435bf826d133 Mon Sep 17 00:00:00 2001 From: Christoph Jabs Date: Tue, 20 May 2025 10:20:37 +0300 Subject: [PATCH 2/2] python3Packages.python-sat: 0.1.7.dev1 -> 0.1.8.dev17 --- .../python-modules/python-sat/default.nix | 28 ++++++++----------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/pkgs/development/python-modules/python-sat/default.nix b/pkgs/development/python-modules/python-sat/default.nix index bf1c6c45982c..940dbfe3273d 100644 --- a/pkgs/development/python-modules/python-sat/default.nix +++ b/pkgs/development/python-modules/python-sat/default.nix @@ -6,17 +6,16 @@ pypblib, pytestCheckHook, }: - buildPythonPackage rec { pname = "python-sat"; - version = "0.1.7.dev1"; + version = "0.1.8.dev17"; format = "setuptools"; src = fetchFromGitHub { owner = "pysathq"; repo = "pysat"; - rev = version; - hash = "sha256-zGdgD+SgoMB7/zDQI/trmV70l91TB7OkDxaJ30W3dkI="; + rev = "a04763de6dafb8d3a0d7f1b231fc0d30be1de4c0"; # upstream does not tag releases + hash = "sha256-FG6oAAI8XKXumj6Ys2QjjYcRp1TpwkUZzyfpkdq5V6E="; }; propagatedBuildInputs = [ @@ -26,23 +25,18 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; - # https://github.com/pysathq/pysat/pull/102 - postPatch = '' - # Fix for case-insensitive filesystem - cat >>solvers/patches/cadical.patch <