diff --git a/devel/py-azure-core/Makefile b/devel/py-azure-core/Makefile index 37cdcb271e88..bc6a323b5c75 100644 --- a/devel/py-azure-core/Makefile +++ b/devel/py-azure-core/Makefile @@ -1,35 +1,35 @@ PORTNAME= azure-core -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= azure_core-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Core Library for Python WWW= https://azure.github.io/azure-sdk-for-python/ \ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core \ 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}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes OPTIONS_DEFINE= AIO TRACING OPTIONS_DEFAULT=AIO TRACING AIO_DESC= Async transport support TRACING_DESC= OpenTelemetry tracing support AIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0:www/py-aiohttp@${PY_FLAVOR} TRACING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.26<2:devel/py-opentelemetry-api@${PY_FLAVOR} .include diff --git a/devel/py-azure-core/distinfo b/devel/py-azure-core/distinfo index bcf47abe1bd7..6a404e5e9c96 100644 --- a/devel/py-azure-core/distinfo +++ b/devel/py-azure-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776796074 -SHA256 (azure_core-1.39.0.tar.gz) = 8a90a562998dd44ce84597590fff6249701b98c0e8797c95fcdd695b54c35d74 -SIZE (azure_core-1.39.0.tar.gz) = 367531 +TIMESTAMP = 1777722805 +SHA256 (azure_core-1.40.0.tar.gz) = ecf5b6ddf2564471fae9d576147b7e77a4da285958b2d9f4fd6c3af104f3e9d7 +SIZE (azure_core-1.40.0.tar.gz) = 380057 diff --git a/devel/py-azure-core/files/patch-pyproject.toml b/devel/py-azure-core/files/patch-pyproject.toml index 18031c899fa0..a50813f4e492 100644 --- a/devel/py-azure-core/files/patch-pyproject.toml +++ b/devel/py-azure-core/files/patch-pyproject.toml @@ -1,18 +1,18 @@ ---- pyproject.toml.orig 2026-03-18 22:39:33 UTC +--- pyproject.toml.orig 2026-04-30 23:58:21 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77.0.3", "wheel"] +requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] -@@ -10,7 +10,7 @@ requires-python = ">=3.9" +@@ -10,7 +10,7 @@ requires-python = ">=3.10" description = "Microsoft Azure Core Library for Python" keywords = ["azure", "azure sdk"] - requires-python = ">=3.9" + requires-python = ">=3.10" -license = "MIT" +license = { text = "MIT" } classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python",