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: Tue Apr 3 20:58:19 UTC 2018
Modified Files:
pkgsrc/devel/py-buildbot: Makefile PLIST distinfo
pkgsrc/devel/py-buildbot-console-view: Makefile distinfo
pkgsrc/devel/py-buildbot-grid-view: Makefile distinfo
pkgsrc/devel/py-buildbot-pkg: Makefile distinfo
pkgsrc/devel/py-buildbot-waterfall-view: Makefile distinfo
pkgsrc/devel/py-buildbot-worker: Makefile PLIST distinfo
pkgsrc/devel/py-buildbot-www: Makefile PLIST distinfo
Log Message:
py-buildbot: updated to 1.1.0
Buildbot 1.1.0:
Deprecations and Removals:
Removed ramlfication as a dependency to build the docs and run the tests.
Bug fixes:
Fixed buildrequests API doesn’t provide properties data
Fix missing owner on builder build table
Include hipchat as reporter.
Fix encoding issues of commands with Windows workers
Fixed Relax builder name length restriction
Fix the configuration order so that services can actually use secrets
Partially fix Builder page should show the worker information
Features:
Added the defaultProperties parameter to builders.
When a build step has a log called “summary” (case-insensitive), the Build Summary page will sort that log first in the list of logs, and automatically expand it.
Buildbot 1.0.0:
Despite the major version bump, Buildbot 1.0.0 does not have major difference with the 0.9 series. 1.0.0 is rather the mark of API stability. Developers do not foresee a major API break in the next
few years like we had for 0.8 to 0.9.
Starting with 1.0.0, Buildbot will follow semver versioning methodology.
Bug fixes:
Cloning Git repository with submodules now works with Git < 1.7.6 instead of failing due to the use of the unsupported --force option.
GitHub hook now properly creates a change in case of new tag or new branch. GitHub changes will have the category set to tag when a tag was pushed to easily distinguish from a branch push.
Fixed issue with Master.expireMasters not always honoring its forceHouseKeeping parameter.
Fixed issue with steps not correctly ending in CANCELLED status when interrupted.
Fix maximum recursion limit issue when transferring large files with LocalWorker (issue:3014).
Added an argument to P4Source that allows users to provide a callable to convert Perforce branch and revision to a valid revlink URL. Perforce supplies a p4web server for resolving urls into change
lists.
Fixed issue with buildbot_pkg` not hanging on yarn step on windows
Fix issue with workers notify_on_missing not able to be configurable as a single string instead of list of string
Fixed Builder page should display worker name instead of id
Features:
Add capability to override the default UI settings
All Reporters have been adapted to be able to use Secret. SVNPoller has been adapted to be able to use Secret.
Implement support for Bitbucket Cloud webhook plugin in BitbucketCloudEventHandler
The owners property now includes people associated with the changes of the build
The repo source step now syncs with the --force-sync flag which allows the sync to proceed when a source repo in the manifest has changed.
Add support for compressing the repo source step cache tarball with pigz, a parallel gzip compressor.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-buildbot/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-buildbot/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-console-view/Makefile \
pkgsrc/devel/py-buildbot-console-view/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-grid-view/Makefile \
pkgsrc/devel/py-buildbot-grid-view/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-buildbot-pkg/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-pkg/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-waterfall-view/Makefile \
pkgsrc/devel/py-buildbot-waterfall-view/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-buildbot-worker/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-worker/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-buildbot-worker/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-buildbot-www/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-www/PLIST
cvs rdiff -u -r1.2 -r1.3 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.16 pkgsrc/devel/py-buildbot/Makefile:1.17
--- pkgsrc/devel/py-buildbot/Makefile:1.16 Mon Dec 18 12:13:55 2017
+++ pkgsrc/devel/py-buildbot/Makefile Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/12/18 12:13:55 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/04/03 20:58:18 adam Exp $
-DISTNAME= buildbot-0.9.14
+DISTNAME= buildbot-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot/}
@@ -17,20 +17,18 @@ DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:.
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-migrate
-DEPENDS+= ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
+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
-BUILD_DEPENDS+= ${PYPKGPREFIX}-jade-[0-9]*:../../textproc/py-jade
-BUILD_DEPENDS+= ${PYPKGPREFIX}-lz4-[0-9]*:../../archivers/py-lz4
-BUILD_DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
-BUILD_DEPENDS+= ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
-BUILD_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-BUILD_DEPENDS+= ${PYPKGPREFIX}-ramlfications-[0-9]*:../../textproc/py-ramlfications
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
-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
+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}-treq-[0-9]*:../../devel/py-treq
+TEST_DEPENDS+= ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
+TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
USE_LANGUAGES= # none
@@ -42,7 +40,7 @@ post-install:
.include "../../lang/python/egg.mk"
.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
-BUILD_DEPENDS+= ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
+TEST_DEPENDS+= ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
.endif
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-buildbot/PLIST
diff -u pkgsrc/devel/py-buildbot/PLIST:1.4 pkgsrc/devel/py-buildbot/PLIST:1.5
--- pkgsrc/devel/py-buildbot/PLIST:1.4 Mon Dec 18 12:13:55 2017
+++ pkgsrc/devel/py-buildbot/PLIST Tue Apr 3 20:58:18 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/12/18 12:13:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/03 20:58:18 adam Exp $
bin/buildbot${PYVERSSUFFIX}
bin/buildbot_windows_service${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -244,6 +244,12 @@ ${PYSITELIB}/buildbot/db/migrate/version
${PYSITELIB}/buildbot/db/migrate/versions/049_add_schedulers_enabled.py
${PYSITELIB}/buildbot/db/migrate/versions/049_add_schedulers_enabled.pyc
${PYSITELIB}/buildbot/db/migrate/versions/049_add_schedulers_enabled.pyo
+${PYSITELIB}/buildbot/db/migrate/versions/050_cascading_deletes_all.py
+${PYSITELIB}/buildbot/db/migrate/versions/050_cascading_deletes_all.pyc
+${PYSITELIB}/buildbot/db/migrate/versions/050_cascading_deletes_all.pyo
+${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/__init__.py
${PYSITELIB}/buildbot/db/migrate/versions/__init__.pyc
${PYSITELIB}/buildbot/db/migrate/versions/__init__.pyo
@@ -879,15 +885,33 @@ ${PYSITELIB}/buildbot/test/fuzz/test_lru
${PYSITELIB}/buildbot/test/integration/__init__.py
${PYSITELIB}/buildbot/test/integration/__init__.pyc
${PYSITELIB}/buildbot/test/integration/__init__.pyo
+${PYSITELIB}/buildbot/test/integration/interop/__init__.py
+${PYSITELIB}/buildbot/test/integration/interop/__init__.pyc
+${PYSITELIB}/buildbot/test/integration/interop/__init__.pyo
+${PYSITELIB}/buildbot/test/integration/interop/test_commandmixin.py
+${PYSITELIB}/buildbot/test/integration/interop/test_commandmixin.pyc
+${PYSITELIB}/buildbot/test/integration/interop/test_commandmixin.pyo
+${PYSITELIB}/buildbot/test/integration/interop/test_compositestepmixin.py
+${PYSITELIB}/buildbot/test/integration/interop/test_compositestepmixin.pyc
+${PYSITELIB}/buildbot/test/integration/interop/test_compositestepmixin.pyo
+${PYSITELIB}/buildbot/test/integration/interop/test_integration_secrets.py
+${PYSITELIB}/buildbot/test/integration/interop/test_integration_secrets.pyc
+${PYSITELIB}/buildbot/test/integration/interop/test_integration_secrets.pyo
+${PYSITELIB}/buildbot/test/integration/interop/test_interruptcommand.py
+${PYSITELIB}/buildbot/test/integration/interop/test_interruptcommand.pyc
+${PYSITELIB}/buildbot/test/integration/interop/test_interruptcommand.pyo
+${PYSITELIB}/buildbot/test/integration/interop/test_setpropertyfromcommand.py
+${PYSITELIB}/buildbot/test/integration/interop/test_setpropertyfromcommand.pyc
+${PYSITELIB}/buildbot/test/integration/interop/test_setpropertyfromcommand.pyo
+${PYSITELIB}/buildbot/test/integration/interop/test_transfer.py
+${PYSITELIB}/buildbot/test/integration/interop/test_transfer.pyc
+${PYSITELIB}/buildbot/test/integration/interop/test_transfer.pyo
+${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/test_URLs.py
${PYSITELIB}/buildbot/test/integration/test_URLs.pyc
${PYSITELIB}/buildbot/test/integration/test_URLs.pyo
-${PYSITELIB}/buildbot/test/integration/test_commandmixin.py
-${PYSITELIB}/buildbot/test/integration/test_commandmixin.pyc
-${PYSITELIB}/buildbot/test/integration/test_commandmixin.pyo
-${PYSITELIB}/buildbot/test/integration/test_compositestepmixin.py
-${PYSITELIB}/buildbot/test/integration/test_compositestepmixin.pyc
-${PYSITELIB}/buildbot/test/integration/test_compositestepmixin.pyo
${PYSITELIB}/buildbot/test/integration/test_configs.py
${PYSITELIB}/buildbot/test/integration/test_configs.pyc
${PYSITELIB}/buildbot/test/integration/test_configs.pyo
@@ -912,9 +936,6 @@ ${PYSITELIB}/buildbot/test/integration/t
${PYSITELIB}/buildbot/test/integration/test_integration_scheduler_reconfigure.py
${PYSITELIB}/buildbot/test/integration/test_integration_scheduler_reconfigure.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_scheduler_reconfigure.pyo
-${PYSITELIB}/buildbot/test/integration/test_integration_secrets.py
-${PYSITELIB}/buildbot/test/integration/test_integration_secrets.pyc
-${PYSITELIB}/buildbot/test/integration/test_integration_secrets.pyo
${PYSITELIB}/buildbot/test/integration/test_integration_secrets_with_vault.py
${PYSITELIB}/buildbot/test/integration/test_integration_secrets_with_vault.pyc
${PYSITELIB}/buildbot/test/integration/test_integration_secrets_with_vault.pyo
@@ -939,15 +960,9 @@ ${PYSITELIB}/buildbot/test/integration/t
${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_setpropertyfromcommand.py
-${PYSITELIB}/buildbot/test/integration/test_setpropertyfromcommand.pyc
-${PYSITELIB}/buildbot/test/integration/test_setpropertyfromcommand.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_transfer.py
-${PYSITELIB}/buildbot/test/integration/test_transfer.pyc
-${PYSITELIB}/buildbot/test/integration/test_transfer.pyo
${PYSITELIB}/buildbot/test/integration/test_trigger.py
${PYSITELIB}/buildbot/test/integration/test_trigger.pyc
${PYSITELIB}/buildbot/test/integration/test_trigger.pyo
@@ -1185,6 +1200,12 @@ ${PYSITELIB}/buildbot/test/unit/test_db_
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_049_add_schedulers_enabled.py
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_049_add_schedulers_enabled.pyc
${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_049_add_schedulers_enabled.pyo
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_050_cascading_deletes_all.py
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_050_cascading_deletes_all.pyc
+${PYSITELIB}/buildbot/test/unit/test_db_migrate_versions_050_cascading_deletes_all.pyo
+${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_model.py
${PYSITELIB}/buildbot/test/unit/test_db_model.pyc
${PYSITELIB}/buildbot/test/unit/test_db_model.pyo
@@ -1706,6 +1727,9 @@ ${PYSITELIB}/buildbot/test/unit/test_www
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucket.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucket.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucket.pyo
+${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketcloud.py
+${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketcloud.pyc
+${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketcloud.pyo
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketserver.py
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketserver.pyc
${PYSITELIB}/buildbot/test/unit/test_www_hooks_bitbucketserver.pyo
@@ -1811,6 +1835,9 @@ ${PYSITELIB}/buildbot/test/util/querylog
${PYSITELIB}/buildbot/test/util/reporter.py
${PYSITELIB}/buildbot/test/util/reporter.pyc
${PYSITELIB}/buildbot/test/util/reporter.pyo
+${PYSITELIB}/buildbot/test/util/sandboxed_worker.py
+${PYSITELIB}/buildbot/test/util/sandboxed_worker.pyc
+${PYSITELIB}/buildbot/test/util/sandboxed_worker.pyo
${PYSITELIB}/buildbot/test/util/scheduler.py
${PYSITELIB}/buildbot/test/util/scheduler.pyc
${PYSITELIB}/buildbot/test/util/scheduler.pyo
@@ -2000,6 +2027,9 @@ ${PYSITELIB}/buildbot/www/hooks/base.pyo
${PYSITELIB}/buildbot/www/hooks/bitbucket.py
${PYSITELIB}/buildbot/www/hooks/bitbucket.pyc
${PYSITELIB}/buildbot/www/hooks/bitbucket.pyo
+${PYSITELIB}/buildbot/www/hooks/bitbucketcloud.py
+${PYSITELIB}/buildbot/www/hooks/bitbucketcloud.pyc
+${PYSITELIB}/buildbot/www/hooks/bitbucketcloud.pyo
${PYSITELIB}/buildbot/www/hooks/bitbucketserver.py
${PYSITELIB}/buildbot/www/hooks/bitbucketserver.pyc
${PYSITELIB}/buildbot/www/hooks/bitbucketserver.pyo
Index: pkgsrc/devel/py-buildbot/distinfo
diff -u pkgsrc/devel/py-buildbot/distinfo:1.6 pkgsrc/devel/py-buildbot/distinfo:1.7
--- pkgsrc/devel/py-buildbot/distinfo:1.6 Mon Dec 18 12:13:55 2017
+++ pkgsrc/devel/py-buildbot/distinfo Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/12/18 12:13:55 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/04/03 20:58:18 adam Exp $
-SHA1 (buildbot-0.9.14.tar.gz) = f5f4292c8e6b2d94c28601a4ff40f6113940eb14
-RMD160 (buildbot-0.9.14.tar.gz) = 5f845ca174dd0cc2f30201f5c65832fd2451aa81
-SHA512 (buildbot-0.9.14.tar.gz) = 2adee1c11f13f2c9ed76015180417b817a00303e44b75d9bb4e55cc55d2ba41d76fcbb3c46f2485341464b9d649c642d686feea70f84caba780a5a834240a68c
-Size (buildbot-0.9.14.tar.gz) = 3109782 bytes
+SHA1 (buildbot-1.1.0.tar.gz) = 415dd7ebc82dccfbf611f79334803db1f3548046
+RMD160 (buildbot-1.1.0.tar.gz) = df9f7ca1408771ba10d162071df2514b295857ac
+SHA512 (buildbot-1.1.0.tar.gz) = f850ba2cd93d54a8abc97503719f93f69dfdc3d03b519e2d05c02bdc11893529eb51d74b6584555689281aedb71c3aa6c23141cf5fbc68ae97e09f1c89b2c94c
+Size (buildbot-1.1.0.tar.gz) = 3098781 bytes
Index: pkgsrc/devel/py-buildbot-console-view/Makefile
diff -u pkgsrc/devel/py-buildbot-console-view/Makefile:1.2 pkgsrc/devel/py-buildbot-console-view/Makefile:1.3
--- pkgsrc/devel/py-buildbot-console-view/Makefile:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-console-view/Makefile Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/12/18 12:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/03 20:58:18 adam Exp $
-DISTNAME= buildbot-console-view-0.9.14
+DISTNAME= buildbot-console-view-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-console-view/}
Index: pkgsrc/devel/py-buildbot-console-view/distinfo
diff -u pkgsrc/devel/py-buildbot-console-view/distinfo:1.2 pkgsrc/devel/py-buildbot-console-view/distinfo:1.3
--- pkgsrc/devel/py-buildbot-console-view/distinfo:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-console-view/distinfo Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 20:58:18 adam Exp $
-SHA1 (buildbot-console-view-0.9.14.tar.gz) = 07a10814c6b1ae5bf1f4d05026ef3c6e8e9a4970
-RMD160 (buildbot-console-view-0.9.14.tar.gz) = 8d9ae375197e7a610abbdb1252832d6bd9aeeae0
-SHA512 (buildbot-console-view-0.9.14.tar.gz) = a908dc3ddefc543ce93945c18e0067e21b0d147a7e8ba69b6078414c4670f35edd30de7e92c3b30f35abe0388da0319a89c8768a6fb2a806c36578b5d08e16c2
-Size (buildbot-console-view-0.9.14.tar.gz) = 640652 bytes
+SHA1 (buildbot-console-view-1.1.0.tar.gz) = acc05fe8963e75bb4636780ed667b68633adfcf0
+RMD160 (buildbot-console-view-1.1.0.tar.gz) = 2b8b390e219de783d440ddfe3ded49c1dfdeae40
+SHA512 (buildbot-console-view-1.1.0.tar.gz) = c45962f73d8e8214518c09fc3163d20f93ac4f55ed547dc90f4116906b94a01384bdc28e52d1b850ba34077c4cd30cd3e1f2dae23c01e233e5745de181e2dc6c
+Size (buildbot-console-view-1.1.0.tar.gz) = 640524 bytes
Index: pkgsrc/devel/py-buildbot-grid-view/Makefile
diff -u pkgsrc/devel/py-buildbot-grid-view/Makefile:1.2 pkgsrc/devel/py-buildbot-grid-view/Makefile:1.3
--- pkgsrc/devel/py-buildbot-grid-view/Makefile:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-grid-view/Makefile Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/12/18 12:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/03 20:58:18 adam Exp $
-DISTNAME= buildbot-grid-view-0.9.14
+DISTNAME= buildbot-grid-view-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-grid-view/}
Index: pkgsrc/devel/py-buildbot-grid-view/distinfo
diff -u pkgsrc/devel/py-buildbot-grid-view/distinfo:1.2 pkgsrc/devel/py-buildbot-grid-view/distinfo:1.3
--- pkgsrc/devel/py-buildbot-grid-view/distinfo:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-grid-view/distinfo Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 20:58:18 adam Exp $
-SHA1 (buildbot-grid-view-0.9.14.tar.gz) = 319665517dc9bed95afb593a40966f76181c8da9
-RMD160 (buildbot-grid-view-0.9.14.tar.gz) = 6e0221d61e90867dc2b9cb5fc856dad64e62ac3d
-SHA512 (buildbot-grid-view-0.9.14.tar.gz) = 9b0e981550d8866a452abe8d4378772dae221cdc98cf4c8d9088d91726e9061cd3da0540926a4d47553a874eeafa612fc5a80dc5b65472839dea8f067e0b3115
-Size (buildbot-grid-view-0.9.14.tar.gz) = 638810 bytes
+SHA1 (buildbot-grid-view-1.1.0.tar.gz) = 275b8bfcbf0a9e38c5a313158308e2b7b21b45b1
+RMD160 (buildbot-grid-view-1.1.0.tar.gz) = 38e57ef331da5cd0baacefd7b757e7414c85c507
+SHA512 (buildbot-grid-view-1.1.0.tar.gz) = 64b2c3f1e45232d7dae10b4505f4aaf9ad5b72dd22ad5be4aa5c4265a6a315ae65f72b7a8006a6b0ee887e5d30b2d28fe5085afa683efeda2ede8a7c310bb750
+Size (buildbot-grid-view-1.1.0.tar.gz) = 638856 bytes
Index: pkgsrc/devel/py-buildbot-pkg/Makefile
diff -u pkgsrc/devel/py-buildbot-pkg/Makefile:1.3 pkgsrc/devel/py-buildbot-pkg/Makefile:1.4
--- pkgsrc/devel/py-buildbot-pkg/Makefile:1.3 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-pkg/Makefile Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/12/18 12:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/03 20:58:18 adam Exp $
-DISTNAME= buildbot-pkg-0.9.14
+DISTNAME= buildbot-pkg-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-pkg/}
Index: pkgsrc/devel/py-buildbot-pkg/distinfo
diff -u pkgsrc/devel/py-buildbot-pkg/distinfo:1.2 pkgsrc/devel/py-buildbot-pkg/distinfo:1.3
--- pkgsrc/devel/py-buildbot-pkg/distinfo:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-pkg/distinfo Tue Apr 3 20:58:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 20:58:18 adam Exp $
-SHA1 (buildbot-pkg-0.9.14.tar.gz) = b19d02913b44747113e97b9fc8c233ece1096086
-RMD160 (buildbot-pkg-0.9.14.tar.gz) = f356a92c1c5219254f127691d393f4df30156385
-SHA512 (buildbot-pkg-0.9.14.tar.gz) = 995d12744e44c26907c39693953c7f6c10b582a36931212534e58725207b3a5c7a5e4c74a4f1fd9f9cd6b0be46c320b619b9f6fd1d19e483e8a391b1ce9bf78d
-Size (buildbot-pkg-0.9.14.tar.gz) = 4425 bytes
+SHA1 (buildbot-pkg-1.1.0.tar.gz) = d80688910dd01495468b8d0b280bc9d0c38cfc25
+RMD160 (buildbot-pkg-1.1.0.tar.gz) = 96953b102c188dc0e44565a7110fb28eb24877e6
+SHA512 (buildbot-pkg-1.1.0.tar.gz) = e48d8086170d9c7fd8270a2401ee5f0980dcd2a4554218fd9ac1159d9f08f4a82fc03a2bbea27d169e9f0e4219d9ae8331a522cbf52bdd2e51bb13527f4dbd8d
+Size (buildbot-pkg-1.1.0.tar.gz) = 4855 bytes
Index: pkgsrc/devel/py-buildbot-waterfall-view/Makefile
diff -u pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.2 pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.3
--- pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-waterfall-view/Makefile Tue Apr 3 20:58:19 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/12/18 12:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/03 20:58:19 adam Exp $
-DISTNAME= buildbot-waterfall-view-0.9.14
+DISTNAME= buildbot-waterfall-view-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-waterfall-view/}
Index: pkgsrc/devel/py-buildbot-waterfall-view/distinfo
diff -u pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.2 pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.3
--- pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-waterfall-view/distinfo Tue Apr 3 20:58:19 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 20:58:19 adam Exp $
-SHA1 (buildbot-waterfall-view-0.9.14.tar.gz) = 058c400a97cc1bc1e57683ba56bd8056c5d37c2b
-RMD160 (buildbot-waterfall-view-0.9.14.tar.gz) = 35f80fc01957403373b4d3fe5019ceb336e29fc7
-SHA512 (buildbot-waterfall-view-0.9.14.tar.gz) = d2522cdb1d3c2ff3dd34bd35343b48c4df75f1218eeb9881eda5b110e267ab0d8476883c3ebab600a057ad20353cd992f7ceb1026f91e20f4b7bff35f08a5b11
-Size (buildbot-waterfall-view-0.9.14.tar.gz) = 713920 bytes
+SHA1 (buildbot-waterfall-view-1.1.0.tar.gz) = b8134d4a84cc4a1b653c654f146667f5ede6e06d
+RMD160 (buildbot-waterfall-view-1.1.0.tar.gz) = 4160f6a51e9007d179acf5aec664537cc7c85acb
+SHA512 (buildbot-waterfall-view-1.1.0.tar.gz) = f6151aab01b680aa77b17c6863e3d33557c2436a2ffe35db0b75416a1d7facd3927437c8bd659d8fbda339e4f77412ba6df605500e6b31559770fa3a3c0eca59
+Size (buildbot-waterfall-view-1.1.0.tar.gz) = 713901 bytes
Index: pkgsrc/devel/py-buildbot-worker/Makefile
diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.4 pkgsrc/devel/py-buildbot-worker/Makefile:1.5
--- pkgsrc/devel/py-buildbot-worker/Makefile:1.4 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-worker/Makefile Tue Apr 3 20:58:19 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/12/18 12:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/03 20:58:19 adam Exp $
-DISTNAME= buildbot-worker-0.9.14
+DISTNAME= buildbot-worker-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-worker/}
@@ -12,8 +12,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
DEPENDS+= ${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
-BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-buildbot-worker/PLIST
diff -u pkgsrc/devel/py-buildbot-worker/PLIST:1.2 pkgsrc/devel/py-buildbot-worker/PLIST:1.3
--- pkgsrc/devel/py-buildbot-worker/PLIST:1.2 Mon Dec 18 08:48:26 2017
+++ pkgsrc/devel/py-buildbot-worker/PLIST Tue Apr 3 20:58:19 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/12/18 08:48:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/04/03 20:58:19 adam Exp $
bin/buildbot-worker${PYVERSSUFFIX}
bin/buildbot_worker_windows_service${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -53,12 +53,6 @@ ${PYSITELIB}/buildbot_worker/interfaces.
${PYSITELIB}/buildbot_worker/monkeypatches/__init__.py
${PYSITELIB}/buildbot_worker/monkeypatches/__init__.pyc
${PYSITELIB}/buildbot_worker/monkeypatches/__init__.pyo
-${PYSITELIB}/buildbot_worker/monkeypatches/bug4881.py
-${PYSITELIB}/buildbot_worker/monkeypatches/bug4881.pyc
-${PYSITELIB}/buildbot_worker/monkeypatches/bug4881.pyo
-${PYSITELIB}/buildbot_worker/monkeypatches/bug5079.py
-${PYSITELIB}/buildbot_worker/monkeypatches/bug5079.pyc
-${PYSITELIB}/buildbot_worker/monkeypatches/bug5079.pyo
${PYSITELIB}/buildbot_worker/monkeypatches/testcase_assert.py
${PYSITELIB}/buildbot_worker/monkeypatches/testcase_assert.pyc
${PYSITELIB}/buildbot_worker/monkeypatches/testcase_assert.pyo
Index: pkgsrc/devel/py-buildbot-worker/distinfo
diff -u pkgsrc/devel/py-buildbot-worker/distinfo:1.3 pkgsrc/devel/py-buildbot-worker/distinfo:1.4
--- pkgsrc/devel/py-buildbot-worker/distinfo:1.3 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-worker/distinfo Tue Apr 3 20:58:19 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/12/18 12:13:56 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/04/03 20:58:19 adam Exp $
-SHA1 (buildbot-worker-0.9.14.tar.gz) = 23d4ac916af86234b1c4fc6e3b6eb172ea3a6fa4
-RMD160 (buildbot-worker-0.9.14.tar.gz) = 3cfd7929975cc1b1e489de505404fe7eb51e5be6
-SHA512 (buildbot-worker-0.9.14.tar.gz) = edfa407d59478a41432dd198678c7f961f99d98f4f7f584f04eb3cde653aa14e292a3b956affba080e5f626db92b206b6c9c4c87f445e7c10779a85edc33e5c7
-Size (buildbot-worker-0.9.14.tar.gz) = 103975 bytes
+SHA1 (buildbot-worker-1.1.0.tar.gz) = 89b7f1f263ec3f71918ba50bd9903241ffe05ebb
+RMD160 (buildbot-worker-1.1.0.tar.gz) = 7b31050d36315da72c519c43e0e9a388de3db569
+SHA512 (buildbot-worker-1.1.0.tar.gz) = 77c46b3c9a16847eaf72de1dafa871a3242b66235c94ce8109f953db39aa4b74de2a03ca7ff06e91f8ea0751ed57e6ec1f39336912d56346f1bed171f597f6ed
+Size (buildbot-worker-1.1.0.tar.gz) = 102142 bytes
Index: pkgsrc/devel/py-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.3 pkgsrc/devel/py-buildbot-www/Makefile:1.4
--- pkgsrc/devel/py-buildbot-www/Makefile:1.3 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-www/Makefile Tue Apr 3 20:58:19 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/12/18 12:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/04/03 20:58:19 adam Exp $
-DISTNAME= buildbot-www-0.9.14
+DISTNAME= buildbot-www-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-www/}
@@ -11,8 +11,8 @@ COMMENT= Web frontend for the buildbot C
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
-BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
USE_LANGUAGE= # none
Index: pkgsrc/devel/py-buildbot-www/PLIST
diff -u pkgsrc/devel/py-buildbot-www/PLIST:1.1 pkgsrc/devel/py-buildbot-www/PLIST:1.2
--- pkgsrc/devel/py-buildbot-www/PLIST:1.1 Sun Oct 1 23:45:50 2017
+++ pkgsrc/devel/py-buildbot-www/PLIST Tue Apr 3 20:58:19 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/01 23:45:50 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/04/03 20:58:19 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,6 +15,9 @@ ${PYSITELIB}/buildbot_www/static/fonts/f
${PYSITELIB}/buildbot_www/static/fonts/fontawesome-webfont.ttf
${PYSITELIB}/buildbot_www/static/fonts/fontawesome-webfont.woff
${PYSITELIB}/buildbot_www/static/img/favicon.ico
+${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
Index: pkgsrc/devel/py-buildbot-www/distinfo
diff -u pkgsrc/devel/py-buildbot-www/distinfo:1.2 pkgsrc/devel/py-buildbot-www/distinfo:1.3
--- pkgsrc/devel/py-buildbot-www/distinfo:1.2 Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-www/distinfo Tue Apr 3 20:58:19 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/12/18 12:13:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 20:58:19 adam Exp $
-SHA1 (buildbot-www-0.9.14.tar.gz) = 7cecfa5ada434b11443c79cffb561963e0691c7d
-RMD160 (buildbot-www-0.9.14.tar.gz) = 6a37e3348b0b33544a9e055371fe6c1fb185b0e2
-SHA512 (buildbot-www-0.9.14.tar.gz) = 093f35b6ca604351872f923338e0fff2387ce309d5ae906abea83bc2c38a29524f5a808c11064e7b18f29f5c339ec44c2fa60a3dba06a343eb03cc06c5c93da5
-Size (buildbot-www-0.9.14.tar.gz) = 691165 bytes
+SHA1 (buildbot-www-1.1.0.tar.gz) = c2dc96f8b3656f95d8edb72877a6ced666e00265
+RMD160 (buildbot-www-1.1.0.tar.gz) = 9f14d3a7e16d09113f82b2ee449dc1d512ecccce
+SHA512 (buildbot-www-1.1.0.tar.gz) = 8e95a4faf393a81fccab225cf33ee13947cb72e441e2cfde833843838686a888cff24e45c6085d4ac431dec177d696441cb21014d172ae23b61ef70164fccb31
+Size (buildbot-www-1.1.0.tar.gz) = 718666 bytes
Home |
Main Index |
Thread Index |
Old Index