git: 4e6f2dbc0d99 - main - devel/py-azure-mgmt-cdn: Update to 14.0.0
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=4e6f2dbc0d99290bdba866a7be2ab851f6a12122 commit 4e6f2dbc0d99290bdba866a7be2ab851f6a12122 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:19 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:30 +0000 devel/py-azure-mgmt-cdn: Update to 14.0.0 Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cdn/azure-mgmt-cdn/CHANGELOG.md --- devel/py-azure-mgmt-cdn/Makefile | 9 +++++---- devel/py-azure-mgmt-cdn/distinfo | 6 +++--- devel/py-azure-mgmt-cdn/files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/devel/py-azure-mgmt-cdn/Makefile b/devel/py-azure-mgmt-cdn/Makefile index d5da0bc92da9..47cbe047f856 100644 --- a/devel/py-azure-mgmt-cdn/Makefile +++ b/devel/py-azure-mgmt-cdn/Makefile @@ -1,8 +1,9 @@ PORTNAME= azure-mgmt-cdn -PORTVERSION= 13.1.1 +PORTVERSION= 14.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_cdn-${PORTVERSION} MAINTAINER= [email protected] COMMENT= Microsoft Azure CDN Management Client Library 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:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1: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-cdn/distinfo b/devel/py-azure-mgmt-cdn/distinfo index ae6ab9bdd4bd..9c1688aa5c23 100644 --- a/devel/py-azure-mgmt-cdn/distinfo +++ b/devel/py-azure-mgmt-cdn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764600127 -SHA256 (azure-mgmt-cdn-13.1.1.tar.gz) = 4663304f31b6672dec320c7ce7ba9715c2b99e7d8b684b375f0b4effda90210c -SIZE (azure-mgmt-cdn-13.1.1.tar.gz) = 223461 +TIMESTAMP = 1784005096 +SHA256 (azure_mgmt_cdn-14.0.0.tar.gz) = afc626507ced2c6beca912cb1a6233bf515af538121ecd21501aaa5dc82602f5 +SIZE (azure_mgmt_cdn-14.0.0.tar.gz) = 288530 diff --git a/devel/py-azure-mgmt-cdn/files/patch-pyproject.toml b/devel/py-azure-mgmt-cdn/files/patch-pyproject.toml new file mode 100644 index 000000000000..11bb1b6a3b63 --- /dev/null +++ b/devel/py-azure-mgmt-cdn/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-07-14 03:55:22 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 Cdn Management Client L + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Cdn Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",