git: 2b98109b7844 - main - devel/py-azure-mgmt-sqlvirtualmachine: Update to 1.0.0b7
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=2b98109b7844b9ac6b45bccd7b362ac7c9d692a9 commit 2b98109b7844b9ac6b45bccd7b362ac7c9d692a9 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:30 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:35 +0000 devel/py-azure-mgmt-sqlvirtualmachine: Update to 1.0.0b7 - Update COMMENT Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/sql/azure-mgmt-sqlvirtualmachine/CHANGELOG.md --- devel/py-azure-mgmt-sqlvirtualmachine/Makefile | 13 +++++++------ devel/py-azure-mgmt-sqlvirtualmachine/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/Makefile b/devel/py-azure-mgmt-sqlvirtualmachine/Makefile index 0a161c16d047..3169d813e8e6 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/Makefile +++ b/devel/py-azure-mgmt-sqlvirtualmachine/Makefile @@ -1,11 +1,12 @@ PORTNAME= azure-mgmt-sqlvirtualmachine -DISTVERSION= 1.0.0b6 +DISTVERSION= 1.0.0b7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_sqlvirtualmachine-${DISTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Sql Virtual Machine Management Client Library for Python +COMMENT= Microsoft Azure SQL Virtual Machine 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/sql/azure-mgmt-sqlvirtualmachine \ https://github.com/Azure/azure-sdk-for-python @@ -15,11 +16,11 @@ 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 zip +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/distinfo b/devel/py-azure-mgmt-sqlvirtualmachine/distinfo index 0c113f0a0223..e9e952c3b3ec 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/distinfo +++ b/devel/py-azure-mgmt-sqlvirtualmachine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765295864 -SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b6.zip) = 7457061782e3e368b51bbe9f79f7d2bcf1eccf96aaead3cf522076d0c7082b0d -SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b6.zip) = 108509 +TIMESTAMP = 1784005118 +SHA256 (azure_mgmt_sqlvirtualmachine-1.0.0b7.tar.gz) = fda55bf56d0a4275ae182623ce7fd417ac4e838ff9caa95530d7a1d1277390b0 +SIZE (azure_mgmt_sqlvirtualmachine-1.0.0b7.tar.gz) = 103068 diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/files/patch-pyproject.toml b/devel/py-azure-mgmt-sqlvirtualmachine/files/patch-pyproject.toml new file mode 100644 index 000000000000..bbcb25d2cc70 --- /dev/null +++ b/devel/py-azure-mgmt-sqlvirtualmachine/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-07-08 07:24:55 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 Sqlvirtualmachine Manag + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Sqlvirtualmachine Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python",