Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2024 17:45:55 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37dab311ff3e - main - devel/py-buildbot*: update 3.11.3 -> 3.11.5
Message-ID:  <202407011745.461HjtrB033162@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37dab311ff3e95eba55ca4c3b009182a2391d136

commit 37dab311ff3e95eba55ca4c3b009182a2391d136
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2024-07-01 17:42:10 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-07-01 17:42:10 +0000

    devel/py-buildbot*: update 3.11.3 -> 3.11.5
    
    - Fixed several occasional data update glitches in web frontend
    - Fixed display of newly added builds in Workers view in the web frontend.
    - Fixed a regression where ``GitPoller`` would no longer register
      new changes (regression introduced
    
    Approved by:    bofh
---
 devel/py-buildbot-console-view/Makefile       | 2 +-
 devel/py-buildbot-console-view/distinfo       | 6 +++---
 devel/py-buildbot-grid-view/Makefile          | 2 +-
 devel/py-buildbot-grid-view/distinfo          | 6 +++---
 devel/py-buildbot-pkg/Makefile                | 2 +-
 devel/py-buildbot-pkg/distinfo                | 6 +++---
 devel/py-buildbot-react-console-view/Makefile | 2 +-
 devel/py-buildbot-react-console-view/distinfo | 6 +++---
 devel/py-buildbot-waterfall-view/Makefile     | 2 +-
 devel/py-buildbot-waterfall-view/distinfo     | 6 +++---
 devel/py-buildbot-worker/Makefile             | 2 +-
 devel/py-buildbot-worker/distinfo             | 6 +++---
 devel/py-buildbot-www/Makefile                | 2 +-
 devel/py-buildbot-www/distinfo                | 6 +++---
 devel/py-buildbot/Makefile                    | 2 +-
 devel/py-buildbot/distinfo                    | 6 +++---
 16 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/devel/py-buildbot-console-view/Makefile b/devel/py-buildbot-console-view/Makefile
index b3b5f10763a9..db2b2a8def7f 100644
--- a/devel/py-buildbot-console-view/Makefile
+++ b/devel/py-buildbot-console-view/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-console-view
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-console-view/distinfo b/devel/py-buildbot-console-view/distinfo
index cb38ce10df38..792a54b88cb8 100644
--- a/devel/py-buildbot-console-view/distinfo
+++ b/devel/py-buildbot-console-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716814491
-SHA256 (buildbot_console_view-3.11.3.tar.gz) = b73aa27e8f40fca245f5d2e93bb8db9556838f1efefafd302f3d4e95cefd2712
-SIZE (buildbot_console_view-3.11.3.tar.gz) = 19000
+TIMESTAMP = 1719760222
+SHA256 (buildbot_console_view-3.11.5.tar.gz) = e0a72930d612ebe08432a912029dd72d87d6dfdc2b59b2d129bde393da2d6203
+SIZE (buildbot_console_view-3.11.5.tar.gz) = 19041
diff --git a/devel/py-buildbot-grid-view/Makefile b/devel/py-buildbot-grid-view/Makefile
index db3226e9a6c4..45e198b45a7b 100644
--- a/devel/py-buildbot-grid-view/Makefile
+++ b/devel/py-buildbot-grid-view/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-grid-view
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-grid-view/distinfo b/devel/py-buildbot-grid-view/distinfo
index ce4a817c9664..04dd974c7888 100644
--- a/devel/py-buildbot-grid-view/distinfo
+++ b/devel/py-buildbot-grid-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716814546
-SHA256 (buildbot_grid_view-3.11.3.tar.gz) = da42c676f99fda69c5db58240c27fa87e6e19ecc6f79a34d87de6a733458f36e
-SIZE (buildbot_grid_view-3.11.3.tar.gz) = 14083
+TIMESTAMP = 1719760241
+SHA256 (buildbot_grid_view-3.11.5.tar.gz) = d67aeec3e6d77206d4ca96c6c31797b0721fb2cbe9b667fb0f3935848f15cd7b
+SIZE (buildbot_grid_view-3.11.5.tar.gz) = 14112
diff --git a/devel/py-buildbot-pkg/Makefile b/devel/py-buildbot-pkg/Makefile
index e5db982a78a5..1c2d23023c88 100644
--- a/devel/py-buildbot-pkg/Makefile
+++ b/devel/py-buildbot-pkg/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-pkg
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-pkg/distinfo b/devel/py-buildbot-pkg/distinfo
index fe4a0ef57a97..ff5874949cd3 100644
--- a/devel/py-buildbot-pkg/distinfo
+++ b/devel/py-buildbot-pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716813748
-SHA256 (buildbot_pkg-3.11.3.tar.gz) = a4ed93993c1b63472747ef3cda997bc03891e8910afac1c7a4096d2a64f18883
-SIZE (buildbot_pkg-3.11.3.tar.gz) = 5002
+TIMESTAMP = 1719760117
+SHA256 (buildbot_pkg-3.11.5.tar.gz) = f93c05343ef3f0bc4344e6c4ea7c9909a8e0499d7d797bd8d6598139c155b80b
+SIZE (buildbot_pkg-3.11.5.tar.gz) = 5014
diff --git a/devel/py-buildbot-react-console-view/Makefile b/devel/py-buildbot-react-console-view/Makefile
index 7c5fe8c22068..8cb4a5427f4b 100644
--- a/devel/py-buildbot-react-console-view/Makefile
+++ b/devel/py-buildbot-react-console-view/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-react-console-view
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-react-console-view/distinfo b/devel/py-buildbot-react-console-view/distinfo
index 525544837450..6eefc8062a60 100644
--- a/devel/py-buildbot-react-console-view/distinfo
+++ b/devel/py-buildbot-react-console-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716814916
-SHA256 (buildbot_react_console_view-3.11.3.tar.gz) = 7f36aa62668efaf5a742952f3ac3c29f2dd6dbb6ad7081ec81e195e9d28425e8
-SIZE (buildbot_react_console_view-3.11.3.tar.gz) = 22178
+TIMESTAMP = 1719761621
+SHA256 (buildbot_react_console_view-3.11.5.tar.gz) = 166f2a33760fbb5587b6144b978ee760b5bc1cc0a6597c772c3371761f454ce3
+SIZE (buildbot_react_console_view-3.11.5.tar.gz) = 22223
diff --git a/devel/py-buildbot-waterfall-view/Makefile b/devel/py-buildbot-waterfall-view/Makefile
index 4d0cff16e9fd..84fa9a7a4318 100644
--- a/devel/py-buildbot-waterfall-view/Makefile
+++ b/devel/py-buildbot-waterfall-view/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-waterfall-view
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-waterfall-view/distinfo b/devel/py-buildbot-waterfall-view/distinfo
index 203d576825d9..05763d3fafcd 100644
--- a/devel/py-buildbot-waterfall-view/distinfo
+++ b/devel/py-buildbot-waterfall-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716815124
-SHA256 (buildbot_waterfall_view-3.11.3.tar.gz) = 04b22cf7593cfc0e0b60c4c381cb7b4ce585a0b538a8ae3b25abebf2a4739194
-SIZE (buildbot_waterfall_view-3.11.3.tar.gz) = 194345
+TIMESTAMP = 1719760151
+SHA256 (buildbot_waterfall_view-3.11.5.tar.gz) = 00680b669a7d96d5423a889698dc57a3ba4f1f61847287863a6e519b913cc3e4
+SIZE (buildbot_waterfall_view-3.11.5.tar.gz) = 194390
diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile
index 28b255ee4d13..c51937ec9cd6 100644
--- a/devel/py-buildbot-worker/Makefile
+++ b/devel/py-buildbot-worker/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-worker
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-worker/distinfo b/devel/py-buildbot-worker/distinfo
index 6b3e6e0b6beb..6f08ea750ea5 100644
--- a/devel/py-buildbot-worker/distinfo
+++ b/devel/py-buildbot-worker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716815955
-SHA256 (buildbot_worker-3.11.3.tar.gz) = 4c5ca606752e7ce11667f21429dee779b67eca5e7c642845906ad4c4e5e7dbc8
-SIZE (buildbot_worker-3.11.3.tar.gz) = 131687
+TIMESTAMP = 1719760044
+SHA256 (buildbot_worker-3.11.5.tar.gz) = 26c6522529f3e685cce0fd99a5c79aceb75680e244de0223f5a08a589a3a6528
+SIZE (buildbot_worker-3.11.5.tar.gz) = 132299
diff --git a/devel/py-buildbot-www/Makefile b/devel/py-buildbot-www/Makefile
index 7c483ec71094..cedd68e34dba 100644
--- a/devel/py-buildbot-www/Makefile
+++ b/devel/py-buildbot-www/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot-www
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot-www/distinfo b/devel/py-buildbot-www/distinfo
index da90baa762f9..eaae20c76a08 100644
--- a/devel/py-buildbot-www/distinfo
+++ b/devel/py-buildbot-www/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716815713
-SHA256 (buildbot_www-3.11.3.tar.gz) = 10be62676e7b5579cbfb6f49afaaf73d5794457d4072e81f67844b4e30a5b17a
-SIZE (buildbot_www-3.11.3.tar.gz) = 3211606
+TIMESTAMP = 1719760272
+SHA256 (buildbot_www-3.11.5.tar.gz) = cbca71532f272548add1b002dd2ee4873eb21e1e3e5e380f1f6f97f3a1794a7b
+SIZE (buildbot_www-3.11.5.tar.gz) = 3211684
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
index 06de2e286bf4..47438bd62420 100644
--- a/devel/py-buildbot/Makefile
+++ b/devel/py-buildbot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	buildbot
-DISTVERSION=	3.11.3
+DISTVERSION=	3.11.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot/distinfo b/devel/py-buildbot/distinfo
index d2ce6d8fca12..70e81162b1db 100644
--- a/devel/py-buildbot/distinfo
+++ b/devel/py-buildbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716816296
-SHA256 (buildbot-3.11.3.tar.gz) = a9c2024ac8dc80eacb1bccc7071d1e4954a25c301e1cf1f8ae845923d4d94e49
-SIZE (buildbot-3.11.3.tar.gz) = 2525711
+TIMESTAMP = 1719759916
+SHA256 (buildbot-3.11.5.tar.gz) = 955c459b8fbf3e4d0ff19b2cb48669841abeac409f470b871a6ffe9362be0ddf
+SIZE (buildbot-3.11.5.tar.gz) = 2526458



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407011745.461HjtrB033162>