buildbot: update to 0.8.10.
This commit is contained in:
parent
aff7a50d86
commit
c5da876c68
|
@ -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:
|
|
@ -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 <xtraeme@gmail.com>"
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue