Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
buildbot
Commits:
4c693eda by Chih-Hsuan Yen at 2024-12-02T00:17:59+08:00
upgpkg: 4.1.0-2; Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = buildbot
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://buildbot.net
arch = any
license = GPL-2.0-only
@@ -59,7 +59,7 @@ pkgbase = buildbot
pkgname = buildbot
pkgdesc = The Continuous Integration Framework
- depends = buildbot-common=4.1.0-1
+ depends = buildbot-common=4.1.0-2
depends = python
depends = python-twisted
depends = python-treq
@@ -102,7 +102,7 @@ pkgname = buildbot
pkgname = buildbot-worker
pkgdesc = Buildbot worker daemon
- depends = buildbot-common=4.1.0-1
+ depends = buildbot-common=4.1.0-2
depends = python
depends = python-twisted
depends = python-autobahn
@@ -119,7 +119,7 @@ pkgname = buildbot-common
pkgname = python-buildbot-www
pkgdesc = Buildbot UI
depends = python
- depends = buildbot=4.1.0-1
+ depends = buildbot=4.1.0-2
optdepends = python-buildbot-waterfall-view
optdepends = python-buildbot-console-view
optdepends = python-buildbot-grid-view
@@ -127,34 +127,34 @@ pkgname = python-buildbot-www
pkgname = python-buildbot-www-react
pkgdesc = React-based Buildbot UI (experimental)
- depends = python-buildbot-www=4.1.0-1
+ depends = python-buildbot-www=4.1.0-2
pkgname = python-buildbot-waterfall-view
pkgdesc = Buildbot Waterfall View plugin
- depends = buildbot=4.1.0-1
- depends = python-buildbot-www=4.1.0-1
+ depends = buildbot=4.1.0-2
+ depends = python-buildbot-www=4.1.0-2
pkgname = python-buildbot-console-view
pkgdesc = Buildbot Console View plugin
- depends = buildbot=4.1.0-1
- depends = python-buildbot-www=4.1.0-1
+ depends = buildbot=4.1.0-2
+ depends = python-buildbot-www=4.1.0-2
pkgname = python-buildbot-grid-view
pkgdesc = Buildbot Grid View plugin
- depends = buildbot=4.1.0-1
- depends = python-buildbot-www=4.1.0-1
+ depends = buildbot=4.1.0-2
+ depends = python-buildbot-www=4.1.0-2
pkgname = python-buildbot-wsgi-dashboards
pkgdesc = Buildbot plugin to integrate flask or bottle dashboards to
buildbot UI
- depends = buildbot=4.1.0-1
- depends = python-buildbot-www=4.1.0-1
+ depends = buildbot=4.1.0-2
+ depends = python-buildbot-www=4.1.0-2
depends = python-twisted
pkgname = python-buildbot-badges
pkgdesc = Buildbot badges
depends = python
- depends = buildbot=4.1.0-1
- depends = python-buildbot-www=4.1.0-1
+ depends = buildbot=4.1.0-2
+ depends = python-buildbot-www=4.1.0-2
depends = python-klein
depends = python-cairosvg
depends = python-cairocffi
@@ -164,16 +164,16 @@ pkgname = python-buildbot-badges
pkgname = python-buildbot-react-waterfall-view
pkgdesc = Buildbot Waterfall View plugin (React)
- depends = python-buildbot-waterfall-view=4.1.0-1
+ depends = python-buildbot-waterfall-view=4.1.0-2
pkgname = python-buildbot-react-console-view
pkgdesc = Buildbot Console View plugin (React)
- depends = python-buildbot-console-view=4.1.0-1
+ depends = python-buildbot-console-view=4.1.0-2
pkgname = python-buildbot-react-grid-view
pkgdesc = Buildbot Grid View plugin (React)
- depends = python-buildbot-grid-view=4.1.0-1
+ depends = python-buildbot-grid-view=4.1.0-2
pkgname = python-buildbot-react-wsgi-dashboards
pkgdesc = Buildbot plugin to integrate flask or bottle dashboards to
buildbot UI (React)
- depends = python-buildbot-wsgi-dashboards=4.1.0-1
+ depends = python-buildbot-wsgi-dashboards=4.1.0-2
=====================================
PKGBUILD
=====================================
@@ -15,7 +15,7 @@ pkgname=(buildbot buildbot-worker buildbot-docs
buildbot-common
# https://github.com/buildbot/buildbot/releases
pkgver=4.1.0
_bb_contrib_commit=cc230791dcd4717830d4dcb62843c0a19bdf3262
-pkgrel=1
+pkgrel=2
arch=(any)
url='https://buildbot.net'
# https://github.com/buildbot/buildbot/blob/v3.10.1/master/setup.py says
GPLv2, and does not mention "any later version"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/commit/4c693eda160f69506436554dfb1eb0dc4efc1f05
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/commit/4c693eda160f69506436554dfb1eb0dc4efc1f05
You're receiving this email because of your account on gitlab.archlinux.org.