Date: Sat, 02 May 2026 21:37:38 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a029e12c7045 - main - devel/py-azure-core: Update to 1.40.0 Message-ID: <69f66ea2.19eea.595533f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a029e12c704574d397697f3929c993f96bc97200 commit a029e12c704574d397697f3929c993f96bc97200 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-02 21:27:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-02 21:27:44 +0000 devel/py-azure-core: Update to 1.40.0 Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CHANGELOG.md --- devel/py-azure-core/Makefile | 2 +- devel/py-azure-core/distinfo | 6 +++--- devel/py-azure-core/files/patch-pyproject.toml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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,5 +1,5 @@ PORTNAME= azure-core -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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,4 +1,4 @@ ---- 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] @@ -7,10 +7,10 @@ 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 = [home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f66ea2.19eea.595533f>
