buildbot: 2.8.4 -> 2.9.0
This commit is contained in:
parent
d47d113004
commit
f44481ffbc
4 changed files with 12 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, lib, buildPythonPackage, fetchPypi, fetchpatch, makeWrapper, isPy3k,
|
{ stdenv, lib, buildPythonPackage, fetchPypi, makeWrapper, isPy3k,
|
||||||
python, twisted, jinja2, zope_interface, future, sqlalchemy,
|
python, twisted, jinja2, zope_interface, future, sqlalchemy,
|
||||||
sqlalchemy_migrate, dateutil, txaio, autobahn, pyjwt, pyyaml, treq,
|
sqlalchemy_migrate, dateutil, txaio, autobahn, pyjwt, pyyaml, treq,
|
||||||
txrequests, pyjade, boto3, moto, mock, python-lz4, setuptoolsTrial,
|
txrequests, pypugjs, boto3, moto, mock, python-lz4, setuptoolsTrial,
|
||||||
isort, pylint, flake8, buildbot-worker, buildbot-pkg, buildbot-plugins,
|
isort, pylint, flake8, buildbot-worker, buildbot-pkg, buildbot-plugins,
|
||||||
parameterized, git, openssh, glibcLocales, nixosTests }:
|
parameterized, git, openssh, glibcLocales, nixosTests }:
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@ let
|
||||||
|
|
||||||
package = buildPythonPackage rec {
|
package = buildPythonPackage rec {
|
||||||
pname = "buildbot";
|
pname = "buildbot";
|
||||||
version = "2.8.4";
|
version = "2.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0i2sbxhsqyk2yr234il0zsyp1rf2v1l5hmzvw0yrgds6jpr19cqv";
|
sha256 = "083aw1h35llx183n66a57565pphk28aqwvxk4hf7bxyjj8qq4k5j";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -51,7 +51,7 @@ let
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
treq
|
treq
|
||||||
txrequests
|
txrequests
|
||||||
pyjade
|
pypugjs
|
||||||
boto3
|
boto3
|
||||||
moto
|
moto
|
||||||
mock
|
mock
|
||||||
|
@ -73,13 +73,6 @@ let
|
||||||
# This patch disables the test that tries to read /etc/os-release which
|
# This patch disables the test that tries to read /etc/os-release which
|
||||||
# is not accessible in sandboxed builds.
|
# is not accessible in sandboxed builds.
|
||||||
./skip_test_linux_distro.patch
|
./skip_test_linux_distro.patch
|
||||||
|
|
||||||
# fix compatibility with the latest SQLAlchemy
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/buildbot/buildbot/commit/96f3cd1c5f5c82b733baecb133576366ecf544fc.patch";
|
|
||||||
sha256 = "0n1jm13h08j7ksbs8ixayn3wziq5hzyp3kscz9fpgxd8gl885y5n";
|
|
||||||
stripLen = 1;
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -6,7 +6,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1p9qnrqx72y4jrhawgbpwisgily7zg4rh39hpky4x56d5afvjgqc";
|
sha256 = "0f3rbg0xb58pmb60m4471qf45xd8y6g1s1vcng63y4yvac25600r";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1hi44jbnafp7iqncad01hwr087aqmdszvc2if0d9gw6bm159zf4s";
|
sha256 = "01b9clm3lyfzhhr124x2x2wgc2q8v4zdvr339xhzflkspqhzckr6";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove unneccessary circular dependency on buildbot
|
# Remove unneccessary circular dependency on buildbot
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1vkh4kdlnm9z5r62b4vxx6qxc90g65gm1m4qxfc6xjk1265i1w6h";
|
sha256 = "0yzs3f185ijiaapcy7dznyr6191pixfy6l0qz3pkdbs5wdqgncdz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ buildbot-pkg ];
|
buildInputs = [ buildbot-pkg ];
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0v94p1m9fb6m6ik5xyi7bs4jrsgvnyf3sl7f4w1qmb24xc47k2gj";
|
sha256 = "1a8s0n5cava84nn45wjd35wnal86g2jhr6fbys0pp9ky7khhk5lb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ buildbot-pkg ];
|
buildInputs = [ buildbot-pkg ];
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "13bg289al6dmyrin3l6ih3sk7hm660m69kls3kpagg6j6nmpa5wz";
|
sha256 = "00qwqg2wvf2gbq1dghwnck6y451a1635qs1xirag5vza19b9fy92";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ buildbot-pkg ];
|
buildInputs = [ buildbot-pkg ];
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "11cr7m7m8ah8qqjcqj7qvjjak62cx1sq41cazd4i3r07dyhc3ypn";
|
sha256 = "0lnr25ss54fqdikz05466w8nn2zp94myswh4n1gkysix0chmpxxd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ buildbot-pkg ];
|
buildInputs = [ buildbot-pkg ];
|
||||||
|
|
|
@ -7,7 +7,7 @@ buildPythonPackage (rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1v1bcc2m4pz90rsh5pjb9m9agkvhqdk1viyf64gi1h85h191vkib";
|
sha256 = "07rn8qzrvv3ickrzd8rjyd9660x9hv1d16rndzi3a1kp8hw49ni0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ twisted future ];
|
propagatedBuildInputs = [ twisted future ];
|
||||||
|
|
Loading…
Reference in a new issue