[arch-commits] Commit in python-buildbot-pkg/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Mon May 6 13:01:20 UTC 2019
Date: Monday, May 6, 2019 @ 13:01:20
Author: yan12125
Revision: 460854
upgpkg: python-buildbot-pkg 2.3.0-1
* Checked the new GPG key on https://api.github.com/users/p12tic/gpg_keys
* Node.js 10+ is now compatible [1]
* python2 was included in dependencies for native modules in buildbot-www. Apparently native modules are gone.
[1] https://github.com/buildbot/guanlecoja/commit/63250c713cef7775bdc7cda1db6ad6d9fa741a48#diff-8ee2343978836a779dc9f8d6b794c3b2L4429
Modified:
python-buildbot-pkg/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-06 12:58:30 UTC (rev 460853)
+++ PKGBUILD 2019-05-06 13:01:20 UTC (rev 460854)
@@ -5,18 +5,18 @@
pkgname=python-buildbot-pkg
pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
arch=(any)
url='https://buildbot.net'
license=(GPL2)
-# Use Node.js 8 as www plugins do not build with Node.js 10.14.2 and 11 (https://github.com/buildbot/buildbot/issues/4382)
-depends=(python-setuptools nodejs-lts-carbon yarn python2)
+depends=(python-setuptools yarn)
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb'
+sha256sums=('eb57afd7f8005b84bc345903211e4a3ff1a4d6a162eb55a37ab9bd445044476e'
'SKIP')
validpgpkeys=(
- '390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <tardyp at gmail.com>
+ '390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <tardyp at gmail.com> (@tardyp on GitHub)
+ 'FD0004A26EADFE43A4C3F249C6F7AE200374452D' # Povilas Kanapickas <povilas at radix.lt> (@p12tic on GitHub)
)
build() {
More information about the arch-commits
mailing list