Subject: CVS commit: pkgsrc/devel
From: Adam Ciarcinski
Date: 2017-12-18 13:13:56
Message id: 20171218121356.CF129FB40@cvs.NetBSD.org

Log Message:
py-buildbot: updated to 0.9.14

Buildbot 0.9.14:

Bug fixes
- Compile step now properly takes the decodeRC parameter in account
- Fix duplicate build requests results in
  :py:class:`~buildbot.db.buildrequests.BuildRequestsConnectorComponent` when
  querying the database
- :py:class:`~buildbot.changes.gitpoller.GitPoller` now accepts git branch
  names with UTF-8 characters
- Fixed inconsistent use of `pointer` style mouse cursor by removing it from
  the `.label` css rule and instead creating a new `.clickable` css rule which
  is used only in places which are clickable and would not otherwise
  automatically get the `pointer` icon, for example it is not needed for
  hyper-links.
- Rebuilding with the same revision now takes new change properties into
  account instead of re-using the original build change properties
- Worker authentication is now delayed via a DeferredLock until Buildbot
  configuration is finished. This fixes UnauthorizedLogin errors during
  buildbot restart
- Fixes python3 encoding issues with Windows Service

Features
- new :ref`badges` plugin which reimplement the buildbot eight png badge
  system.
- In progress worker control API. Worker can now be stopped and paused using the UI.
  Note that there is no UI yet to look the status of those actions.
- Make maximum number of builds fetched on the builders page configurable.
- Include `context` in the log message for `GitHubStatusPush`
- On 'Builders' page reload builds when tags change.
- Give reporters access to master single in renderables. This allows access to
  build logs amongst other things
- Added possibility to check www user credentials with a custom class.

Files:
RevisionActionfile
1.16modifypkgsrc/devel/py-buildbot/Makefile
1.4modifypkgsrc/devel/py-buildbot/PLIST
1.6modifypkgsrc/devel/py-buildbot/distinfo
1.2modifypkgsrc/devel/py-buildbot-console-view/Makefile
1.2modifypkgsrc/devel/py-buildbot-console-view/distinfo
1.2modifypkgsrc/devel/py-buildbot-grid-view/Makefile
1.2modifypkgsrc/devel/py-buildbot-grid-view/distinfo
1.3modifypkgsrc/devel/py-buildbot-pkg/Makefile
1.2modifypkgsrc/devel/py-buildbot-pkg/distinfo
1.2modifypkgsrc/devel/py-buildbot-waterfall-view/Makefile
1.2modifypkgsrc/devel/py-buildbot-waterfall-view/distinfo
1.4modifypkgsrc/devel/py-buildbot-worker/Makefile
1.3modifypkgsrc/devel/py-buildbot-worker/distinfo
1.3modifypkgsrc/devel/py-buildbot-www/Makefile
1.2modifypkgsrc/devel/py-buildbot-www/distinfo
1.1addpkgsrc/devel/py-buildbot-worker/ALTERNATIVES