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:           Thu Nov 15 14:14:14 UTC 2018

Modified Files:
        pkgsrc/devel/py-buildbot: ALTERNATIVES 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: ALTERNATIVES Makefile PLIST distinfo
        pkgsrc/devel/py-buildbot-www: Makefile distinfo

Log Message:
py-buildbot: updated to 1.5.0

v1.5.0:
Bug fixes
Fix the umask parameter example to make it work with both Python 2.x and 3.x.
Fix build-change association for multi-codebase builds in the console view..
Fixed builders page doesn't list workers in multi-master configuration
Restricted groups added by :py:class:~buildbot.www.oauth2.GitHubAuth's
getTeamsMembership option to only those teams to which the user belongs.
Previously, groups were added for all teams for all organizations to which
the user belongs.
Fix 'Show old workers' combo behavior.

Features
GitHub teams added to a user's groups by
:py:class:~buildbot.www.oauth2.GitHubAuth's getTeamsMembership option
are now added by slug as well as by name. This means a team named "Bot
Builders" in the organization "buildbot" will be added as both buildbot/Bot Builders and buildbot/bot-builders.
Make urlText renderable for the
:py:class:~buildbot.steps.transfer.FileUpload build step.
Added noticeOnChannel option to :bb:reporter:IRC to send notices
instead of messages to channels. This was an option in v0.8.x and removed in
v0.9.0, which defaulted to sending notices. The v0.8.x default of sending
messages is now restored.

Reverts
Reverted: Fix git submodule support when using sshPrivateKey and sshHostKey because it broke other use cases
In order to have this feature to work, you need to keep your master in 1.4.0, and make sure your worker buildbot.tac are installed in the same path as your master.

v1.4.0:
Bug fixes
Fix Build.getUrl() to not ignore virtual builders.
Fix git submodule support when using sshPrivateKey and sshHostKey
settings by passing ssh data as absolute, not relative paths.
Fixed :bb:step:P4 for change in latest version of p4 login -p.
:py:class:buildbot.reporters.irc.IrcStatusBot no longer encodes messages
before passing them on to methods of its Twisted base class to avoid posting
the repr() of a bytes object when running on Python 3.

Features
Added new :bb:step:GitPush step to perform git push operations.
Objects returned by :ref:renderer now are able to pass extra arguments to
the rendered function via withArgs method.

Test Suite
Test suite has been improved for readability by adding a lot of inlineCallbacks
Fixed tests which didn't wait for assertFailure's returned deferred.
The test suite now runs on Python 3.7 (mostly deprecation warnings from dependencies shut down)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot/ALTERNATIVES
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-buildbot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-buildbot/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-buildbot-console-view/Makefile \
    pkgsrc/devel/py-buildbot-console-view/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-buildbot-grid-view/Makefile \
    pkgsrc/devel/py-buildbot-grid-view/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-pkg/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-buildbot-pkg/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-buildbot-waterfall-view/Makefile \
    pkgsrc/devel/py-buildbot-waterfall-view/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-worker/ALTERNATIVES
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-worker/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-buildbot-worker/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-buildbot-worker/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-buildbot-www/Makefile
cvs rdiff -u -r1.5 -r1.6 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/ALTERNATIVES
diff -u pkgsrc/devel/py-buildbot/ALTERNATIVES:1.1 pkgsrc/devel/py-buildbot/ALTERNATIVES:1.2
--- pkgsrc/devel/py-buildbot/ALTERNATIVES:1.1   Mon Dec 18 12:40:34 2017
+++ pkgsrc/devel/py-buildbot/ALTERNATIVES       Thu Nov 15 14:14:14 2018
@@ -1,2 +1,2 @@
-bin/buildbot @PREFIX@/bin/buildbot@PYVERSSUFFIX@
-bin/buildbot_windows_service @PREFIX@/bin/buildbot_windows_service@PYVERSSUFFIX@
+bin/buildbot @PREFIX@/bin/buildbot-@PYVERSSUFFIX@
+bin/buildbot_windows_service @PREFIX@/bin/buildbot_windows_service-@PYVERSSUFFIX@

Index: pkgsrc/devel/py-buildbot/Makefile
diff -u pkgsrc/devel/py-buildbot/Makefile:1.19 pkgsrc/devel/py-buildbot/Makefile:1.20
--- pkgsrc/devel/py-buildbot/Makefile:1.19      Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot/Makefile   Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-1.3.0
+DISTNAME=      buildbot-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://buildbot.net/
 COMMENT=       Continuous integration system
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
 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
@@ -30,17 +30,17 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-treq-[0-9]
 TEST_DEPENDS+= ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
 TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
 
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
+TEST_DEPENDS+= ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
+.endif
+
 USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} buildbot buildbot${PYVERSSUFFIX} && \
-       ${MV} buildbot_windows_service buildbot_windows_service${PYVERSSUFFIX} || ${TRUE}
+       ${MV} buildbot buildbot-${PYVERSSUFFIX} && \
+       ${MV} buildbot_windows_service buildbot_windows_service-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
-
-.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
-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.6 pkgsrc/devel/py-buildbot/PLIST:1.7
--- pkgsrc/devel/py-buildbot/PLIST:1.6  Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot/PLIST      Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2018/08/28 07:26:19 adam Exp $
-bin/buildbot${PYVERSSUFFIX}
-bin/buildbot_windows_service${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.7 2018/11/15 14:14:14 adam Exp $
+bin/buildbot-${PYVERSSUFFIX}
+bin/buildbot_windows_service-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt

Index: pkgsrc/devel/py-buildbot/distinfo
diff -u pkgsrc/devel/py-buildbot/distinfo:1.9 pkgsrc/devel/py-buildbot/distinfo:1.10
--- pkgsrc/devel/py-buildbot/distinfo:1.9       Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot/distinfo   Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-1.3.0.tar.gz) = 9ffaf9dea5586164f0bda7df93b17b8b0cb119fd
-RMD160 (buildbot-1.3.0.tar.gz) = 0585ba272e9c0b86ddcae8d8654c4014cfbae64f
-SHA512 (buildbot-1.3.0.tar.gz) = e5ecf3eafe428a188c2410d270ee9bd5afc39122e62d35747288cf85347368ab4a94190b4ff6fe687269dc19cc7b91d33be8d3e3b637741e421a2cbd83572830
-Size (buildbot-1.3.0.tar.gz) = 3119185 bytes
+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

Index: pkgsrc/devel/py-buildbot-console-view/Makefile
diff -u pkgsrc/devel/py-buildbot-console-view/Makefile:1.5 pkgsrc/devel/py-buildbot-console-view/Makefile:1.6
--- pkgsrc/devel/py-buildbot-console-view/Makefile:1.5  Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-console-view/Makefile      Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-console-view-1.3.0
+DISTNAME=      buildbot-console-view-1.5.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.5 pkgsrc/devel/py-buildbot-console-view/distinfo:1.6
--- pkgsrc/devel/py-buildbot-console-view/distinfo:1.5  Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-console-view/distinfo      Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-console-view-1.3.0.tar.gz) = e63bb133d10bffc7f5e7fdab1efa4475369a71d1
-RMD160 (buildbot-console-view-1.3.0.tar.gz) = 12b44217672b3e5e004043bd0d3316680868532b
-SHA512 (buildbot-console-view-1.3.0.tar.gz) = 5b4fa27c8cca57df083c3044729bc6086086dabe819e215b02fe4fda0863b62658925433bbc90d9b38f4309af50b2312b3c9aaefff96a1f62b18d160ca66f205
-Size (buildbot-console-view-1.3.0.tar.gz) = 640506 bytes
+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

Index: pkgsrc/devel/py-buildbot-grid-view/Makefile
diff -u pkgsrc/devel/py-buildbot-grid-view/Makefile:1.5 pkgsrc/devel/py-buildbot-grid-view/Makefile:1.6
--- pkgsrc/devel/py-buildbot-grid-view/Makefile:1.5     Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-grid-view/Makefile Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-grid-view-1.3.0
+DISTNAME=      buildbot-grid-view-1.5.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.5 pkgsrc/devel/py-buildbot-grid-view/distinfo:1.6
--- pkgsrc/devel/py-buildbot-grid-view/distinfo:1.5     Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-grid-view/distinfo Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-grid-view-1.3.0.tar.gz) = cc34b7704471c319e11d0ac9ce94ab17238ebbdc
-RMD160 (buildbot-grid-view-1.3.0.tar.gz) = ee2405c2d673aa43a7079f641d866d0a19931c9c
-SHA512 (buildbot-grid-view-1.3.0.tar.gz) = f82316743c10c4fd2a509a754808535606bdfd114b86e5796887d47845b4ef83677c7af830b9e4c531a9857249a8b2de8411b30f2f5b2a617a54244658e4a528
-Size (buildbot-grid-view-1.3.0.tar.gz) = 638845 bytes
+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

Index: pkgsrc/devel/py-buildbot-pkg/Makefile
diff -u pkgsrc/devel/py-buildbot-pkg/Makefile:1.6 pkgsrc/devel/py-buildbot-pkg/Makefile:1.7
--- pkgsrc/devel/py-buildbot-pkg/Makefile:1.6   Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-pkg/Makefile       Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-pkg-1.3.0
+DISTNAME=      buildbot-pkg-1.5.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.5 pkgsrc/devel/py-buildbot-pkg/distinfo:1.6
--- pkgsrc/devel/py-buildbot-pkg/distinfo:1.5   Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-pkg/distinfo       Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-pkg-1.3.0.tar.gz) = 43f50057e6cbd5bff05134f9ca5c63ddffa62553
-RMD160 (buildbot-pkg-1.3.0.tar.gz) = 4cae28b63453f3334dc2ee1bd7b5ecb4837c763e
-SHA512 (buildbot-pkg-1.3.0.tar.gz) = b8e53de24cd41e31417a4259396fa080c7dad48b5ad2b15d5c9de9eb3fb35196a84f48ba589e8a077382e8a14d760f6148056bbe30972f0542512404e8efbefb
-Size (buildbot-pkg-1.3.0.tar.gz) = 4835 bytes
+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

Index: pkgsrc/devel/py-buildbot-waterfall-view/Makefile
diff -u pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.5 pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.6
--- pkgsrc/devel/py-buildbot-waterfall-view/Makefile:1.5        Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-waterfall-view/Makefile    Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-waterfall-view-1.3.0
+DISTNAME=      buildbot-waterfall-view-1.5.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.5 pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.6
--- pkgsrc/devel/py-buildbot-waterfall-view/distinfo:1.5        Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-waterfall-view/distinfo    Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-waterfall-view-1.3.0.tar.gz) = ead1c46e657f9901ee4f3b763cec31c0500b3b3b
-RMD160 (buildbot-waterfall-view-1.3.0.tar.gz) = 40f29856e41dce1ca231f88345ed4da7daf23df7
-SHA512 (buildbot-waterfall-view-1.3.0.tar.gz) = 4b8403f9f68ddc6fc980649cf26625834c6a271705e0b8396ab7c2fd739929c2878557df945a1d9c5411985b79f8b43d3fca2c7f74769e9e832b1a7c166f8a3f
-Size (buildbot-waterfall-view-1.3.0.tar.gz) = 713879 bytes
+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

Index: pkgsrc/devel/py-buildbot-worker/ALTERNATIVES
diff -u pkgsrc/devel/py-buildbot-worker/ALTERNATIVES:1.1 pkgsrc/devel/py-buildbot-worker/ALTERNATIVES:1.2
--- pkgsrc/devel/py-buildbot-worker/ALTERNATIVES:1.1    Mon Dec 18 12:13:56 2017
+++ pkgsrc/devel/py-buildbot-worker/ALTERNATIVES        Thu Nov 15 14:14:14 2018
@@ -1,2 +1,2 @@
-bin/buildbot-worker @PREFIX@/bin/buildbot-worker@PYVERSSUFFIX@
-bin/buildbot_worker_windows_service @PREFIX@/bin/buildbot_worker_windows_service@PYVERSSUFFIX@
+bin/buildbot-worker @PREFIX@/bin/buildbot-worker-@PYVERSSUFFIX@
+bin/buildbot_worker_windows_service @PREFIX@/bin/buildbot_worker_windows_service-@PYVERSSUFFIX@

Index: pkgsrc/devel/py-buildbot-worker/Makefile
diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.7 pkgsrc/devel/py-buildbot-worker/Makefile:1.8
--- pkgsrc/devel/py-buildbot-worker/Makefile:1.7        Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-worker/Makefile    Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-worker-1.3.0
+DISTNAME=      buildbot-worker-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-worker/}
@@ -19,8 +19,8 @@ USE_LANGUAGES=        # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} buildbot-worker buildbot-worker${PYVERSSUFFIX} && \
-       ${MV} buildbot_worker_windows_service buildbot_worker_windows_service${PYVERSSUFFIX} || ${TRUE}
+       ${MV} buildbot-worker buildbot-worker-${PYVERSSUFFIX} && \
+       ${MV} buildbot_worker_windows_service buildbot_worker_windows_service-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-worker/PLIST
diff -u pkgsrc/devel/py-buildbot-worker/PLIST:1.3 pkgsrc/devel/py-buildbot-worker/PLIST:1.4
--- pkgsrc/devel/py-buildbot-worker/PLIST:1.3   Tue Apr  3 20:58:19 2018
+++ pkgsrc/devel/py-buildbot-worker/PLIST       Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/03 20:58:19 adam Exp $
-bin/buildbot-worker${PYVERSSUFFIX}
-bin/buildbot_worker_windows_service${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.4 2018/11/15 14:14:14 adam Exp $
+bin/buildbot-worker-${PYVERSSUFFIX}
+bin/buildbot_worker_windows_service-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt

Index: pkgsrc/devel/py-buildbot-worker/distinfo
diff -u pkgsrc/devel/py-buildbot-worker/distinfo:1.6 pkgsrc/devel/py-buildbot-worker/distinfo:1.7
--- pkgsrc/devel/py-buildbot-worker/distinfo:1.6        Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-worker/distinfo    Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-worker-1.3.0.tar.gz) = 73494cd7e4932b8c249c56245731582cfaf29d55
-RMD160 (buildbot-worker-1.3.0.tar.gz) = 1d38a8f1a219acd2cf22e8b49dd0244ff9b2569f
-SHA512 (buildbot-worker-1.3.0.tar.gz) = 5e59aab6cecf8dd932df0e8063c69fda5613b76a46df63479ff554085275d4a19fb1b5142034bd4245423e99f3e46d45e765b10c3c74a9f28b92b70119fab9e2
-Size (buildbot-worker-1.3.0.tar.gz) = 103765 bytes
+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

Index: pkgsrc/devel/py-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.7 pkgsrc/devel/py-buildbot-www/Makefile:1.8
--- pkgsrc/devel/py-buildbot-www/Makefile:1.7   Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-www/Makefile       Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/28 07:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/15 14:14:14 adam Exp $
 
-DISTNAME=      buildbot-www-1.3.0
+DISTNAME=      buildbot-www-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-www/}

Index: pkgsrc/devel/py-buildbot-www/distinfo
diff -u pkgsrc/devel/py-buildbot-www/distinfo:1.5 pkgsrc/devel/py-buildbot-www/distinfo:1.6
--- pkgsrc/devel/py-buildbot-www/distinfo:1.5   Tue Aug 28 07:26:19 2018
+++ pkgsrc/devel/py-buildbot-www/distinfo       Thu Nov 15 14:14:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/28 07:26:19 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/15 14:14:14 adam Exp $
 
-SHA1 (buildbot-www-1.3.0.tar.gz) = 8c8c40bcba6322d568db10f756e3f7a4e107a124
-RMD160 (buildbot-www-1.3.0.tar.gz) = 42c547ef805fae04d5f5a63f9851dab631ce071c
-SHA512 (buildbot-www-1.3.0.tar.gz) = e01d1d3528ab1f29ff136321b25f45b01733a4f23cd9d637c9e3290b5301a8ac3dc545decb178c1332e58dc3e11065ef73df49fbb46fca6068acabdd40a8bff1
-Size (buildbot-www-1.3.0.tar.gz) = 717517 bytes
+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



Home | Main Index | Thread Index | Old Index