From 72443cf91ad2fa4fc35cbe3cd798998b15f7003f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 12 Jun 2025 09:38:54 +0200 Subject: [PATCH 1/3] bikeshed: Add hemera as maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- pkgs/applications/misc/bikeshed/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index 3d66432a50f7..f1fef08b3175 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -102,6 +102,6 @@ buildPythonApplication rec { ''; homepage = "https://tabatkins.github.io/bikeshed/"; license = licenses.cc0; - maintainers = [ ]; + maintainers = with lib.maintainers; [ hemera ]; }; } From c7d59fc1c25e3dee23cdcbe0a61d7f7477f70f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 12 Jun 2025 09:39:18 +0200 Subject: [PATCH 2/3] bikeshed: Add matthiasbeyer as maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was done upon their request Suggested-by: Matthias Beyer Signed-off-by: Marcel Müller --- pkgs/applications/misc/bikeshed/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index f1fef08b3175..9514ee112bdf 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -102,6 +102,9 @@ buildPythonApplication rec { ''; homepage = "https://tabatkins.github.io/bikeshed/"; license = licenses.cc0; - maintainers = with lib.maintainers; [ hemera ]; + maintainers = with lib.maintainers; [ + matthiasbeyer + hemera + ]; }; } From 668cd63c855b2843c98e5ad0336aa9f98326d53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 6 Jun 2025 16:01:27 +0200 Subject: [PATCH 3/3] bikeshed: 5.1.2 -> 5.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- pkgs/applications/misc/bikeshed/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index 9514ee112bdf..f73b02f01968 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -10,6 +10,7 @@ alive-progress, async-timeout, attrs, + cddlparser, certifi, charset-normalizer, cssselect, @@ -38,12 +39,12 @@ buildPythonApplication rec { pname = "bikeshed"; - version = "5.1.2"; + version = "5.2.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-QIADVcxgJreH2pvXRVIBE5p6nEEYZtTiSo00RrpFT+E="; + hash = "sha256-HUPkLEpwLRnrffUMN62WPqsZX2UsGqPfjEa91UMbUMM="; }; build-system = [ setuptools ]; @@ -58,6 +59,7 @@ buildPythonApplication rec { alive-progress async-timeout attrs + cddlparser certifi charset-normalizer cssselect