pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-buildbot Update to py-buildbot-0.9.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b64efbfe58e
branches:  trunk
changeset: 369481:2b64efbfe58e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 21:46:04 2017 +0000

description:
Update to py-buildbot-0.9.11:
- support for web hooks for Bitbucket, GitLab and Gitorious
- various improvements to the VCS sources
- support for plugins
- massive rework of frontend application
- better support for latent workers
- many bug fixes

diffstat:

 devel/py-buildbot/Makefile |    48 +-
 devel/py-buildbot/PLIST    |  1626 +++++++++++++++++++++++++++++++------------
 devel/py-buildbot/distinfo |    10 +-
 3 files changed, 1213 insertions(+), 471 deletions(-)

diffs (truncated from 2221 to 300 lines):

diff -r 739ba2d70cb7 -r 2b64efbfe58e devel/py-buildbot/Makefile
--- a/devel/py-buildbot/Makefile        Fri Sep 29 21:39:33 2017 +0000
+++ b/devel/py-buildbot/Makefile        Fri Sep 29 21:46:04 2017 +0000
@@ -1,24 +1,36 @@
-# $NetBSD: Makefile,v 1.12 2017/02/14 10:26:28 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/09/29 21:46:04 joerg Exp $
 
-DISTNAME=              buildbot-0.8.8
-PKGREVISION=           1
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=            devel net python
-MASTER_SITES=          http://buildbot.googlecode.com/files/
+DISTNAME=      buildbot-0.9.11
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot/}
+
+MAINTAINER=    joerg%NetBSD.org@localhost
+HOMEPAGE=      https://buildbot.net/
+COMMENT=       Continuous integration system
+LICENSE=       gnu-gpl-v2
 
-MAINTAINER=            joerg%NetBSD.org@localhost
-HOMEPAGE=              http://buildbot.net/
-COMMENT=               Continuous integration system
-LICENSE=               gnu-gpl-v2
+DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
+DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-migrate
+DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+DEPENDS+=      ${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
+DEPENDS+=      ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-JWT-[0-9]*:../../textproc/py-JWT
+DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
 
-DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-[0-9]*:../../databases/py-sqlalchemy
-DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-migrate-[0-9]*:../../databases/py-sqlalchemy-migrate
-DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
-DEPENDS+=      ${PYPKGPREFIX}-sqlparse-[0-9]*:../../databases/py-sqlparse
-
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-sqlite2, py-sqlalchemy-migrate
+# Self-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-lz4-[0-9]*:../../archivers/py-lz4
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../devel/py-buildbot-worker
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-ramlfications-[0-9]*:../../textproc/py-ramlfications
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 739ba2d70cb7 -r 2b64efbfe58e devel/py-buildbot/PLIST
--- a/devel/py-buildbot/PLIST   Fri Sep 29 21:39:33 2017 +0000
+++ b/devel/py-buildbot/PLIST   Fri Sep 29 21:46:04 2017 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2013/11/08 15:32:10 riz Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/09/29 21:46:04 joerg Exp $
 bin/buildbot
+bin/buildbot_windows_service
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/buildbot/VERSION
@@ -10,15 +12,15 @@
 ${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/base.py
-${PYSITELIB}/buildbot/buildslave/base.pyc
-${PYSITELIB}/buildbot/buildslave/base.pyo
 ${PYSITELIB}/buildbot/buildslave/ec2.py
 ${PYSITELIB}/buildbot/buildslave/ec2.pyc
 ${PYSITELIB}/buildbot/buildslave/ec2.pyo
@@ -34,9 +36,9 @@
 ${PYSITELIB}/buildbot/changes/base.py
 ${PYSITELIB}/buildbot/changes/base.pyc
 ${PYSITELIB}/buildbot/changes/base.pyo
-${PYSITELIB}/buildbot/changes/bonsaipoller.py
-${PYSITELIB}/buildbot/changes/bonsaipoller.pyc
-${PYSITELIB}/buildbot/changes/bonsaipoller.pyo
+${PYSITELIB}/buildbot/changes/bitbucket.py
+${PYSITELIB}/buildbot/changes/bitbucket.pyc
+${PYSITELIB}/buildbot/changes/bitbucket.pyo
 ${PYSITELIB}/buildbot/changes/changes.py
 ${PYSITELIB}/buildbot/changes/changes.pyc
 ${PYSITELIB}/buildbot/changes/changes.pyo
@@ -46,12 +48,12 @@
 ${PYSITELIB}/buildbot/changes/gerritchangesource.py
 ${PYSITELIB}/buildbot/changes/gerritchangesource.pyc
 ${PYSITELIB}/buildbot/changes/gerritchangesource.pyo
+${PYSITELIB}/buildbot/changes/github.py
+${PYSITELIB}/buildbot/changes/github.pyc
+${PYSITELIB}/buildbot/changes/github.pyo
 ${PYSITELIB}/buildbot/changes/gitpoller.py
 ${PYSITELIB}/buildbot/changes/gitpoller.pyc
 ${PYSITELIB}/buildbot/changes/gitpoller.pyo
-${PYSITELIB}/buildbot/changes/hgbuildbot.py
-${PYSITELIB}/buildbot/changes/hgbuildbot.pyc
-${PYSITELIB}/buildbot/changes/hgbuildbot.pyo
 ${PYSITELIB}/buildbot/changes/hgpoller.py
 ${PYSITELIB}/buildbot/changes/hgpoller.pyc
 ${PYSITELIB}/buildbot/changes/hgpoller.pyo
@@ -76,34 +78,105 @@
 ${PYSITELIB}/buildbot/clients/base.py
 ${PYSITELIB}/buildbot/clients/base.pyc
 ${PYSITELIB}/buildbot/clients/base.pyo
-${PYSITELIB}/buildbot/clients/debug.glade
-${PYSITELIB}/buildbot/clients/debug.py
-${PYSITELIB}/buildbot/clients/debug.pyc
-${PYSITELIB}/buildbot/clients/debug.pyo
-${PYSITELIB}/buildbot/clients/gtkPanes.py
-${PYSITELIB}/buildbot/clients/gtkPanes.pyc
-${PYSITELIB}/buildbot/clients/gtkPanes.pyo
 ${PYSITELIB}/buildbot/clients/sendchange.py
 ${PYSITELIB}/buildbot/clients/sendchange.pyc
 ${PYSITELIB}/buildbot/clients/sendchange.pyo
-${PYSITELIB}/buildbot/clients/text.py
-${PYSITELIB}/buildbot/clients/text.pyc
-${PYSITELIB}/buildbot/clients/text.pyo
 ${PYSITELIB}/buildbot/clients/tryclient.py
 ${PYSITELIB}/buildbot/clients/tryclient.pyc
 ${PYSITELIB}/buildbot/clients/tryclient.pyo
 ${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
+${PYSITELIB}/buildbot/configurators/__init__.py
+${PYSITELIB}/buildbot/configurators/__init__.pyc
+${PYSITELIB}/buildbot/configurators/__init__.pyo
+${PYSITELIB}/buildbot/configurators/janitor.py
+${PYSITELIB}/buildbot/configurators/janitor.pyc
+${PYSITELIB}/buildbot/configurators/janitor.pyo
+${PYSITELIB}/buildbot/data/__init__.py
+${PYSITELIB}/buildbot/data/__init__.pyc
+${PYSITELIB}/buildbot/data/__init__.pyo
+${PYSITELIB}/buildbot/data/base.py
+${PYSITELIB}/buildbot/data/base.pyc
+${PYSITELIB}/buildbot/data/base.pyo
+${PYSITELIB}/buildbot/data/builders.py
+${PYSITELIB}/buildbot/data/builders.pyc
+${PYSITELIB}/buildbot/data/builders.pyo
+${PYSITELIB}/buildbot/data/buildrequests.py
+${PYSITELIB}/buildbot/data/buildrequests.pyc
+${PYSITELIB}/buildbot/data/buildrequests.pyo
+${PYSITELIB}/buildbot/data/builds.py
+${PYSITELIB}/buildbot/data/builds.pyc
+${PYSITELIB}/buildbot/data/builds.pyo
+${PYSITELIB}/buildbot/data/buildsets.py
+${PYSITELIB}/buildbot/data/buildsets.pyc
+${PYSITELIB}/buildbot/data/buildsets.pyo
+${PYSITELIB}/buildbot/data/changes.py
+${PYSITELIB}/buildbot/data/changes.pyc
+${PYSITELIB}/buildbot/data/changes.pyo
+${PYSITELIB}/buildbot/data/changesources.py
+${PYSITELIB}/buildbot/data/changesources.pyc
+${PYSITELIB}/buildbot/data/changesources.pyo
+${PYSITELIB}/buildbot/data/connector.py
+${PYSITELIB}/buildbot/data/connector.pyc
+${PYSITELIB}/buildbot/data/connector.pyo
+${PYSITELIB}/buildbot/data/exceptions.py
+${PYSITELIB}/buildbot/data/exceptions.pyc
+${PYSITELIB}/buildbot/data/exceptions.pyo
+${PYSITELIB}/buildbot/data/forceschedulers.py
+${PYSITELIB}/buildbot/data/forceschedulers.pyc
+${PYSITELIB}/buildbot/data/forceschedulers.pyo
+${PYSITELIB}/buildbot/data/logchunks.py
+${PYSITELIB}/buildbot/data/logchunks.pyc
+${PYSITELIB}/buildbot/data/logchunks.pyo
+${PYSITELIB}/buildbot/data/logs.py
+${PYSITELIB}/buildbot/data/logs.pyc
+${PYSITELIB}/buildbot/data/logs.pyo
+${PYSITELIB}/buildbot/data/masters.py
+${PYSITELIB}/buildbot/data/masters.pyc
+${PYSITELIB}/buildbot/data/masters.pyo
+${PYSITELIB}/buildbot/data/patches.py
+${PYSITELIB}/buildbot/data/patches.pyc
+${PYSITELIB}/buildbot/data/patches.pyo
+${PYSITELIB}/buildbot/data/properties.py
+${PYSITELIB}/buildbot/data/properties.pyc
+${PYSITELIB}/buildbot/data/properties.pyo
+${PYSITELIB}/buildbot/data/resultspec.py
+${PYSITELIB}/buildbot/data/resultspec.pyc
+${PYSITELIB}/buildbot/data/resultspec.pyo
+${PYSITELIB}/buildbot/data/root.py
+${PYSITELIB}/buildbot/data/root.pyc
+${PYSITELIB}/buildbot/data/root.pyo
+${PYSITELIB}/buildbot/data/schedulers.py
+${PYSITELIB}/buildbot/data/schedulers.pyc
+${PYSITELIB}/buildbot/data/schedulers.pyo
+${PYSITELIB}/buildbot/data/sourcestamps.py
+${PYSITELIB}/buildbot/data/sourcestamps.pyc
+${PYSITELIB}/buildbot/data/sourcestamps.pyo
+${PYSITELIB}/buildbot/data/steps.py
+${PYSITELIB}/buildbot/data/steps.pyc
+${PYSITELIB}/buildbot/data/steps.pyo
+${PYSITELIB}/buildbot/data/types.py
+${PYSITELIB}/buildbot/data/types.pyc
+${PYSITELIB}/buildbot/data/types.pyo
+${PYSITELIB}/buildbot/data/workers.py
+${PYSITELIB}/buildbot/data/workers.pyc
+${PYSITELIB}/buildbot/data/workers.pyo
 ${PYSITELIB}/buildbot/db/__init__.py
 ${PYSITELIB}/buildbot/db/__init__.pyc
 ${PYSITELIB}/buildbot/db/__init__.pyo
 ${PYSITELIB}/buildbot/db/base.py
 ${PYSITELIB}/buildbot/db/base.pyc
 ${PYSITELIB}/buildbot/db/base.pyo
+${PYSITELIB}/buildbot/db/builders.py
+${PYSITELIB}/buildbot/db/builders.pyc
+${PYSITELIB}/buildbot/db/builders.pyo
 ${PYSITELIB}/buildbot/db/buildrequests.py
 ${PYSITELIB}/buildbot/db/buildrequests.pyc
 ${PYSITELIB}/buildbot/db/buildrequests.pyo
@@ -113,88 +186,70 @@
 ${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
+${PYSITELIB}/buildbot/db/changesources.py
+${PYSITELIB}/buildbot/db/changesources.pyc
+${PYSITELIB}/buildbot/db/changesources.pyo
 ${PYSITELIB}/buildbot/db/connector.py
 ${PYSITELIB}/buildbot/db/connector.pyc
 ${PYSITELIB}/buildbot/db/connector.pyo
+${PYSITELIB}/buildbot/db/dbconfig.py
+${PYSITELIB}/buildbot/db/dbconfig.pyc
+${PYSITELIB}/buildbot/db/dbconfig.pyo
 ${PYSITELIB}/buildbot/db/enginestrategy.py
 ${PYSITELIB}/buildbot/db/enginestrategy.pyc
 ${PYSITELIB}/buildbot/db/enginestrategy.pyo
 ${PYSITELIB}/buildbot/db/exceptions.py
 ${PYSITELIB}/buildbot/db/exceptions.pyc
 ${PYSITELIB}/buildbot/db/exceptions.pyo
+${PYSITELIB}/buildbot/db/logs.py
+${PYSITELIB}/buildbot/db/logs.pyc
+${PYSITELIB}/buildbot/db/logs.pyo
+${PYSITELIB}/buildbot/db/masters.py
+${PYSITELIB}/buildbot/db/masters.pyc
+${PYSITELIB}/buildbot/db/masters.pyo
 ${PYSITELIB}/buildbot/db/migrate/migrate.cfg
-${PYSITELIB}/buildbot/db/migrate/versions/001_initial.py
-${PYSITELIB}/buildbot/db/migrate/versions/001_initial.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/001_initial.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/002_add_proj_repo.py
-${PYSITELIB}/buildbot/db/migrate/versions/002_add_proj_repo.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/002_add_proj_repo.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/003_scheduler_class_name.py
-${PYSITELIB}/buildbot/db/migrate/versions/003_scheduler_class_name.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/003_scheduler_class_name.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/004_add_autoincrement.py
-${PYSITELIB}/buildbot/db/migrate/versions/004_add_autoincrement.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/004_add_autoincrement.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/005_add_indexes.py
-${PYSITELIB}/buildbot/db/migrate/versions/005_add_indexes.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/005_add_indexes.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/006_drop_last_access.py
-${PYSITELIB}/buildbot/db/migrate/versions/006_drop_last_access.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/006_drop_last_access.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/007_add_object_tables.py
-${PYSITELIB}/buildbot/db/migrate/versions/007_add_object_tables.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/007_add_object_tables.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/008_add_scheduler_changes_index.py
-${PYSITELIB}/buildbot/db/migrate/versions/008_add_scheduler_changes_index.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/008_add_scheduler_changes_index.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/009_add_patch_author.py
-${PYSITELIB}/buildbot/db/migrate/versions/009_add_patch_author.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/009_add_patch_author.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/010_fix_column_lengths.py
-${PYSITELIB}/buildbot/db/migrate/versions/010_fix_column_lengths.pyc
-${PYSITELIB}/buildbot/db/migrate/versions/010_fix_column_lengths.pyo
-${PYSITELIB}/buildbot/db/migrate/versions/011_add_buildrequest_claims.py



Home | Main Index | Thread Index | Old Index