buildbot: 2.1.0 -> 2.3.0 (#61723)

This commit is contained in:
Ben Wolsieffer
2019-05-19 19:22:14 -04:00
committed by Dmitry Kalinkin
parent 68d0d556b9
commit f6d2df3f2a
4 changed files with 14 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildPythonPackage, /*fetchPypi,*/ fetchFromGitHub, makeWrapper, isPy3k,
{ stdenv, lib, buildPythonPackage, fetchPypi, makeWrapper, isPy3k,
python, twisted, jinja2, zope_interface, future, sqlalchemy,
sqlalchemy_migrate, dateutil, txaio, autobahn, pyjwt, pyyaml, treq,
txrequests, txgithub, pyjade, boto3, moto, mock, python-lz4, setuptoolsTrial,
@@ -25,21 +25,12 @@ let
package = buildPythonPackage rec {
pname = "buildbot";
version = "2.1.0";
version = "2.3.0";
/*src = fetchPypi {
src = fetchPypi {
inherit pname version;
sha256 = "1745hj9s0c0fcdjv6w05bma76xqg1fv42v0dslmi4d8yz9phf37w";
};*/
# Temporarily use GitHub source because PyPi archive is missing some files
# needed for the tests to pass. This has been fixed upstream.
# See: https://github.com/buildbot/buildbot/commit/30f5927cf9a80f98ed909241a149469dec3ce68d
src = fetchFromGitHub {
owner = "buildbot";
repo = "buildbot";
rev = "v${version}";
sha256 = "022ybhdvp0hp2z0cwgx7n41jyh56bpxj3fwm4z7ppzj1qhm7lb65";
} + "/master";
sha256 = "1fdahbpihs93pj640y2079yilca6w7vlwirfcz221885ih148257";
};
propagatedBuildInputs = [
# core