git: 6a13d3f0d936 - main - devel/py-b2sdk: Update to 2.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jan 2025 17:36:18 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a13d3f0d936e7d7624139070f7eeca178c29294 commit 6a13d3f0d936e7d7624139070f7eeca178c29294 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2025-01-22 17:35:56 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2025-01-22 17:35:56 +0000 devel/py-b2sdk: Update to 2.7.0 Changes since 2.5.1: - Fixed datetime.utcnow() deprecation warnings under Python 3.12. - Make Event Notifications generally available. - Switch a pytest hook from path to collection_path. - Add upload token reset after upload timeout. - Fix file/directory permission handling for Windows during the B2 sync. PR: 283906 Approved by: PopularMoment@protonmail.com (maintainer timeout, 2 weeks) --- devel/py-b2sdk/Makefile | 3 ++- devel/py-b2sdk/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-b2sdk/Makefile b/devel/py-b2sdk/Makefile index 8c8a1997b8bc..3ca3e773fa5b 100644 --- a/devel/py-b2sdk/Makefile +++ b/devel/py-b2sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= b2sdk -DISTVERSION= 2.5.1 +DISTVERSION= 2.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR} RUN_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.5.0:devel/py-annotated-types@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.3.0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}logfury>=1.0.1<2.0.0:devel/py-logfury@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1<3.0.0:www/py-requests@${PY_FLAVOR} \ diff --git a/devel/py-b2sdk/distinfo b/devel/py-b2sdk/distinfo index 9eaacc8d0e13..a96f2744ebe8 100644 --- a/devel/py-b2sdk/distinfo +++ b/devel/py-b2sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723762860 -SHA256 (b2sdk-2.5.1.tar.gz) = fb75c831d6ea875522e78f0c42b784771dc31e6bb64f3eb9f379bdc85eb35a3f -SIZE (b2sdk-2.5.1.tar.gz) = 203588 +TIMESTAMP = 1736273750 +SHA256 (b2sdk-2.7.0.tar.gz) = efd9a5c59dcddfe626a7860caa7f420ec4b1c50b0ad30972ccebf17392795cf9 +SIZE (b2sdk-2.7.0.tar.gz) = 203488