git: 46ab120a0b54 - main - devel/py-azure-mgmt-signalr: Update to 2.0.0b3

Po-Chuan Hsieh <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by sunpoet:

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

commit 46ab120a0b54c90e7844d865d999ad309cd797a3
Author:     Po-Chuan Hsieh <[email protected]>
AuthorDate: 2026-08-19 12:25:28 +0000
Commit:     Po-Chuan Hsieh <[email protected]>
CommitDate: 2026-08-19 12:55:34 +0000

    devel/py-azure-mgmt-signalr: Update to 2.0.0b3
    
    - Update COMMENT
    
    Changes:        https://github.com/Azure/azure-sdk-for-python/releases
                    https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/signalr/azure-mgmt-signalr/CHANGELOG.md
---
 devel/py-azure-mgmt-signalr/Makefile                  | 11 ++++++-----
 devel/py-azure-mgmt-signalr/distinfo                  |  6 +++---
 .../py-azure-mgmt-signalr/files/patch-pyproject.toml  | 19 +++++++++++++++++++
 devel/py-azure-mgmt-signalr/pkg-descr                 |  4 ++--
 4 files changed, 30 insertions(+), 10 deletions(-)

diff --git a/devel/py-azure-mgmt-signalr/Makefile b/devel/py-azure-mgmt-signalr/Makefile
index 18200b2673a0..e48933f1ab01 100644
--- a/devel/py-azure-mgmt-signalr/Makefile
+++ b/devel/py-azure-mgmt-signalr/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	azure-mgmt-signalr
-DISTVERSION=	2.0.0b2
+DISTVERSION=	2.0.0b3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_signalr-${DISTVERSION}
 
 MAINTAINER=	[email protected]
-COMMENT=	Microsoft Azure SignalR Client Library for Python
+COMMENT=	Microsoft Azure Signalr Management Client Library for Python
 WWW=		https://azure.github.io/azure-sdk-for-python/ \
 		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/signalr/azure-mgmt-signalr \
 		https://github.com/Azure/azure-sdk-for-python
@@ -15,9 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-azure-mgmt-signalr/distinfo b/devel/py-azure-mgmt-signalr/distinfo
index b275ae9f0f75..3a26e654daa0 100644
--- a/devel/py-azure-mgmt-signalr/distinfo
+++ b/devel/py-azure-mgmt-signalr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765295466
-SHA256 (azure-mgmt-signalr-2.0.0b2.tar.gz) = d393d457ca2e00aabfc611b1544588cc3a29d1aed60d35799865520b8b2ff4fe
-SIZE (azure-mgmt-signalr-2.0.0b2.tar.gz) = 82864
+TIMESTAMP = 1784005114
+SHA256 (azure_mgmt_signalr-2.0.0b3.tar.gz) = 720902be40d05d48a109c060489ec1381404c4f3bb61073a2e4fa20573f348ba
+SIZE (azure_mgmt_signalr-2.0.0b3.tar.gz) = 116644
diff --git a/devel/py-azure-mgmt-signalr/files/patch-pyproject.toml b/devel/py-azure-mgmt-signalr/files/patch-pyproject.toml
new file mode 100644
index 000000000000..401527027fdd
--- /dev/null
+++ b/devel/py-azure-mgmt-signalr/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2026-07-08 07:25:38 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools>=77.0.3",
++    "setuptools>=61",
+     "wheel",
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -11,7 +11,7 @@ description = "Microsoft Azure Signalr Management Clie
+     { name = "Microsoft Corporation", email = "[email protected]" },
+ ]
+ description = "Microsoft Azure Signalr Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+     "Development Status :: 4 - Beta",
+     "Programming Language :: Python",
diff --git a/devel/py-azure-mgmt-signalr/pkg-descr b/devel/py-azure-mgmt-signalr/pkg-descr
index e643ef6ffce2..a35284e54eea 100644
--- a/devel/py-azure-mgmt-signalr/pkg-descr
+++ b/devel/py-azure-mgmt-signalr/pkg-descr
@@ -1,3 +1,3 @@
 This is the Microsoft Azure SignalR Client Library. This package has been tested
-with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk
-python release.
+with Python 3.10+. For a more complete view of Azure libraries, see the azure
+sdk python release.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.