diff --git a/srcpkgs/buildbot/patches/disable-sqlalchemy-version-check.patch b/srcpkgs/buildbot/patches/disable-sqlalchemy-version-check.patch deleted file mode 100644 index a5d2947a003..00000000000 --- a/srcpkgs/buildbot/patches/disable-sqlalchemy-version-check.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- buildbot/db/enginestrategy.py.orig -+++ buildbot/db/enginestrategy.py -@@ -174,9 +174,6 @@ class BuildbotEngineStrategy(strategies. - - if version_tup < (0, 6): - raise RuntimeError("SQLAlchemy version %s is too old" % (version,)) -- if version_tup > (0, 7, 10): -- raise RuntimeError("SQLAlchemy version %s is not supported by " -- "SQLAlchemy-Migrate" % (version,)) - - def create(self, name_or_url, **kwargs): - if 'basedir' not in kwargs: diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index bb50c100302..bbad57ba15f 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,7 +1,7 @@ # Template file for 'buildbot' pkgname=buildbot -version=0.8.9 -revision=3 +version=0.8.10 +revision=1 noarch=yes build_style=python-module hostmakedepends="python" @@ -13,14 +13,13 @@ maintainer="Juan RP " homepage="http://buildbot.net/" license="GPL-2" distfiles="https://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=6b9e465e6d4825fe1f09d28505318fdb1a75b283c80a140af0f2e2a5039cfa8a +checksum=c4964d2ebd81cb80a14cb058fb2aab0572a1d8d86672d514e775b42deb08a5f4 pre_install() { cd ${wrksrc}/contrib sed -i 's,#!/usr/local/bin/python,#!/usr/bin/python,' bk_buildbot.py sed -i 's,#!/usr/bin/env jython,#!/usr/bin/env python,' run_maxq.py } - post_install() { # Install all contrib modules. local contribdir=${DESTDIR}/usr/share/buildbot/contrib