git: 13345fa280e7 - main - devel/py-azure-mgmt-managedservices: Update to 6.0.1
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=13345fa280e7ffe0ae6bcdd01535a0163b149660 commit 13345fa280e7ffe0ae6bcdd01535a0163b149660 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:23 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:32 +0000 devel/py-azure-mgmt-managedservices: Update to 6.0.1 - Update COMMENT - Add LICENSE_FILE Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/managedservices/azure-mgmt-managedservices/CHANGELOG.md --- devel/py-azure-mgmt-managedservices/Makefile | 14 ++++++++------ devel/py-azure-mgmt-managedservices/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/devel/py-azure-mgmt-managedservices/Makefile b/devel/py-azure-mgmt-managedservices/Makefile index 5626ff46d577..df591060b50a 100644 --- a/devel/py-azure-mgmt-managedservices/Makefile +++ b/devel/py-azure-mgmt-managedservices/Makefile @@ -1,24 +1,26 @@ PORTNAME= azure-mgmt-managedservices -PORTVERSION= 6.0.0 +PORTVERSION= 6.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_managedservices-${PORTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Managed Services Client Library for Python +COMMENT= Microsoft Azure Managed Services 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/managedservices/azure-mgmt-managedservices \ https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +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.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${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 zip +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-managedservices/distinfo b/devel/py-azure-mgmt-managedservices/distinfo index a16f33c246e4..8ce8c7cdff31 100644 --- a/devel/py-azure-mgmt-managedservices/distinfo +++ b/devel/py-azure-mgmt-managedservices/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765287554 -SHA256 (azure-mgmt-managedservices-6.0.0.zip) = ec0cb3858bcf8edf5eee0eddee81560424eb84352e0df082ddc94eb99badfd5e -SIZE (azure-mgmt-managedservices-6.0.0.zip) = 58928 +TIMESTAMP = 1784005104 +SHA256 (azure_mgmt_managedservices-6.0.1.tar.gz) = 2a702946254fbdc63ac2cb0aad6a34416d236048488413068dcec426933a0483 +SIZE (azure_mgmt_managedservices-6.0.1.tar.gz) = 49122 diff --git a/devel/py-azure-mgmt-managedservices/files/patch-pyproject.toml b/devel/py-azure-mgmt-managedservices/files/patch-pyproject.toml new file mode 100644 index 000000000000..e0840e0b2b6b --- /dev/null +++ b/devel/py-azure-mgmt-managedservices/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-05-18 06:03:07 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 Managedservices Managem + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Managedservices Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",