buildbot: 3.10.0 -> 3.10.1

Changelog: https://github.com/buildbot/buildbot/releases/tag/v3.10.1
This commit is contained in:
zowoq 2023-12-26 21:13:50 +00:00
parent 4a8d35315a
commit 41e3e7ef30
5 changed files with 13 additions and 18 deletions

View File

@ -164,7 +164,7 @@ in {
btrbk-no-timer = handleTest ./btrbk-no-timer.nix {};
btrbk-section-order = handleTest ./btrbk-section-order.nix {};
budgie = handleTest ./budgie.nix {};
buildbot = handleTestOn [ "x86_64-linux" ] ./buildbot.nix {};
buildbot = handleTest ./buildbot.nix {};
buildkite-agents = handleTest ./buildkite-agents.nix {};
c2fmzq = handleTest ./c2fmzq.nix {};
caddy = handleTest ./caddy.nix {};

View File

@ -36,7 +36,6 @@
, importlib-resources
, packaging
, unidiff
, pythonRelaxDepsHook
, glibcLocales
, nixosTests
, callPackage
@ -71,14 +70,14 @@ let
package = buildPythonApplication rec {
pname = "buildbot";
version = "3.10.0";
version = "3.10.1";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jlppe6LgDQKQgywINkOX9zKWTomzIz28M5scrj3H94Y=";
hash = "sha256-/J4jWoIZEObSZKw04Ib6h4AvJtfNwzwozRu+gFek1Dk=";
};
propagatedBuildInputs = [
@ -119,11 +118,8 @@ let
git
openssh
glibcLocales
pythonRelaxDepsHook
];
pythonRelaxDeps = [ "Twisted" ];
patches = [
# This patch disables the test that tries to read /etc/os-release which
# is not accessible in sandboxed builds.

View File

@ -6,7 +6,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-ZGkM2/1/qiVkzpJ7FZNbIEwgCrpxPGyBjREqeqwDD0k=";
hash = "sha256-6lJW1XNwKXeTTn0jDOIsVHUrmxSWc4iK3gINvTFX2XU=";
};
postPatch = ''

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, fetchurl, callPackage, mock, cairosvg, klein, jinja2, buildbot-pkg, unzip, zip }:
{ lib, buildPythonPackage, fetchPypi, callPackage, mock, cairosvg, klein, jinja2, buildbot-pkg }:
{
# this is exposed for potential plugins to use and for nix-update
inherit buildbot-pkg;
@ -8,7 +8,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-ycjmkzKBYdCmJe5Ofjn4q1tg66oVXC2Oaq2qBaZbmwg=";
hash = "sha256-W0NRRS0z02/31eyqVRGJUZlUaI77I9WuAI3d3FlWHOQ=";
};
# Remove unnecessary circular dependency on buildbot
@ -35,7 +35,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-2fMqgM83ANHx7+MWUF0eALOaliwVkCSumnw+bLZR+tw=";
hash = "sha256-NfpgTZ0+sP2U8rkf+C4WTpXKVBvO8T+ijs8xIPe49tA=";
};
# Remove unnecessary circular dependency on buildbot
@ -44,7 +44,6 @@
'';
buildInputs = [ buildbot-pkg ];
nativeBuildInputs = [ unzip zip ];
# No tests
doCheck = false;
@ -63,7 +62,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-0VW7tRT9yvVvh9x+2bG3b4q0yqgq9g2OyI0MELPxo4M=";
hash = "sha256-ykzzvsxP8e0TIHnZJPSnFJoZNNZDvbZ7vZ6hCZyd0iA=";
};
buildInputs = [ buildbot-pkg ];
@ -85,7 +84,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-92CNfBIGciv1mx948ha1YgvFGhx5hJsbn1n/BIXmPT8=";
hash = "sha256-cu0+66DHf8Hfvfx/IvVyexwl3I0MmLjJrNDBPLxo7Bg=";
};
buildInputs = [ buildbot-pkg ];
@ -107,7 +106,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-hdF1KopG4nqzHWLpTcYGnhEM6tfYc5WjYaz5xadL3ow=";
hash = "sha256-Fd8r2+jV4YSuYu6zUl0fDjEdUGkzuHckR+PTSEyoXio=";
};
buildInputs = [ buildbot-pkg ];
@ -129,7 +128,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-X1gPrwkHVdOdOpu/rVnAn5aZPbhye27udkfzI3aY+WI=";
hash = "sha256-LzsdHTABtHJzEfkyJ6LbmLE0QmKA3DVjY8VP90O3jT4=";
};
buildInputs = [ buildbot-pkg ];
@ -151,7 +150,7 @@
src = fetchPypi {
inherit pname version;
hash = "sha256-OXzgS+duQaDR8+lUzSnR85PIIIe9om/lvP9czRE1Ih0=";
hash = "sha256-tVMXGYTZlkchfeEcHh3B/wGEZb8xUemtnbFzX65tvb8=";
};
buildInputs = [ buildbot-pkg ];

View File

@ -27,7 +27,7 @@ buildPythonPackage (rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-aAwrIYJRNbvZEV3kkCWnfyuZAMeyynZkOkxQ0wDatxU=";
hash = "sha256-jihAPEzeegUEa/BZ93De7728IXjL7BkrwfPk5G6rnUw=";
};
postPatch = ''