Skip to content
Snippets Groups Projects
Commit 6a13d3f0 authored by Craig Leres's avatar Craig Leres
Browse files

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)
parent 27b6ce81
No related branches found
No related tags found
No related merge requests found
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} \
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment