pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 19 19:07:19 UTC 2020

Modified Files:
        pkgsrc/devel/py-buildbot: Makefile PLIST distinfo
        pkgsrc/devel/py-buildbot-console-view: Makefile PLIST distinfo
        pkgsrc/devel/py-buildbot-grid-view: Makefile PLIST distinfo
        pkgsrc/devel/py-buildbot-pkg: Makefile distinfo
        pkgsrc/devel/py-buildbot-waterfall-view: Makefile PLIST distinfo
        pkgsrc/devel/py-buildbot-worker: Makefile PLIST distinfo
        pkgsrc/devel/py-buildbot-www: Makefile PLIST distinfo

Log Message:
py-buildbot*: updated to 2.6.0

v2.6.0

Bug fixes

Fix a potential deadlock when interrupting a step that is waiting for a lock to become available.
Prepare unique hgpoller name when using multiple hgpoller for multiple branches
Fix hgpoller crash when force pushing a branch
Fix mail recipient formatting to make sure address comments are separately escaped instead of escaping the whole To: or CC: header, which is not RFC compliant.
Master side keep-alive requests are now repeated instead of being single-shot
The message queues will now wait until the delivered callbacks are fully completed during shutdown.
Fix encoding errors during P4Poller ticket parsing.
Remove server header from HTTP response served by the web component.
Fix multiple race conditions in Telegram reporter that were visible in tests.
The Telegram reporter will now wait until in-progress polls finish during shutdown.
Improve reliability of timed scheduler.
transfer steps now correctly report errors from workers.
Warn if Buildbot title in the configuration is too long and will be ignored.
Worker will now wait for any pending keep-alive requests to finish leaving them in indeterminate state during shutdown.

Improved Documentation

Mention that QueueRef.stopConsuming() may return a Deferred.

Features

Add the parameter --use-tls to buildbot-worker create-worker to automatically enable TLS in the connection string
Gerrit reporter now passes a tag for versions that support it.
This enables filtering out buildbot's messages.
GerritEventLogPoller and GerritChangeSource coordinate so as not to generate duplicate changes.
Web front end now allows you to configure the default landing page with c['www']['default_page'] = 'name-of-page'.
The new option dumpMailsToLog of MailNotifier allows to dump formatted mails to the log before sending.
Workers will now attempt to read /etc/os-release and stores them into worker info as os_<field> items.
Add new interpolation worker that can be used for accessing worker info items.

v2.5.1

Bug fixes

Updates supported browser list so that Ubuntu Chromium will not always be flagged as out of date.
Fixed IRC notification color of cancelled builds.
Updated url in description of worker service for Windows (no functionality impact).
Updated templates of www-badges to support additional padding configuration
Fix issue with custom_templates loading path
Fix url display when step do not contain any logs

v2.5.0

Bug fixes

Fix crash when reconfiguring changed workers that have new builders assigned to them
DockerLatentWorker: Allow to bind the same volume twice into a worker's container, Buildbot now requires 'docker-py' (nowadays 'docker') version 1.2.3+ from 2015.
IRC bot can have authz configured to create or stop builds
Fix javascript exception with grid view tag filtering

Improved Documentation

Changed PluginList link from trac wiki directly to the GitHub wiki.

Features

Created a TelegramBot for notification and control through Telegram messaging app.
Added support for environment variable P4CONFIG to class P4Source
Allow to define behavior for GitCommit when there is nothing to commit.
Add support for revision links to Mercurial poller
Support recursive matching ('**') in MultipleFileUpload when glob=True (requires python3.5+ on the worker)

v2.4.1

Bug fixes

allow committer of a change to be null for new setups
custom_templates are now working again.
Locks will no longer allow being acquired more times than the maxCount parameter if this parameter is changed during master reconfiguration.

Features

Improve log cleaning performance by using delete with join on supported databases.
Hiding/showing of inactive builders is now possible in Waterfall view.

v2.4.0

Highlights

Database upgrade may take a while on larger instances on this release due to newly added index.

Bug fixes

Add an index to steps.started_at to boost expensive SQL queries.
Fix handling of the refs_changed event in the BitBucket Server web hook.
Fix errors when disconnecting a libvirt worker (issue 4844).
Fix Bitbucket Cloud hook crash due to changes in their API (issue 4873).
Fix GerritEventLogPoller was using the wrong date format.
Fix janitor Exception when there is no logchunk to delete.
Reduced the number of SQL queries triggered by getPrevSuccessfulBuild() by up to 100.
buildbot.util.git.GitStepMixin: Prevent builders from corrupting temporary ssh data path by using builder name as part of the path
buildbot.util.git.GitTag: Allow tagName to be a renderable.
Fix Github error reporting to handle exceptions that happen before the HTTP request is sent.
buildbot.changes.gitpoller.GitPoller: Trigger on pushes with no commits when the new revision is not the tip of another branch.
buildbot.steps.source.git.Git: Fix the invocation of git submodule foreach on cleaning.
Fix StatsService not correctly clearing old consumers on reconfig.
Fix various errors in try client with Python 3 (issue 4765).
Prevent accidental start of multiple force builds in web UI (issue 4823).
The support for proxying Buildbot frontend to another Buildbot instance during development has been fixed.
This feature has been broken since v2.3.0, and is now completely re-implemented for best performance, ease of use and maintainability.

Improved Documentation

Document why some listed icons may not work out-of-the-box when building a custom dashboard (issue 4939).
Improve Vault secrets management documentation and examples.
Link the documentation of www.port to the capabilities of twisted.application.strports.
Move the documentation on how to submit PRs out of the trac wiki to the documentation shipped with Buildbot, update and enhance it.

Features

Update buildbot worker image to Ubuntu 18.04 (issue 4928).
buildbot.worker.docker.DockerLatentWorker: Added support for docker build contexts, buildargs, and specifying controlling context.
The buildbot.changes.gerritchangesource.GerritChangeFilter and buildbot.changes.gerritchangesource.GerritEventLogPoller now populate the files attribute of emitted changes when the get_files argument 
is true. Enabling this feature triggers an additional HTTP request or SSH command to the Gerrit server for every emitted change.
Buildbot now warns users who connect using unsupported browsers.
Boost janitor speed by using more efficient SQL queries.
Scheduler properties are now renderable.
buildbot.steps.python.Sphinx: Added strict_warnings option to fail on warnings.
UI now shows a paginated view for trigger step sub builds.

Deprecations and Removals

Support for older browsers that were not working since 2.3.0 has been removed due to technical limitations.
Notably, Internet Explorer 11 is no longer supported.
Currently supported browsers are Chrome 56, Firefox 52, Edge 13 and Safari 10, newer versions of these browsers and their compatible derivatives.
This set of browsers covers 98% of users of buildbot.net.

v2.3.1

Bug fixes

Fix vulnerability in OAuth where user-submitted authorization token was used for authentication
(https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication). Thanks to Phillip Kuhrt for reporting it.

v2.3.0

Highlights

Support for older browsers has been hopefully temporarily broken due to frontend changes in progress. Notably, Internet Explorer 11 is not supported in this release. Currently supported browsers are 
Chrome 56, Firefox 52, Edge 13 and Safari 10, newer versions of these browsers and their compatible derivatives. This set of browsers covers 98% of users of buildbot.net.

Bug fixes

Fixed :bb:step:Git to clean the repository after the checkout when submodules are enabled. Previously this action could lead to untracked module directories after changing branches.
Latent workers with negative build_wait_timeout will be shutdown on master shutdown.
Latent worker will now wait until start_instance() before starting stop_instance() or vice-versa. Master will wait for these functions to finish during shutdown.
Latent worker will now correctly handle synchronous exception from the backend worker driver.
Fixed a potential error during database migration when upgrading to versions >=2.0

Deprecations and Removals

The implementation language of the Buildbot web frontend has been changed from CoffeeScript to JavaScript. The documentation has not been updated yet, as we plan to transition to TypeScript. In the 
transitory period support for some browsers, notably IE 11 has been dropped. We hope to bring support for older browsers back once the transitory period is over.
The support for building Buildbot using npm as package manager has been removed. Please use yarn as a replacement that is used by Buildbot developers.

v2.2.0

Bug fixes

Fix passing the verify and debug parameters for the HttpStatusPush reporter
The builder page UI now correctly shows the list of owners for each build.
Fixed bug with tilde in git repo url on Python 3.7
Fix secret leak when non-interpolated secret was passed to a step

Features

Added new :bb:step:GitCommit step to perform git commit operation
Added new :bb:step:GitTag step to perform git tag operation
HgPoller now supports bookmarks in addition to branches.
Buildbot can now monitor multiple branches in a Mercurial repository.
:py:class:~buildbot.www.oauth2.OAuth2Auth have been adapted to support ref:Secret.
Buildbot can now get secrets from the unix password store by zx2c4 (https://www.passwordstore.org/).
Added a basename property to the Github pull request webhook handler.
The GitHub change hook secret can now be rendered.
Each build now gets a preparation step which counts the time spend starting latent worker.
Support known_hosts file format as sshKnownHosts parameter in SSH-related operations

v2.1.0

Highlights

Worker to Master protocol can now be encrypted via TLS.

Bug fixes

To avoid database corruption, the upgrade-master command now ignores all
signals except SIGKILL. It cannot be interrupted with ctrl-c
(:issue:4600).
Fixed incorrect tracking of latent worker states that could sometimes result
in duplicate stop_instance calls and so on.
Fixed a race condition that could manifest in cancelled substantiations if
builds were created during insubstantiation of a latent worker.
Perforce CLI Rev. 2018.2/1751184 (2019/01/21) is now supported
Fix encoding issues with Forcescheduler parameters error management code.

Improved Documentation

fix grammar mistakes and use Uppercase B for Buildbot
Features

:py:class:~buildbot-worker.buildbot_worker.bot.Worker now have
connection_string kw-argument which can be used to connect to a master
over TLS.
Adding 'expand_logs' option for LogPreview related settings.
Force schedulers buttons are now sorted by their name.
:bb:cfg:workers now have a new defaultProperties parameter.

v2.0.0

Deprecations and Removals

Removed support for Python 2.7 in the buildbot master code.
Buildbot worker remains compatible with python2.7, and interoperability tests are run continuously.
APIs that are not documented in the official Buildbot documentation have been
made private. Users of these undocumented APIs are encouraged to file bugs to
get them exposed.
Removed support of old slave APIs from pre-0.9 days. Using old APIs may fail
silently. To avoid weird errors when upgrading a Buildbot installation that
may use old APIs, first upgrade to to 1.8.0 and make sure there are no
deprecated API warnings.
Remove deprecated default value handling of the keypair_name and
security_name attributes of EC2LatentWorker.
Support for Hyper.sh containers cloud provider has been removed as this
service has shutdown.
Bug fixes

Fix CRLF injection vulnerability with validating user provided redirect parameters (https://github.com/buildbot/buildbot/wiki/CRLF-injection-in-Buildbot-login-and-logout-redirect-code)
Thanks to mik317 and mariadb for reporting it.

Fix lockup during master shutdown when there's a build with unanswered ping
from the worker and the TCP connection to worker is severed (issue:4575).

Fix RemoteUserAuth.maybeAutLogin consumes bytes object as str leading to
TypeError during JSON serialization.

Various database integrity problems were fixed. Most notably, it is now
possible to delete old changes without wiping all "child" changes in cascade

The GitLab change hook secret is now rendered correctly.

Features

Identifiers can now contain UTF-8 characters which are not ASCII. This
includes worker names, builder names, and step names.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-buildbot/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-buildbot/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-console-view/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-console-view/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-console-view/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-grid-view/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-grid-view/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-grid-view/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-pkg/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-pkg/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-waterfall-view/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-waterfall-view/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-waterfall-view/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-buildbot-worker/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-buildbot-worker/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-worker/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-buildbot-www/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-www/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-www/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-buildbot/Makefile
diff -u pkgsrc/devel/py-buildbot/Makefile:1.22 pkgsrc/devel/py-buildbot/Makefile:1.23
--- pkgsrc/devel/py-buildbot/Makefile:1.22      Thu Sep 26 10:30:33 2019
+++ pkgsrc/devel/py-buildbot/Makefile   Wed Feb 19 19:07:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/09/26 10:30:33 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/02/19 19:07:18 adam Exp $
 
-DISTNAME=      buildbot-1.5.0
+DISTNAME=      buildbot-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot/}
@@ -13,24 +13,23 @@ LICENSE=    gnu-gpl-v2
 DEPENDS+=      ${PYPKGPREFIX}-JWT-[0-9]*:../../textproc/py-JWT
 DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=8.0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=1.1.0:../../databases/py-sqlalchemy
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-migrate
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface>=4.1.1:../../devel/py-ZopeInterface
+TEST_DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
 TEST_DEPENDS+= ${PYPKGPREFIX}-jade-[0-9]*:../../textproc/py-jade
 TEST_DEPENDS+= ${PYPKGPREFIX}-lz4-[0-9]*:../../archivers/py-lz4
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
-TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
+TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
 TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
-TEST_DEPENDS+= ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
 TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-buildbot/PLIST
diff -u pkgsrc/devel/py-buildbot/PLIST:1.7 pkgsrc/devel/py-buildbot/PLIST:1.8
--- pkgsrc/devel/py-buildbot/PLIST:1.7  Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot/PLIST      Wed Feb 19 19:07:18 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/11/15 14:14:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/02/19 19:07:18 adam Exp $
 bin/buildbot-${PYVERSSUFFIX}
 bin/buildbot_windows_service-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -11,25 +11,12 @@ ${PYSITELIB}/buildbot/VERSION
 ${PYSITELIB}/buildbot/__init__.py
 ${PYSITELIB}/buildbot/__init__.pyc
 ${PYSITELIB}/buildbot/__init__.pyo
-${PYSITELIB}/buildbot/buildbot.png
 ${PYSITELIB}/buildbot/buildbot_net_usage_data.py
 ${PYSITELIB}/buildbot/buildbot_net_usage_data.pyc
 ${PYSITELIB}/buildbot/buildbot_net_usage_data.pyo
 ${PYSITELIB}/buildbot/buildrequest.py
 ${PYSITELIB}/buildbot/buildrequest.pyc
 ${PYSITELIB}/buildbot/buildrequest.pyo
-${PYSITELIB}/buildbot/buildslave/__init__.py
-${PYSITELIB}/buildbot/buildslave/__init__.pyc
-${PYSITELIB}/buildbot/buildslave/__init__.pyo
-${PYSITELIB}/buildbot/buildslave/ec2.py
-${PYSITELIB}/buildbot/buildslave/ec2.pyc
-${PYSITELIB}/buildbot/buildslave/ec2.pyo
-${PYSITELIB}/buildbot/buildslave/libvirt.py
-${PYSITELIB}/buildbot/buildslave/libvirt.pyc
-${PYSITELIB}/buildbot/buildslave/libvirt.pyo
-${PYSITELIB}/buildbot/buildslave/openstack.py
-${PYSITELIB}/buildbot/buildslave/openstack.pyc
-${PYSITELIB}/buildbot/buildslave/openstack.pyo
 ${PYSITELIB}/buildbot/changes/__init__.py
 ${PYSITELIB}/buildbot/changes/__init__.pyc
 ${PYSITELIB}/buildbot/changes/__init__.pyo
@@ -87,9 +74,6 @@ ${PYSITELIB}/buildbot/clients/tryclient.
 ${PYSITELIB}/buildbot/clients/usersclient.py
 ${PYSITELIB}/buildbot/clients/usersclient.pyc
 ${PYSITELIB}/buildbot/clients/usersclient.pyo
-${PYSITELIB}/buildbot/compat.py
-${PYSITELIB}/buildbot/compat.pyc
-${PYSITELIB}/buildbot/compat.pyo
 ${PYSITELIB}/buildbot/config.py
 ${PYSITELIB}/buildbot/config.pyc
 ${PYSITELIB}/buildbot/config.pyo
@@ -186,9 +170,6 @@ ${PYSITELIB}/buildbot/db/builds.pyo
 ${PYSITELIB}/buildbot/db/buildsets.py
 ${PYSITELIB}/buildbot/db/buildsets.pyc
 ${PYSITELIB}/buildbot/db/buildsets.pyo
-${PYSITELIB}/buildbot/db/buildslaves.py
-${PYSITELIB}/buildbot/db/buildslaves.pyc
-${PYSITELIB}/buildbot/db/buildslaves.pyo
 ${PYSITELIB}/buildbot/db/changes.py
 ${PYSITELIB}/buildbot/db/changes.pyc
 ${PYSITELIB}/buildbot/db/changes.pyo
@@ -250,6 +231,18 @@ ${PYSITELIB}/buildbot/db/migrate/version
 ${PYSITELIB}/buildbot/db/migrate/versions/051_add_worker_status.py
 ${PYSITELIB}/buildbot/db/migrate/versions/051_add_worker_status.pyc
 ${PYSITELIB}/buildbot/db/migrate/versions/051_add_worker_status.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/052_cascading_set_null.py
+${PYSITELIB}/buildbot/db/migrate/versions/052_cascading_set_null.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/052_cascading_set_null.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/053_add_changes_committer.py
+${PYSITELIB}/buildbot/db/migrate/versions/053_add_changes_committer.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/053_add_changes_committer.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/054_add_index_to_steps.py
+${PYSITELIB}/buildbot/db/migrate/versions/054_add_index_to_steps.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/054_add_index_to_steps.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/055_fix_changes_committer.py
+${PYSITELIB}/buildbot/db/migrate/versions/055_fix_changes_committer.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/055_fix_changes_committer.pyo
 ${PYSITELIB}/buildbot/db/migrate/versions/__init__.py
 ${PYSITELIB}/buildbot/db/migrate/versions/__init__.pyc
 ${PYSITELIB}/buildbot/db/migrate/versions/__init__.pyo
@@ -298,6 +291,21 @@ ${PYSITELIB}/buildbot/interfaces.pyo
 ${PYSITELIB}/buildbot/locks.py
 ${PYSITELIB}/buildbot/locks.pyc
 ${PYSITELIB}/buildbot/locks.pyo
+${PYSITELIB}/buildbot/machine/__init__.py
+${PYSITELIB}/buildbot/machine/__init__.pyc
+${PYSITELIB}/buildbot/machine/__init__.pyo
+${PYSITELIB}/buildbot/machine/base.py
+${PYSITELIB}/buildbot/machine/base.pyc
+${PYSITELIB}/buildbot/machine/base.pyo
+${PYSITELIB}/buildbot/machine/generic.py
+${PYSITELIB}/buildbot/machine/generic.pyc
+${PYSITELIB}/buildbot/machine/generic.pyo
+${PYSITELIB}/buildbot/machine/latent.py
+${PYSITELIB}/buildbot/machine/latent.pyc
+${PYSITELIB}/buildbot/machine/latent.pyo
+${PYSITELIB}/buildbot/machine/manager.py
+${PYSITELIB}/buildbot/machine/manager.pyc
+${PYSITELIB}/buildbot/machine/manager.pyo
 ${PYSITELIB}/buildbot/manhole.py
 ${PYSITELIB}/buildbot/manhole.pyc
 ${PYSITELIB}/buildbot/manhole.pyo
@@ -310,15 +318,9 @@ ${PYSITELIB}/buildbot/monkeypatches/__in
 ${PYSITELIB}/buildbot/monkeypatches/decorators.py
 ${PYSITELIB}/buildbot/monkeypatches/decorators.pyc
 ${PYSITELIB}/buildbot/monkeypatches/decorators.pyo
-${PYSITELIB}/buildbot/monkeypatches/python14653.py
-${PYSITELIB}/buildbot/monkeypatches/python14653.pyc
-${PYSITELIB}/buildbot/monkeypatches/python14653.pyo
 ${PYSITELIB}/buildbot/monkeypatches/servicechecks.py
 ${PYSITELIB}/buildbot/monkeypatches/servicechecks.pyc
 ${PYSITELIB}/buildbot/monkeypatches/servicechecks.pyo
-${PYSITELIB}/buildbot/monkeypatches/twisted9127.py
-${PYSITELIB}/buildbot/monkeypatches/twisted9127.pyc
-${PYSITELIB}/buildbot/monkeypatches/twisted9127.pyo
 ${PYSITELIB}/buildbot/mq/__init__.py
 ${PYSITELIB}/buildbot/mq/__init__.pyc
 ${PYSITELIB}/buildbot/mq/__init__.pyo
@@ -403,9 +405,6 @@ ${PYSITELIB}/buildbot/process/remotetran
 ${PYSITELIB}/buildbot/process/results.py
 ${PYSITELIB}/buildbot/process/results.pyc
 ${PYSITELIB}/buildbot/process/results.pyo
-${PYSITELIB}/buildbot/process/slavebuilder.py
-${PYSITELIB}/buildbot/process/slavebuilder.pyc
-${PYSITELIB}/buildbot/process/slavebuilder.pyo
 ${PYSITELIB}/buildbot/process/subunitlogobserver.py
 ${PYSITELIB}/buildbot/process/subunitlogobserver.pyc
 ${PYSITELIB}/buildbot/process/subunitlogobserver.pyo
@@ -472,6 +471,9 @@ ${PYSITELIB}/buildbot/reporters/pushover
 ${PYSITELIB}/buildbot/reporters/stash.py
 ${PYSITELIB}/buildbot/reporters/stash.pyc
 ${PYSITELIB}/buildbot/reporters/stash.pyo
+${PYSITELIB}/buildbot/reporters/telegram.py
+${PYSITELIB}/buildbot/reporters/telegram.pyc
+${PYSITELIB}/buildbot/reporters/telegram.pyo
 ${PYSITELIB}/buildbot/reporters/templates/default_mail.txt
 ${PYSITELIB}/buildbot/reporters/templates/default_notification.txt
 ${PYSITELIB}/buildbot/reporters/templates/missing_mail.txt
@@ -482,6 +484,9 @@ ${PYSITELIB}/buildbot/reporters/utils.py
 ${PYSITELIB}/buildbot/reporters/words.py
 ${PYSITELIB}/buildbot/reporters/words.pyc
 ${PYSITELIB}/buildbot/reporters/words.pyo
+${PYSITELIB}/buildbot/reporters/zulip.py
+${PYSITELIB}/buildbot/reporters/zulip.pyc
+${PYSITELIB}/buildbot/reporters/zulip.pyo
 ${PYSITELIB}/buildbot/revlinks.py
 ${PYSITELIB}/buildbot/revlinks.pyc
 ${PYSITELIB}/buildbot/revlinks.pyo
@@ -537,12 +542,12 @@ ${PYSITELIB}/buildbot/scripts/create_mas
 ${PYSITELIB}/buildbot/scripts/dataspec.py
 ${PYSITELIB}/buildbot/scripts/dataspec.pyc
 ${PYSITELIB}/buildbot/scripts/dataspec.pyo
+${PYSITELIB}/buildbot/scripts/devproxy.py
+${PYSITELIB}/buildbot/scripts/devproxy.pyc
+${PYSITELIB}/buildbot/scripts/devproxy.pyo
 ${PYSITELIB}/buildbot/scripts/logwatcher.py
 ${PYSITELIB}/buildbot/scripts/logwatcher.pyc
 ${PYSITELIB}/buildbot/scripts/logwatcher.pyo
-${PYSITELIB}/buildbot/scripts/processwwwindex.py
-${PYSITELIB}/buildbot/scripts/processwwwindex.pyc
-${PYSITELIB}/buildbot/scripts/processwwwindex.pyo
 ${PYSITELIB}/buildbot/scripts/reconfig.py
 ${PYSITELIB}/buildbot/scripts/reconfig.pyc
 ${PYSITELIB}/buildbot/scripts/reconfig.pyo
@@ -592,6 +597,9 @@ ${PYSITELIB}/buildbot/secrets/providers/
 ${PYSITELIB}/buildbot/secrets/providers/file.py
 ${PYSITELIB}/buildbot/secrets/providers/file.pyc
 ${PYSITELIB}/buildbot/secrets/providers/file.pyo
+${PYSITELIB}/buildbot/secrets/providers/passwordstore.py
+${PYSITELIB}/buildbot/secrets/providers/passwordstore.pyc
+${PYSITELIB}/buildbot/secrets/providers/passwordstore.pyo
 ${PYSITELIB}/buildbot/secrets/providers/vault.py
 ${PYSITELIB}/buildbot/secrets/providers/vault.pyc
 ${PYSITELIB}/buildbot/secrets/providers/vault.pyo
@@ -735,9 +743,6 @@ ${PYSITELIB}/buildbot/steps/shell.pyo
 ${PYSITELIB}/buildbot/steps/shellsequence.py
 ${PYSITELIB}/buildbot/steps/shellsequence.pyc
 ${PYSITELIB}/buildbot/steps/shellsequence.pyo
-${PYSITELIB}/buildbot/steps/slave.py
-${PYSITELIB}/buildbot/steps/slave.pyc
-${PYSITELIB}/buildbot/steps/slave.pyo
 ${PYSITELIB}/buildbot/steps/source/__init__.py
 ${PYSITELIB}/buildbot/steps/source/__init__.pyc
 ${PYSITELIB}/buildbot/steps/source/__init__.pyo
@@ -840,9 +845,9 @@ ${PYSITELIB}/buildbot/test/fake/fakestat
 ${PYSITELIB}/buildbot/test/fake/httpclientservice.py
 ${PYSITELIB}/buildbot/test/fake/httpclientservice.pyc
 ${PYSITELIB}/buildbot/test/fake/httpclientservice.pyo
-${PYSITELIB}/buildbot/test/fake/hyper.py
-${PYSITELIB}/buildbot/test/fake/hyper.pyc
-${PYSITELIB}/buildbot/test/fake/hyper.pyo
+${PYSITELIB}/buildbot/test/fake/kube.py
+${PYSITELIB}/buildbot/test/fake/kube.pyc
+${PYSITELIB}/buildbot/test/fake/kube.pyo
 ${PYSITELIB}/buildbot/test/fake/latent.py
 ${PYSITELIB}/buildbot/test/fake/latent.pyc
 ${PYSITELIB}/buildbot/test/fake/latent.pyo
@@ -852,12 +857,18 @@ ${PYSITELIB}/buildbot/test/fake/libvirt.
 ${PYSITELIB}/buildbot/test/fake/logfile.py
 ${PYSITELIB}/buildbot/test/fake/logfile.pyc
 ${PYSITELIB}/buildbot/test/fake/logfile.pyo
+${PYSITELIB}/buildbot/test/fake/machine.py
+${PYSITELIB}/buildbot/test/fake/machine.pyc
+${PYSITELIB}/buildbot/test/fake/machine.pyo
 ${PYSITELIB}/buildbot/test/fake/openstack.py
 ${PYSITELIB}/buildbot/test/fake/openstack.pyc
 ${PYSITELIB}/buildbot/test/fake/openstack.pyo
 ${PYSITELIB}/buildbot/test/fake/pbmanager.py
 ${PYSITELIB}/buildbot/test/fake/pbmanager.pyc
 ${PYSITELIB}/buildbot/test/fake/pbmanager.pyo
+${PYSITELIB}/buildbot/test/fake/private_tempdir.py
+${PYSITELIB}/buildbot/test/fake/private_tempdir.pyc
+${PYSITELIB}/buildbot/test/fake/private_tempdir.pyo
 ${PYSITELIB}/buildbot/test/fake/reactor.py
 ${PYSITELIB}/buildbot/test/fake/reactor.pyc
 ${PYSITELIB}/buildbot/test/fake/reactor.pyo
@@ -912,6 +923,9 @@ ${PYSITELIB}/buildbot/test/integration/i
 ${PYSITELIB}/buildbot/test/integration/interop/test_worker_reconnect.py
 ${PYSITELIB}/buildbot/test/integration/interop/test_worker_reconnect.pyc
 ${PYSITELIB}/buildbot/test/integration/interop/test_worker_reconnect.pyo
+${PYSITELIB}/buildbot/test/integration/pki/127.0.0.1.crt
+${PYSITELIB}/buildbot/test/integration/pki/127.0.0.1.key
+${PYSITELIB}/buildbot/test/integration/pki/ca/ca.crt
 ${PYSITELIB}/buildbot/test/integration/test_URLs.py
 ${PYSITELIB}/buildbot/test/integration/test_URLs.pyc
 ${PYSITELIB}/buildbot/test/integration/test_URLs.pyo
@@ -924,15 +938,9 @@ ${PYSITELIB}/buildbot/test/integration/t
 ${PYSITELIB}/buildbot/test/integration/test_customservices.py
 ${PYSITELIB}/buildbot/test/integration/test_customservices.pyc
 ${PYSITELIB}/buildbot/test/integration/test_customservices.pyo
-${PYSITELIB}/buildbot/test/integration/test_hyper.py
-${PYSITELIB}/buildbot/test/integration/test_hyper.pyc
-${PYSITELIB}/buildbot/test/integration/test_hyper.pyo
 ${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.py
 ${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.pyc
 ${PYSITELIB}/buildbot/test/integration/test_integration_force_with_patch.pyo
-${PYSITELIB}/buildbot/test/integration/test_integration_locks.py
-${PYSITELIB}/buildbot/test/integration/test_integration_locks.pyc
-${PYSITELIB}/buildbot/test/integration/test_integration_locks.pyo
 ${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.py
 ${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.pyc
 ${PYSITELIB}/buildbot/test/integration/test_integration_mastershell.pyo
@@ -948,30 +956,36 @@ ${PYSITELIB}/buildbot/test/integration/t
 ${PYSITELIB}/buildbot/test/integration/test_integration_with_secrets.py
 ${PYSITELIB}/buildbot/test/integration/test_integration_with_secrets.pyc
 ${PYSITELIB}/buildbot/test/integration/test_integration_with_secrets.pyo
-${PYSITELIB}/buildbot/test/integration/test_latent.py
-${PYSITELIB}/buildbot/test/integration/test_latent.pyc
-${PYSITELIB}/buildbot/test/integration/test_latent.pyo
+${PYSITELIB}/buildbot/test/integration/test_locks.py
+${PYSITELIB}/buildbot/test/integration/test_locks.pyc
+${PYSITELIB}/buildbot/test/integration/test_locks.pyo
 ${PYSITELIB}/buildbot/test/integration/test_log_finish.py
 ${PYSITELIB}/buildbot/test/integration/test_log_finish.pyc
 ${PYSITELIB}/buildbot/test/integration/test_log_finish.pyo
-${PYSITELIB}/buildbot/test/integration/test_marathon.py
-${PYSITELIB}/buildbot/test/integration/test_marathon.pyc
-${PYSITELIB}/buildbot/test/integration/test_marathon.pyo
 ${PYSITELIB}/buildbot/test/integration/test_master.py
 ${PYSITELIB}/buildbot/test/integration/test_master.pyc
 ${PYSITELIB}/buildbot/test/integration/test_master.pyo
 ${PYSITELIB}/buildbot/test/integration/test_notifier.py
 ${PYSITELIB}/buildbot/test/integration/test_notifier.pyc
 ${PYSITELIB}/buildbot/test/integration/test_notifier.pyo
+${PYSITELIB}/buildbot/test/integration/test_process_botmaster.py
+${PYSITELIB}/buildbot/test/integration/test_process_botmaster.pyc
+${PYSITELIB}/buildbot/test/integration/test_process_botmaster.pyo
 ${PYSITELIB}/buildbot/test/integration/test_stop_trigger.py
 ${PYSITELIB}/buildbot/test/integration/test_stop_trigger.pyc
 ${PYSITELIB}/buildbot/test/integration/test_stop_trigger.pyo
+${PYSITELIB}/buildbot/test/integration/test_telegram_bot.py
+${PYSITELIB}/buildbot/test/integration/test_telegram_bot.pyc
+${PYSITELIB}/buildbot/test/integration/test_telegram_bot.pyo
 ${PYSITELIB}/buildbot/test/integration/test_trigger.py
 ${PYSITELIB}/buildbot/test/integration/test_trigger.pyc
 ${PYSITELIB}/buildbot/test/integration/test_trigger.pyo
 ${PYSITELIB}/buildbot/test/integration/test_try_client.py
 ${PYSITELIB}/buildbot/test/integration/test_try_client.pyc
 ${PYSITELIB}/buildbot/test/integration/test_try_client.pyo
+${PYSITELIB}/buildbot/test/integration/test_try_client_e2e.py
+${PYSITELIB}/buildbot/test/integration/test_try_client_e2e.pyc
+${PYSITELIB}/buildbot/test/integration/test_try_client_e2e.pyo
 ${PYSITELIB}/buildbot/test/integration/test_upgrade.py
 ${PYSITELIB}/buildbot/test/integration/test_upgrade.pyc
 ${PYSITELIB}/buildbot/test/integration/test_upgrade.pyo
@@ -987,9 +1001,18 @@ ${PYSITELIB}/buildbot/test/integration/t
 ${PYSITELIB}/buildbot/test/integration/test_worker_comm.py
 ${PYSITELIB}/buildbot/test/integration/test_worker_comm.pyc
 ${PYSITELIB}/buildbot/test/integration/test_worker_comm.pyo
-${PYSITELIB}/buildbot/test/integration/test_worker_transition.py
-${PYSITELIB}/buildbot/test/integration/test_worker_transition.pyc
-${PYSITELIB}/buildbot/test/integration/test_worker_transition.pyo
+${PYSITELIB}/buildbot/test/integration/test_worker_kubernetes.py
+${PYSITELIB}/buildbot/test/integration/test_worker_kubernetes.pyc
+${PYSITELIB}/buildbot/test/integration/test_worker_kubernetes.pyo
+${PYSITELIB}/buildbot/test/integration/test_worker_latent.py
+${PYSITELIB}/buildbot/test/integration/test_worker_latent.pyc
+${PYSITELIB}/buildbot/test/integration/test_worker_latent.pyo
+${PYSITELIB}/buildbot/test/integration/test_worker_marathon.py
+${PYSITELIB}/buildbot/test/integration/test_worker_marathon.pyc
+${PYSITELIB}/buildbot/test/integration/test_worker_marathon.pyo
+${PYSITELIB}/buildbot/test/integration/test_worker_workerside.py
+${PYSITELIB}/buildbot/test/integration/test_worker_workerside.pyc
+${PYSITELIB}/buildbot/test/integration/test_worker_workerside.pyo
 ${PYSITELIB}/buildbot/test/integration/test_www.py
 ${PYSITELIB}/buildbot/test/integration/test_www.pyc
 ${PYSITELIB}/buildbot/test/integration/test_www.pyo
@@ -1209,6 +1232,18 @@ ${PYSITELIB}/buildbot/test/unit/test_db_
 ${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_051_add_workers_status.py
 ${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_051_add_workers_status.pyc
 ${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_051_add_workers_status.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_052_cascading_set_null.py
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_052_cascading_set_null.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_052_cascading_set_null.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_053_add_changes_committer.py
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_053_add_changes_committer.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_053_add_changes_committer.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_054_add_index_to_steps.py
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_054_add_index_to_steps.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_054_add_index_to_steps.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_055_add_changes_committer.py
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_055_add_changes_committer.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_055_add_changes_committer.pyo
 ${PYSITELIB}/buildbot/test/unit/test_db_model.py
 ${PYSITELIB}/buildbot/test/unit/test_db_model.pyc
 ${PYSITELIB}/buildbot/test/unit/test_db_model.pyo
@@ -1242,9 +1277,6 @@ ${PYSITELIB}/buildbot/test/unit/test_fak
 ${PYSITELIB}/buildbot/test/unit/test_fake_secrets_manager.py
 ${PYSITELIB}/buildbot/test/unit/test_fake_secrets_manager.pyc
 ${PYSITELIB}/buildbot/test/unit/test_fake_secrets_manager.pyo
-${PYSITELIB}/buildbot/test/unit/test_interfaces.py
-${PYSITELIB}/buildbot/test/unit/test_interfaces.pyc
-${PYSITELIB}/buildbot/test/unit/test_interfaces.pyo
 ${PYSITELIB}/buildbot/test/unit/test_interpolate_secrets.py
 ${PYSITELIB}/buildbot/test/unit/test_interpolate_secrets.pyc
 ${PYSITELIB}/buildbot/test/unit/test_interpolate_secrets.pyo
@@ -1254,6 +1286,9 @@ ${PYSITELIB}/buildbot/test/unit/test_jan
 ${PYSITELIB}/buildbot/test/unit/test_locks.py
 ${PYSITELIB}/buildbot/test/unit/test_locks.pyc
 ${PYSITELIB}/buildbot/test/unit/test_locks.pyo
+${PYSITELIB}/buildbot/test/unit/test_machine_generic.py
+${PYSITELIB}/buildbot/test/unit/test_machine_generic.pyc
+${PYSITELIB}/buildbot/test/unit/test_machine_generic.pyo
 ${PYSITELIB}/buildbot/test/unit/test_master.py
 ${PYSITELIB}/buildbot/test/unit/test_master.pyc
 ${PYSITELIB}/buildbot/test/unit/test_master.pyo
@@ -1359,6 +1394,9 @@ ${PYSITELIB}/buildbot/test/unit/test_rep
 ${PYSITELIB}/buildbot/test/unit/test_reporter_http.py
 ${PYSITELIB}/buildbot/test/unit/test_reporter_http.pyc
 ${PYSITELIB}/buildbot/test/unit/test_reporter_http.pyo
+${PYSITELIB}/buildbot/test/unit/test_reporter_zulip.py
+${PYSITELIB}/buildbot/test/unit/test_reporter_zulip.pyc
+${PYSITELIB}/buildbot/test/unit/test_reporter_zulip.pyo
 ${PYSITELIB}/buildbot/test/unit/test_reporters_hipchat.py
 ${PYSITELIB}/buildbot/test/unit/test_reporters_hipchat.pyc
 ${PYSITELIB}/buildbot/test/unit/test_reporters_hipchat.pyo
@@ -1380,6 +1418,9 @@ ${PYSITELIB}/buildbot/test/unit/test_rep
 ${PYSITELIB}/buildbot/test/unit/test_reporters_pushover.py
 ${PYSITELIB}/buildbot/test/unit/test_reporters_pushover.pyc
 ${PYSITELIB}/buildbot/test/unit/test_reporters_pushover.pyo
+${PYSITELIB}/buildbot/test/unit/test_reporters_telegram.py
+${PYSITELIB}/buildbot/test/unit/test_reporters_telegram.pyc
+${PYSITELIB}/buildbot/test/unit/test_reporters_telegram.pyo
 ${PYSITELIB}/buildbot/test/unit/test_reporters_utils.py
 ${PYSITELIB}/buildbot/test/unit/test_reporters_utils.pyc
 ${PYSITELIB}/buildbot/test/unit/test_reporters_utils.pyo
@@ -1437,9 +1478,9 @@ ${PYSITELIB}/buildbot/test/unit/test_scr
 ${PYSITELIB}/buildbot/test/unit/test_scripts_create_master.py
 ${PYSITELIB}/buildbot/test/unit/test_scripts_create_master.pyc
 ${PYSITELIB}/buildbot/test/unit/test_scripts_create_master.pyo
-${PYSITELIB}/buildbot/test/unit/test_scripts_processwwwindex.py
-${PYSITELIB}/buildbot/test/unit/test_scripts_processwwwindex.pyc
-${PYSITELIB}/buildbot/test/unit/test_scripts_processwwwindex.pyo
+${PYSITELIB}/buildbot/test/unit/test_scripts_logwatcher.py
+${PYSITELIB}/buildbot/test/unit/test_scripts_logwatcher.pyc
+${PYSITELIB}/buildbot/test/unit/test_scripts_logwatcher.pyo
 ${PYSITELIB}/buildbot/test/unit/test_scripts_restart.py
 ${PYSITELIB}/buildbot/test/unit/test_scripts_restart.pyc
 ${PYSITELIB}/buildbot/test/unit/test_scripts_restart.pyo
@@ -1470,6 +1511,9 @@ ${PYSITELIB}/buildbot/test/unit/test_scr
 ${PYSITELIB}/buildbot/test/unit/test_secret_in_file.py
 ${PYSITELIB}/buildbot/test/unit/test_secret_in_file.pyc
 ${PYSITELIB}/buildbot/test/unit/test_secret_in_file.pyo
+${PYSITELIB}/buildbot/test/unit/test_secret_in_passwordstore.py
+${PYSITELIB}/buildbot/test/unit/test_secret_in_passwordstore.pyc
+${PYSITELIB}/buildbot/test/unit/test_secret_in_passwordstore.pyo
 ${PYSITELIB}/buildbot/test/unit/test_secret_in_vault.py
 ${PYSITELIB}/buildbot/test/unit/test_secret_in_vault.pyc
 ${PYSITELIB}/buildbot/test/unit/test_secret_in_vault.pyo
@@ -1610,6 +1654,9 @@ ${PYSITELIB}/buildbot/test/unit/test_uti
 ${PYSITELIB}/buildbot/test/unit/test_util_debounce.py
 ${PYSITELIB}/buildbot/test/unit/test_util_debounce.pyc
 ${PYSITELIB}/buildbot/test/unit/test_util_debounce.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_deferwaiter.py
+${PYSITELIB}/buildbot/test/unit/test_util_deferwaiter.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_deferwaiter.pyo
 ${PYSITELIB}/buildbot/test/unit/test_util_eventual.py
 ${PYSITELIB}/buildbot/test/unit/test_util_eventual.pyc
 ${PYSITELIB}/buildbot/test/unit/test_util_eventual.pyo
@@ -1628,6 +1675,9 @@ ${PYSITELIB}/buildbot/test/unit/test_uti
 ${PYSITELIB}/buildbot/test/unit/test_util_interfaces.py
 ${PYSITELIB}/buildbot/test/unit/test_util_interfaces.pyc
 ${PYSITELIB}/buildbot/test/unit/test_util_interfaces.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_kubeclientservice.py
+${PYSITELIB}/buildbot/test/unit/test_util_kubeclientservice.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_kubeclientservice.pyo
 ${PYSITELIB}/buildbot/test/unit/test_util_lineboundaries.py
 ${PYSITELIB}/buildbot/test/unit/test_util_lineboundaries.pyc
 ${PYSITELIB}/buildbot/test/unit/test_util_lineboundaries.pyo
@@ -1646,6 +1696,9 @@ ${PYSITELIB}/buildbot/test/unit/test_uti
 ${PYSITELIB}/buildbot/test/unit/test_util_notifier.py
 ${PYSITELIB}/buildbot/test/unit/test_util_notifier.pyc
 ${PYSITELIB}/buildbot/test/unit/test_util_notifier.pyo
+${PYSITELIB}/buildbot/test/unit/test_util_patch_delay.py
+${PYSITELIB}/buildbot/test/unit/test_util_patch_delay.pyc
+${PYSITELIB}/buildbot/test/unit/test_util_patch_delay.pyo
 ${PYSITELIB}/buildbot/test/unit/test_util_pathmatch.py
 ${PYSITELIB}/buildbot/test/unit/test_util_pathmatch.pyc
 ${PYSITELIB}/buildbot/test/unit/test_util_pathmatch.pyo
@@ -1691,9 +1744,9 @@ ${PYSITELIB}/buildbot/test/unit/test_wor
 ${PYSITELIB}/buildbot/test/unit/test_worker_ec2.py
 ${PYSITELIB}/buildbot/test/unit/test_worker_ec2.pyc
 ${PYSITELIB}/buildbot/test/unit/test_worker_ec2.pyo
-${PYSITELIB}/buildbot/test/unit/test_worker_hyper.py
-${PYSITELIB}/buildbot/test/unit/test_worker_hyper.pyc
-${PYSITELIB}/buildbot/test/unit/test_worker_hyper.pyo
+${PYSITELIB}/buildbot/test/unit/test_worker_kubernetes.py
+${PYSITELIB}/buildbot/test/unit/test_worker_kubernetes.pyc
+${PYSITELIB}/buildbot/test/unit/test_worker_kubernetes.pyo
 ${PYSITELIB}/buildbot/test/unit/test_worker_libvirt.py
 ${PYSITELIB}/buildbot/test/unit/test_worker_libvirt.pyc
 ${PYSITELIB}/buildbot/test/unit/test_worker_libvirt.pyo
@@ -1715,9 +1768,6 @@ ${PYSITELIB}/buildbot/test/unit/test_wor
 ${PYSITELIB}/buildbot/test/unit/test_worker_protocols_pb.py
 ${PYSITELIB}/buildbot/test/unit/test_worker_protocols_pb.pyc
 ${PYSITELIB}/buildbot/test/unit/test_worker_protocols_pb.pyo
-${PYSITELIB}/buildbot/test/unit/test_worker_transition.py
-${PYSITELIB}/buildbot/test/unit/test_worker_transition.pyc
-${PYSITELIB}/buildbot/test/unit/test_worker_transition.pyo
 ${PYSITELIB}/buildbot/test/unit/test_www_auth.py
 ${PYSITELIB}/buildbot/test/unit/test_www_auth.pyc
 ${PYSITELIB}/buildbot/test/unit/test_www_auth.pyo
@@ -1832,6 +1882,9 @@ ${PYSITELIB}/buildbot/test/util/misc.pyo
 ${PYSITELIB}/buildbot/test/util/notifier.py
 ${PYSITELIB}/buildbot/test/util/notifier.pyc
 ${PYSITELIB}/buildbot/test/util/notifier.pyo
+${PYSITELIB}/buildbot/test/util/patch_delay.py
+${PYSITELIB}/buildbot/test/util/patch_delay.pyc
+${PYSITELIB}/buildbot/test/util/patch_delay.pyo
 ${PYSITELIB}/buildbot/test/util/pbmanager.py
 ${PYSITELIB}/buildbot/test/util/pbmanager.pyc
 ${PYSITELIB}/buildbot/test/util/pbmanager.pyo
@@ -1892,6 +1945,9 @@ ${PYSITELIB}/buildbot/util/croniter.pyo
 ${PYSITELIB}/buildbot/util/debounce.py
 ${PYSITELIB}/buildbot/util/debounce.pyc
 ${PYSITELIB}/buildbot/util/debounce.pyo
+${PYSITELIB}/buildbot/util/deferwaiter.py
+${PYSITELIB}/buildbot/util/deferwaiter.pyc
+${PYSITELIB}/buildbot/util/deferwaiter.pyo
 ${PYSITELIB}/buildbot/util/eventual.py
 ${PYSITELIB}/buildbot/util/eventual.pyc
 ${PYSITELIB}/buildbot/util/eventual.pyo
@@ -1907,6 +1963,12 @@ ${PYSITELIB}/buildbot/util/httpclientser
 ${PYSITELIB}/buildbot/util/identifiers.py
 ${PYSITELIB}/buildbot/util/identifiers.pyc
 ${PYSITELIB}/buildbot/util/identifiers.pyo
+${PYSITELIB}/buildbot/util/kubeclientservice.py
+${PYSITELIB}/buildbot/util/kubeclientservice.pyc
+${PYSITELIB}/buildbot/util/kubeclientservice.pyo
+${PYSITELIB}/buildbot/util/latent.py
+${PYSITELIB}/buildbot/util/latent.pyc
+${PYSITELIB}/buildbot/util/latent.pyo
 ${PYSITELIB}/buildbot/util/lineboundaries.py
 ${PYSITELIB}/buildbot/util/lineboundaries.pyc
 ${PYSITELIB}/buildbot/util/lineboundaries.pyo
@@ -1973,9 +2035,9 @@ ${PYSITELIB}/buildbot/worker/docker.pyo
 ${PYSITELIB}/buildbot/worker/ec2.py
 ${PYSITELIB}/buildbot/worker/ec2.pyc
 ${PYSITELIB}/buildbot/worker/ec2.pyo
-${PYSITELIB}/buildbot/worker/hyper.py
-${PYSITELIB}/buildbot/worker/hyper.pyc
-${PYSITELIB}/buildbot/worker/hyper.pyo
+${PYSITELIB}/buildbot/worker/kubernetes.py
+${PYSITELIB}/buildbot/worker/kubernetes.pyc
+${PYSITELIB}/buildbot/worker/kubernetes.pyo
 ${PYSITELIB}/buildbot/worker/latent.py
 ${PYSITELIB}/buildbot/worker/latent.pyc
 ${PYSITELIB}/buildbot/worker/latent.pyo

Index: pkgsrc/devel/py-buildbot/distinfo
diff -u pkgsrc/devel/py-buildbot/distinfo:1.10 pkgsrc/devel/py-buildbot/distinfo:1.11
--- pkgsrc/devel/py-buildbot/distinfo:1.10      Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot/distinfo   Wed Feb 19 19:07:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/02/19 19:07:18 adam Exp $
 
-SHA1 (buildbot-1.5.0.tar.gz) = 7cc5924a5935d516135fd79d6da5da74fbf31385
-RMD160 (buildbot-1.5.0.tar.gz) = 106b6206fa1e2b00d231cb7810d5d61093ceb4fc
-SHA512 (buildbot-1.5.0.tar.gz) = eebd44ce344f7392be60ab9575d5ff7e99daa93631ea19206b484094ec03c267c46a18eaed8ddbce752fe8223a2d22339645a59c5b4f5646428950ae48bb8e78
-Size (buildbot-1.5.0.tar.gz) = 3191364 bytes
+SHA1 (buildbot-2.6.0.tar.gz) = 999504cbcb3b6acb9adfc6865e797435359f6824
+RMD160 (buildbot-2.6.0.tar.gz) = e216727fe930ea7918882208266ebea2beb20c31
+SHA512 (buildbot-2.6.0.tar.gz) = ca2e4bea8fbd411ff332e4a3f2a445eeb21a06568245c5cc487e435f37227b9f1a6ac4b275a4879377e45abbd3277c515aa7a67e50be74307afa0152966af4d8
+Size (buildbot-2.6.0.tar.gz) = 3184895 bytes

Index: pkgsrc/devel/py-buildbot-console-view/Makefile
diff -u pkgsrc/devel/py-buildbot-console-view/Makefile:1.7 pkgsrc/devel/py-buildbot-console-view/Makefile:1.8
--- pkgsrc/devel/py-buildbot-console-view/Makefile:1.7  Fri Sep 27 06:57:11 2019
+++ pkgsrc/devel/py-buildbot-console-view/Makefile      Wed Feb 19 19:07:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/09/27 06:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:18 adam Exp $
 
-DISTNAME=      buildbot-console-view-1.5.0
+DISTNAME=      buildbot-console-view-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-console-view/}
@@ -15,7 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-console-view/PLIST
diff -u pkgsrc/devel/py-buildbot-console-view/PLIST:1.1 pkgsrc/devel/py-buildbot-console-view/PLIST:1.2
--- pkgsrc/devel/py-buildbot-console-view/PLIST:1.1     Sun Oct  1 23:44:52 2017
+++ pkgsrc/devel/py-buildbot-console-view/PLIST Wed Feb 19 19:07:18 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:44:52 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/02/19 19:07:18 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,7 +8,7 @@ ${PYSITELIB}/buildbot_console_view/VERSI
 ${PYSITELIB}/buildbot_console_view/__init__.py
 ${PYSITELIB}/buildbot_console_view/__init__.pyc
 ${PYSITELIB}/buildbot_console_view/__init__.pyo
-${PYSITELIB}/buildbot_console_view/static/fixtures.js
 ${PYSITELIB}/buildbot_console_view/static/scripts.js
+${PYSITELIB}/buildbot_console_view/static/scripts.js.map
 ${PYSITELIB}/buildbot_console_view/static/styles.css
-${PYSITELIB}/buildbot_console_view/static/tests.js
+${PYSITELIB}/buildbot_console_view/static/styles.css.map

Index: pkgsrc/devel/py-buildbot-console-view/distinfo
diff -u pkgsrc/devel/py-buildbot-console-view/distinfo:1.6 pkgsrc/devel/py-buildbot-console-view/distinfo:1.7
--- pkgsrc/devel/py-buildbot-console-view/distinfo:1.6  Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-console-view/distinfo      Wed Feb 19 19:07:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/02/19 19:07:18 adam Exp $
 
-SHA1 (buildbot-console-view-1.5.0.tar.gz) = 68bddf08de558ddc022321932c7d9fb90b3bf7fa
-RMD160 (buildbot-console-view-1.5.0.tar.gz) = 826b8102ce2b3a95db4de68e5fa3c842ec33d12b
-SHA512 (buildbot-console-view-1.5.0.tar.gz) = cf78f9ebd9f0c8fe4eb4322206c23daf6d29afb9963589856281ee3b9db04d986602f1db3fe8ef98f1e54ba8442cf1943958d68f57aef82d0233add3a5629d53
-Size (buildbot-console-view-1.5.0.tar.gz) = 641186 bytes
+SHA1 (buildbot-console-view-2.6.0.tar.gz) = 63fc5899473a2bd9a09812662528b939443ccd8a
+RMD160 (buildbot-console-view-2.6.0.tar.gz) = 8d04241b8ec323f7e27f3961d67081c018d4a868
+SHA512 (buildbot-console-view-2.6.0.tar.gz) = a95b9cc816dac83498fc67aa944c2af884917b7496297909abebf055695e3e268b28c69ad7f23ad7125a29fef3868ccb8ec9ab9f0da4ad2c5b16fb239c5a155a
+Size (buildbot-console-view-2.6.0.tar.gz) = 17771 bytes

Index: pkgsrc/devel/py-buildbot-grid-view/Makefile
diff -u pkgsrc/devel/py-buildbot-grid-view/Makefile:1.7 pkgsrc/devel/py-buildbot-grid-view/Makefile:1.8
--- pkgsrc/devel/py-buildbot-grid-view/Makefile:1.7     Fri Sep 27 06:57:11 2019
+++ pkgsrc/devel/py-buildbot-grid-view/Makefile Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/09/27 06:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:19 adam Exp $
 
-DISTNAME=      buildbot-grid-view-1.5.0
+DISTNAME=      buildbot-grid-view-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
@@ -15,7 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-grid-view/PLIST
diff -u pkgsrc/devel/py-buildbot-grid-view/PLIST:1.1 pkgsrc/devel/py-buildbot-grid-view/PLIST:1.2
--- pkgsrc/devel/py-buildbot-grid-view/PLIST:1.1        Sun Oct  1 23:45:09 2017
+++ pkgsrc/devel/py-buildbot-grid-view/PLIST    Wed Feb 19 19:07:19 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:45:09 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/02/19 19:07:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,5 +9,6 @@ ${PYSITELIB}/buildbot_grid_view/__init__
 ${PYSITELIB}/buildbot_grid_view/__init__.pyc
 ${PYSITELIB}/buildbot_grid_view/__init__.pyo
 ${PYSITELIB}/buildbot_grid_view/static/scripts.js
+${PYSITELIB}/buildbot_grid_view/static/scripts.js.map
 ${PYSITELIB}/buildbot_grid_view/static/styles.css
-${PYSITELIB}/buildbot_grid_view/static/tests.js
+${PYSITELIB}/buildbot_grid_view/static/styles.css.map

Index: pkgsrc/devel/py-buildbot-grid-view/distinfo
diff -u pkgsrc/devel/py-buildbot-grid-view/distinfo:1.6 pkgsrc/devel/py-buildbot-grid-view/distinfo:1.7
--- pkgsrc/devel/py-buildbot-grid-view/distinfo:1.6     Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-grid-view/distinfo Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
 
-SHA1 (buildbot-grid-view-1.5.0.tar.gz) = 7f0f75f84e1286153bb89ddf2037d03417eb381c
-RMD160 (buildbot-grid-view-1.5.0.tar.gz) = 6203ec611810bb8e5abe1655104b07d3daba1d6b
-SHA512 (buildbot-grid-view-1.5.0.tar.gz) = c6381c830f472215aa565977317b40014e5f208ceb21396a0e114fdd14605acf1a68464a10a1acfa80ce62d47f9df1a23d9bdda2a52a0604c60849479558146f
-Size (buildbot-grid-view-1.5.0.tar.gz) = 639274 bytes
+SHA1 (buildbot-grid-view-2.6.0.tar.gz) = 0aef4f7ecabc4c80e754f4e519251088b76f6aee
+RMD160 (buildbot-grid-view-2.6.0.tar.gz) = 12e97e766f0de83e6746eb276f2befeac14c0978
+SHA512 (buildbot-grid-view-2.6.0.tar.gz) = cca276742601586fb2260608144a5ef3b5777e47580f1c75120255b61e9758b57d34c83a788fc57f16255756341c9747aa13117b5bfe3a84b6b9a76274a67098
+Size (buildbot-grid-view-2.6.0.tar.gz) = 13221 bytes

Index: pkgsrc/devel/py-buildbot-pkg/Makefile
diff -u pkgsrc/devel/py-buildbot-pkg/Makefile:1.7 pkgsrc/devel/py-buildbot-pkg/Makefile:1.8
--- pkgsrc/devel/py-buildbot-pkg/Makefile:1.7   Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-pkg/Makefile       Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/11/15 14:14:14 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:19 adam Exp $
 
-DISTNAME=      buildbot-pkg-1.5.0
+DISTNAME=      buildbot-pkg-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-pkg/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://buildbot.net/
 COMMENT=       Packaging tools for the buildbot CI system
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=21.2.1:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
 # override default versioning based on time stamp

Index: pkgsrc/devel/py-buildbot-pkg/distinfo
diff -u pkgsrc/devel/py-buildbot-pkg/distinfo:1.6 pkgsrc/devel/py-buildbot-pkg/distinfo:1.7
--- pkgsrc/devel/py-buildbot-pkg/distinfo:1.6   Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-pkg/distinfo       Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
 
-SHA1 (buildbot-pkg-1.5.0.tar.gz) = dad1d8bb272f5bc90ba4bacc282f2856a4afa64e
-RMD160 (buildbot-pkg-1.5.0.tar.gz) = ac8341870805e17f6c64d5f62ec831cc3c2eabf3
-SHA512 (buildbot-pkg-1.5.0.tar.gz) = 603de491960257be0177df2861548ab014f16d15f4c4b0029f2b92ff5868fb8a6efb95b140f3c20ff00cb3296cf84f55b7f495eeacd9765ff0126fe38b060f74
-Size (buildbot-pkg-1.5.0.tar.gz) = 4856 bytes
+SHA1 (buildbot-pkg-2.6.0.tar.gz) = 9b8bff71936bbd96adcb9e779d7f90a324c13890
+RMD160 (buildbot-pkg-2.6.0.tar.gz) = 74b05066e413872132f4c842a4f38a48c355e17a
+SHA512 (buildbot-pkg-2.6.0.tar.gz) = df885f9ee27a5a440f32508d3ebc922ae908fe2f23e16e358df634cf29e7017506ea5d7634bfb67d55136544afeb2d615e79ed8d4ca491a03bd3fe0940a9ac07
+Size (buildbot-pkg-2.6.0.tar.gz) = 4761 bytes

Index: pkgsrc/devel/py-buildbot-waterfall-view/Makefile
diff -u pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.7 pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.8
--- pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.7        Fri Sep 27 06:57:11 2019
+++ pkgsrc/devel/py-buildbot-waterfall-view/Makefile    Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/09/27 06:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/19 19:07:19 adam Exp $
 
-DISTNAME=      buildbot-waterfall-view-1.5.0
+DISTNAME=      buildbot-waterfall-view-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-waterfall-view/}
@@ -15,7 +15,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-waterfall-view/PLIST
diff -u pkgsrc/devel/py-buildbot-waterfall-view/PLIST:1.1 pkgsrc/devel/py-buildbot-waterfall-view/PLIST:1.2
--- pkgsrc/devel/py-buildbot-waterfall-view/PLIST:1.1   Sun Oct  1 23:45:31 2017
+++ pkgsrc/devel/py-buildbot-waterfall-view/PLIST       Wed Feb 19 19:07:19 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:45:31 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/02/19 19:07:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,5 +9,6 @@ ${PYSITELIB}/buildbot_waterfall_view/__i
 ${PYSITELIB}/buildbot_waterfall_view/__init__.pyc
 ${PYSITELIB}/buildbot_waterfall_view/__init__.pyo
 ${PYSITELIB}/buildbot_waterfall_view/static/scripts.js
+${PYSITELIB}/buildbot_waterfall_view/static/scripts.js.map
 ${PYSITELIB}/buildbot_waterfall_view/static/styles.css
-${PYSITELIB}/buildbot_waterfall_view/static/tests.js
+${PYSITELIB}/buildbot_waterfall_view/static/styles.css.map

Index: pkgsrc/devel/py-buildbot-waterfall-view/distinfo
diff -u pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.6 pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.7
--- pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.6        Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-waterfall-view/distinfo    Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
 
-SHA1 (buildbot-waterfall-view-1.5.0.tar.gz) = 24af94923fa71566f02e5336f298c994c98105be
-RMD160 (buildbot-waterfall-view-1.5.0.tar.gz) = 054548d8c67302ae6da0bfead1e5a35cd320bf2a
-SHA512 (buildbot-waterfall-view-1.5.0.tar.gz) = d072b6f15ee41b2efed38f9aaf323a82e900e30bb9ab5f2a567eab10e7b668c9af7960cb1e964c969e9eb5b220e7aa9d8325d33b0887b63300ead21e4e7cf1d6
-Size (buildbot-waterfall-view-1.5.0.tar.gz) = 714352 bytes
+SHA1 (buildbot-waterfall-view-2.6.0.tar.gz) = 3aef7a8dc38e9930119bfd7d6982a26b426366ba
+RMD160 (buildbot-waterfall-view-2.6.0.tar.gz) = 6f739e7d32a4b3591c88f6353d74cc81f1b750ad
+SHA512 (buildbot-waterfall-view-2.6.0.tar.gz) = 83a2eefdf3f2ed16e750cf374f96f446472aff08a767c7da9947cd24e046fcbcab9e8df4dd456ed63b271e893aa9f9bf30d89e7ee20fadd55fc1edc77710d73d
+Size (buildbot-waterfall-view-2.6.0.tar.gz) = 190867 bytes

Index: pkgsrc/devel/py-buildbot-worker/Makefile
diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.8 pkgsrc/devel/py-buildbot-worker/Makefile:1.9
--- pkgsrc/devel/py-buildbot-worker/Makefile:1.8        Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-worker/Makefile    Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/11/15 14:14:14 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/19 19:07:19 adam Exp $
 
-DISTNAME=      buildbot-worker-1.5.0
+DISTNAME=      buildbot-worker-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-worker/}

Index: pkgsrc/devel/py-buildbot-worker/PLIST
diff -u pkgsrc/devel/py-buildbot-worker/PLIST:1.4 pkgsrc/devel/py-buildbot-worker/PLIST:1.5
--- pkgsrc/devel/py-buildbot-worker/PLIST:1.4   Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-worker/PLIST       Wed Feb 19 19:07:19 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/11/15 14:14:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/02/19 19:07:19 adam Exp $
 bin/buildbot-worker-${PYVERSSUFFIX}
 bin/buildbot_worker_windows_service-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -191,3 +191,6 @@ ${PYSITELIB}/buildbot_worker/util/__init
 ${PYSITELIB}/buildbot_worker/util/_hangcheck.py
 ${PYSITELIB}/buildbot_worker/util/_hangcheck.pyc
 ${PYSITELIB}/buildbot_worker/util/_hangcheck.pyo
+${PYSITELIB}/buildbot_worker/util/_notifier.py
+${PYSITELIB}/buildbot_worker/util/_notifier.pyc
+${PYSITELIB}/buildbot_worker/util/_notifier.pyo

Index: pkgsrc/devel/py-buildbot-worker/distinfo
diff -u pkgsrc/devel/py-buildbot-worker/distinfo:1.7 pkgsrc/devel/py-buildbot-worker/distinfo:1.8
--- pkgsrc/devel/py-buildbot-worker/distinfo:1.7        Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-worker/distinfo    Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/02/19 19:07:19 adam Exp $
 
-SHA1 (buildbot-worker-1.5.0.tar.gz) = d6f289ca167cb8860fa57a1c23ada8bf22db967a
-RMD160 (buildbot-worker-1.5.0.tar.gz) = 1d63e584b1723479edd47e2d5f84a640374f0298
-SHA512 (buildbot-worker-1.5.0.tar.gz) = 37345c24c4f010db7ada4b4d30378e5fb6589991f5d2d4c9565c773c8d9b005c1982dc19674c45dc3189f18c19fb96468f3df87cdbd361be666cc326aa90912a
-Size (buildbot-worker-1.5.0.tar.gz) = 105814 bytes
+SHA1 (buildbot-worker-2.6.0.tar.gz) = 9b013f4e9e700929290b19d492052acba223d5ee
+RMD160 (buildbot-worker-2.6.0.tar.gz) = 3644a5714176ec7c175673db557bb04b4d2f8098
+SHA512 (buildbot-worker-2.6.0.tar.gz) = 21070d6e8e54fb34e2d75c67c10e8ee36a4730de4f4a54605ffb689ef37bc1642e327c3935b7db25bb972f6ec0649c419e9eed61a17c6b4ca9db082940f2ee1b
+Size (buildbot-worker-2.6.0.tar.gz) = 115284 bytes

Index: pkgsrc/devel/py-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.9 pkgsrc/devel/py-buildbot-www/Makefile:1.10
--- pkgsrc/devel/py-buildbot-www/Makefile:1.9   Fri Sep 27 06:57:11 2019
+++ pkgsrc/devel/py-buildbot-www/Makefile       Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/09/27 06:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/02/19 19:07:19 adam Exp $
 
-DISTNAME=      buildbot-www-1.5.0
+DISTNAME=      buildbot-www-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-www/}
@@ -16,7 +16,7 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-mock-[0-9
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-autobahn via py-buildbot
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-www/PLIST
diff -u pkgsrc/devel/py-buildbot-www/PLIST:1.2 pkgsrc/devel/py-buildbot-www/PLIST:1.3
--- pkgsrc/devel/py-buildbot-www/PLIST:1.2      Tue Apr  3 20:58:19 2018
+++ pkgsrc/devel/py-buildbot-www/PLIST  Wed Feb 19 19:07:19 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/03 20:58:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/02/19 19:07:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,18 +8,28 @@ ${PYSITELIB}/buildbot_www/VERSION
 ${PYSITELIB}/buildbot_www/__init__.py
 ${PYSITELIB}/buildbot_www/__init__.pyc
 ${PYSITELIB}/buildbot_www/__init__.pyo
-${PYSITELIB}/buildbot_www/static/d3.min.js
-${PYSITELIB}/buildbot_www/static/fonts/FontAwesome.otf
-${PYSITELIB}/buildbot_www/static/fonts/fontawesome-webfont.eot
-${PYSITELIB}/buildbot_www/static/fonts/fontawesome-webfont.svg
-${PYSITELIB}/buildbot_www/static/fonts/fontawesome-webfont.ttf
-${PYSITELIB}/buildbot_www/static/fonts/fontawesome-webfont.woff
+${PYSITELIB}/buildbot_www/static/2.js
+${PYSITELIB}/buildbot_www/static/2.js.map
+${PYSITELIB}/buildbot_www/static/448c34a56d699c29117adc64c43affeb.woff2
+${PYSITELIB}/buildbot_www/static/674f50d287a8c48dc19ba404d20fe713.eot
+${PYSITELIB}/buildbot_www/static/af7ae505a9eed503f8b8e6982036873e.woff2
+${PYSITELIB}/buildbot_www/static/b06871f281fee6b241d60582ae9369b9.ttf
+${PYSITELIB}/buildbot_www/static/browser-warning-list.js
+${PYSITELIB}/buildbot_www/static/browser-warning.css
+${PYSITELIB}/buildbot_www/static/browser-warning.js
+${PYSITELIB}/buildbot_www/static/e18bbf611f2a2e43afc071aa2f4e1512.ttf
+${PYSITELIB}/buildbot_www/static/f4769f9bdb7466be65088239c12046d1.eot
+${PYSITELIB}/buildbot_www/static/fa2772327f55d8198301fdb8bcfc8158.woff
+${PYSITELIB}/buildbot_www/static/fee66e712a8a08eef5805a46892932ad.woff
 ${PYSITELIB}/buildbot_www/static/img/favicon.ico
+${PYSITELIB}/buildbot_www/static/img/fontawesome-webfont.svg
+${PYSITELIB}/buildbot_www/static/img/glyphicons-halflings-regular.svg
 ${PYSITELIB}/buildbot_www/static/img/icon.png
 ${PYSITELIB}/buildbot_www/static/img/icon.svg
 ${PYSITELIB}/buildbot_www/static/img/icon16.svg
 ${PYSITELIB}/buildbot_www/static/img/nobody.png
 ${PYSITELIB}/buildbot_www/static/index.html
 ${PYSITELIB}/buildbot_www/static/scripts.js
+${PYSITELIB}/buildbot_www/static/scripts.js.map
 ${PYSITELIB}/buildbot_www/static/styles.css
-${PYSITELIB}/buildbot_www/static/tests.js
+${PYSITELIB}/buildbot_www/static/styles.css.map

Index: pkgsrc/devel/py-buildbot-www/distinfo
diff -u pkgsrc/devel/py-buildbot-www/distinfo:1.6 pkgsrc/devel/py-buildbot-www/distinfo:1.7
--- pkgsrc/devel/py-buildbot-www/distinfo:1.6   Thu Nov 15 14:14:14 2018
+++ pkgsrc/devel/py-buildbot-www/distinfo       Wed Feb 19 19:07:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/02/19 19:07:19 adam Exp $
 
-SHA1 (buildbot-www-1.5.0.tar.gz) = 668743249d54be15aca332558873590fb8ccd207
-RMD160 (buildbot-www-1.5.0.tar.gz) = 3715b94df44efbf0c93e1680cea5f803ac6a24d2
-SHA512 (buildbot-www-1.5.0.tar.gz) = 5d0321157058886117d417a19146a5e438594da255b968db994e0c498b9c711597f7cf4b38766a4591ca468558909986e43a96d069e52fe1a5a0c181ec015213
-Size (buildbot-www-1.5.0.tar.gz) = 718533 bytes
+SHA1 (buildbot-www-2.6.0.tar.gz) = dc9e5ca083e909c50566f1af7920c7175a99832a
+RMD160 (buildbot-www-2.6.0.tar.gz) = bed52b960b051e642542b7642b6f0ce9ebbde9e8
+SHA512 (buildbot-www-2.6.0.tar.gz) = c33b9e7f10cbc680978ee38cca1a6e5c71945b648dd87d123440a538732617a4e7239aa9d512480242036282dece5eba583b050f3c2a9a7bb850aea06e8a8c74
+Size (buildbot-www-2.6.0.tar.gz) = 3178015 bytes



Home | Main Index | Thread Index | Old Index