git: eeb631223878 - main - devel/py-buildbot*: Update version 3.11.1=>3.11.2

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 11 May 2024 23:24:11 UTC
The branch main has been updated by bofh:

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

commit eeb631223878d62b4f48e4efd911f0d8d4f8bb76
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-11 23:13:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-05-11 23:15:10 +0000

    devel/py-buildbot*: Update version 3.11.1=>3.11.2
    
    Changelog: https://github.com/buildbot/buildbot/releases/tag/v3.11.2
---
 devel/py-buildbot-console-view/Makefile       | 3 ++-
 devel/py-buildbot-console-view/distinfo       | 6 +++---
 devel/py-buildbot-grid-view/Makefile          | 3 ++-
 devel/py-buildbot-grid-view/distinfo          | 6 +++---
 devel/py-buildbot-pkg/Makefile                | 3 ++-
 devel/py-buildbot-pkg/distinfo                | 6 +++---
 devel/py-buildbot-react-console-view/Makefile | 3 ++-
 devel/py-buildbot-react-console-view/distinfo | 6 +++---
 devel/py-buildbot-waterfall-view/Makefile     | 3 ++-
 devel/py-buildbot-waterfall-view/distinfo     | 6 +++---
 devel/py-buildbot-worker/Makefile             | 3 ++-
 devel/py-buildbot-worker/distinfo             | 6 +++---
 devel/py-buildbot-www/Makefile                | 3 ++-
 devel/py-buildbot-www/distinfo                | 6 +++---
 devel/py-buildbot/Makefile                    | 3 +--
 devel/py-buildbot/distinfo                    | 6 +++---
 16 files changed, 39 insertions(+), 33 deletions(-)

diff --git a/devel/py-buildbot-console-view/Makefile b/devel/py-buildbot-console-view/Makefile
index 523f4f4bf828..71f082454828 100644
--- a/devel/py-buildbot-console-view/Makefile
+++ b/devel/py-buildbot-console-view/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-console-view
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_console_view-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot Console View plugin
diff --git a/devel/py-buildbot-console-view/distinfo b/devel/py-buildbot-console-view/distinfo
index 431de072b4f5..d494b9eb7d23 100644
--- a/devel/py-buildbot-console-view/distinfo
+++ b/devel/py-buildbot-console-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709551245
-SHA256 (buildbot-console-view-3.11.1.tar.gz) = 22b5c3c0ed184a98997f0e81fe5a2b11075b008679a828daef92ff3c5466266b
-SIZE (buildbot-console-view-3.11.1.tar.gz) = 19008
+TIMESTAMP = 1715460182
+SHA256 (buildbot_console_view-3.11.2.tar.gz) = 29eac74b91786f7d13be519e49fe902d4b78f52e88922ecee677b1e8a3f2a496
+SIZE (buildbot_console_view-3.11.2.tar.gz) = 19001
diff --git a/devel/py-buildbot-grid-view/Makefile b/devel/py-buildbot-grid-view/Makefile
index 0ade9aa38527..e07442b12666 100644
--- a/devel/py-buildbot-grid-view/Makefile
+++ b/devel/py-buildbot-grid-view/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-grid-view
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME= buildbot_grid_view-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot Grid View plugin
diff --git a/devel/py-buildbot-grid-view/distinfo b/devel/py-buildbot-grid-view/distinfo
index d531d13d0dca..6e51998c6d2e 100644
--- a/devel/py-buildbot-grid-view/distinfo
+++ b/devel/py-buildbot-grid-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709551451
-SHA256 (buildbot-grid-view-3.11.1.tar.gz) = b27c896d066a488a8e93a753262752bf556613f1a7fa96e5719b3c06967e7dd0
-SIZE (buildbot-grid-view-3.11.1.tar.gz) = 14093
+TIMESTAMP = 1715460252
+SHA256 (buildbot_grid_view-3.11.2.tar.gz) = 607e527d8b96d3b3e9d342e806f70307c3221c1d47cd85a0e64415202ae44b9b
+SIZE (buildbot_grid_view-3.11.2.tar.gz) = 14081
diff --git a/devel/py-buildbot-pkg/Makefile b/devel/py-buildbot-pkg/Makefile
index 5d6479b36c1c..9686c631d6d8 100644
--- a/devel/py-buildbot-pkg/Makefile
+++ b/devel/py-buildbot-pkg/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-pkg
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_pkg-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot packaging tools
diff --git a/devel/py-buildbot-pkg/distinfo b/devel/py-buildbot-pkg/distinfo
index cc38623b860a..9cb62e9c4b27 100644
--- a/devel/py-buildbot-pkg/distinfo
+++ b/devel/py-buildbot-pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709550386
-SHA256 (buildbot-pkg-3.11.1.tar.gz) = 71f3ec367474804833d72fc6351e9f6a2c64d87cae1da461d44f671878c26f9f
-SIZE (buildbot-pkg-3.11.1.tar.gz) = 5003
+TIMESTAMP = 1715460118
+SHA256 (buildbot_pkg-3.11.2.tar.gz) = 6600c73c2da3def5779bbc0166151487f4e1fe818aabef11c677d0ef50abea86
+SIZE (buildbot_pkg-3.11.2.tar.gz) = 4998
diff --git a/devel/py-buildbot-react-console-view/Makefile b/devel/py-buildbot-react-console-view/Makefile
index 78edfa80e7aa..a6824b141f41 100644
--- a/devel/py-buildbot-react-console-view/Makefile
+++ b/devel/py-buildbot-react-console-view/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-react-console-view
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_react_console_view-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot Console View plugin (react)
diff --git a/devel/py-buildbot-react-console-view/distinfo b/devel/py-buildbot-react-console-view/distinfo
index 01e2b9da5475..17bdd03500c0 100644
--- a/devel/py-buildbot-react-console-view/distinfo
+++ b/devel/py-buildbot-react-console-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709556595
-SHA256 (buildbot-react-console-view-3.11.1.tar.gz) = 66452c00de7a38423f4a9850c9dbf81e4555e84a1b774a5df946d76b6de605f4
-SIZE (buildbot-react-console-view-3.11.1.tar.gz) = 22200
+TIMESTAMP = 1715460293
+SHA256 (buildbot_react_console_view-3.11.2.tar.gz) = 5ebcb0a1533612b2788bb5ab44a3d16823b0b792550c94fac4fecbfc37effa09
+SIZE (buildbot_react_console_view-3.11.2.tar.gz) = 22177
diff --git a/devel/py-buildbot-waterfall-view/Makefile b/devel/py-buildbot-waterfall-view/Makefile
index fc145d267c29..32a685720fe2 100644
--- a/devel/py-buildbot-waterfall-view/Makefile
+++ b/devel/py-buildbot-waterfall-view/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-waterfall-view
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_waterfall_view-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot Waterfall View plugin
diff --git a/devel/py-buildbot-waterfall-view/distinfo b/devel/py-buildbot-waterfall-view/distinfo
index ea9f3eb74562..077318d80aed 100644
--- a/devel/py-buildbot-waterfall-view/distinfo
+++ b/devel/py-buildbot-waterfall-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709551758
-SHA256 (buildbot-waterfall-view-3.11.1.tar.gz) = a8bd7e6e98317e57114c53cebc31ca7478a58a8dbc6db1c296acb5526e127bea
-SIZE (buildbot-waterfall-view-3.11.1.tar.gz) = 194370
+TIMESTAMP = 1715460326
+SHA256 (buildbot_waterfall_view-3.11.2.tar.gz) = 9a155bb8e85ed01ad71db9fc6dde3543b23c5da93b7cef1a8482b4af5d77bc66
+SIZE (buildbot_waterfall_view-3.11.2.tar.gz) = 194333
diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile
index fa3afa9bf1c7..32b4492a7d3b 100644
--- a/devel/py-buildbot-worker/Makefile
+++ b/devel/py-buildbot-worker/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-worker
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_worker-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot Worker Daemon
diff --git a/devel/py-buildbot-worker/distinfo b/devel/py-buildbot-worker/distinfo
index 85dbb3a3434d..db0b629c28b6 100644
--- a/devel/py-buildbot-worker/distinfo
+++ b/devel/py-buildbot-worker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709551004
-SHA256 (buildbot-worker-3.11.1.tar.gz) = 851b2680ff08896839f980aa31562065ce258d6c33ed859f005ae6307c7cc016
-SIZE (buildbot-worker-3.11.1.tar.gz) = 131129
+TIMESTAMP = 1715460358
+SHA256 (buildbot_worker-3.11.2.tar.gz) = ec3028d58cb6d057965dac15e301f35c31ad8322060c942e0f68e82666bdeab3
+SIZE (buildbot_worker-3.11.2.tar.gz) = 131429
diff --git a/devel/py-buildbot-www/Makefile b/devel/py-buildbot-www/Makefile
index aa8ae6b90fe3..1ea20388c309 100644
--- a/devel/py-buildbot-www/Makefile
+++ b/devel/py-buildbot-www/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	buildbot-www
-DISTVERSION=	3.11.1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	buildbot_www-${DISTVERSION}
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Buildbot UI
diff --git a/devel/py-buildbot-www/distinfo b/devel/py-buildbot-www/distinfo
index 0bcfa2fb03c9..66d72d79e5f5 100644
--- a/devel/py-buildbot-www/distinfo
+++ b/devel/py-buildbot-www/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709551918
-SHA256 (buildbot-www-3.11.1.tar.gz) = e6ae0defa5c7521bdcda522aba9d1d630ac4748e5b47ff7a37b9b6ae1bcf261e
-SIZE (buildbot-www-3.11.1.tar.gz) = 3211634
+TIMESTAMP = 1715460396
+SHA256 (buildbot_www-3.11.2.tar.gz) = c4eb33ef5929af328aaafbf0a6c65300259fe33f92bf1f4143bdb118465729dc
+SIZE (buildbot_www-3.11.2.tar.gz) = 3211603
diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
index 166030817ed0..e07aff512121 100644
--- a/devel/py-buildbot/Makefile
+++ b/devel/py-buildbot/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	buildbot
-DISTVERSION=	3.11.1
-PORTREVISION=	1
+DISTVERSION=	3.11.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-buildbot/distinfo b/devel/py-buildbot/distinfo
index b0f8df0c2d11..b96a8fb43d88 100644
--- a/devel/py-buildbot/distinfo
+++ b/devel/py-buildbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709552175
-SHA256 (buildbot-3.11.1.tar.gz) = aee616d6c5681af14c8be352fb188db27d08ab64662a56b1e1bc47818ae3e996
-SIZE (buildbot-3.11.1.tar.gz) = 2524103
+TIMESTAMP = 1715459393
+SHA256 (buildbot-3.11.2.tar.gz) = c7b45a0297c87b5c7b3f2d4a2d009ca2dc54e9d2515d33a4ebb5be40e84d25fd
+SIZE (buildbot-3.11.2.tar.gz) = 2524338