From 559dfd1013f067cb1d829c7eaa0298cbb75c8e28 Mon Sep 17 00:00:00 2001 From: Chris Moultrie <821688+tebriel@users.noreply.github.com> Date: Thu, 3 Apr 2025 08:52:35 -0400 Subject: [PATCH 1/2] python312modules.humanize: v4.12.1 -> v4.12.2 changelog: https://github.com/python-humanize/humanize/releases/tag/4.12.2 --- pkgs/development/python-modules/humanize/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index 7017be60e707..d9e166c9b2f9 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "humanize"; - version = "4.12.1"; + version = "4.12.2"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "python-humanize"; repo = "humanize"; tag = version; - hash = "sha256-sj7c44KQ5jGkmans2EyAn9qMS4+GGu3hcSt7PRiTGKk="; + hash = "sha256-MGWjh7C9JXTwH+eLyrjU0pjcZ2+oH925eiqHgBS8198="; }; nativeBuildInputs = [ @@ -31,12 +31,6 @@ buildPythonPackage rec { gettext ]; - postPatch = '' - # Remove dependency on pytest-cov - substituteInPlace pyproject.toml --replace-fail \ - '"ignore:sys.monitoring isn'"'"'t available, using default core:coverage.exceptions.CoverageWarning",' "" - ''; - postBuild = '' scripts/generate-translation-binaries.sh ''; From 7d920db414c19800a9d219e4895b0214b8cb2de5 Mon Sep 17 00:00:00 2001 From: Chris Moultrie <821688+tebriel@users.noreply.github.com> Date: Thu, 3 Apr 2025 08:53:06 -0400 Subject: [PATCH 2/2] fittrackee: v0.9.3 -> v0.9.4 changelog: https://github.com/SamR1/FitTrackee/releases/tag/v0.9.4 --- pkgs/by-name/fi/fittrackee/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fi/fittrackee/package.nix b/pkgs/by-name/fi/fittrackee/package.nix index b9406b492a2d..f9b3d6c86070 100644 --- a/pkgs/by-name/fi/fittrackee/package.nix +++ b/pkgs/by-name/fi/fittrackee/package.nix @@ -8,14 +8,14 @@ }: python3Packages.buildPythonApplication rec { pname = "fittrackee"; - version = "0.9.3"; + version = "0.9.4"; pyproject = true; src = fetchFromGitHub { owner = "SamR1"; repo = "FitTrackee"; tag = "v${version}"; - hash = "sha256-ofFQJqBKGavXatlpm1bsM2+A1My/9dSzl9X/o9lVDb8="; + hash = "sha256-01lkPboF4KaCPnZHYVXUdIhXpJYGwcRPubnbjMm3mLY="; }; build-system = [