devel/py-b2sdk: Update to 2.9.4
Changes since 2.8.1: - Adapt authorize_account flow to multi-bucket keys. - Migrate to b2 native api v4. - Move url_for_api func to an internal classmethod in B2Api class. - Release apiver v3 interface. from b2sdk.v3 import ... is now the recommended import, but previous versions are still supported. - Update application key classes to support multiple bucket ids. - Update create_key flow to multi-bucket keys. - Fix incorrect reliance on v3 abstractions in apiver v2. - Fix B2HttpApiConfig and Services references in exposed v2 API. - Fix broken StubAccountInfo.list_bucket_names_ids(). - Fix bucket name mapping in RawSimulator.authorize_account(). - Fix incorrect path check in LocalFolder.make_full_path. PR: 287123 Approved by: PopularMoment@protonmail.com (maintainer)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= b2sdk
|
||||
DISTVERSION= 2.8.1
|
||||
DISTVERSION= 2.9.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1745608892
|
||||
SHA256 (b2sdk-2.8.1.tar.gz) = f75d9980259a42915228c3deee475b2b7d5bc252d8c3228a8c3727ad9c68a343
|
||||
SIZE (b2sdk-2.8.1.tar.gz) = 203794
|
||||
TIMESTAMP = 1749764164
|
||||
SHA256 (b2sdk-2.9.4.tar.gz) = 7e47ec9538c8cb483a91ee9e6e38dd0d93319b815aa0c4e8cd4cf8def8f2c8e6
|
||||
SIZE (b2sdk-2.9.4.tar.gz) = 209493
|
||||
|
||||
Reference in New Issue
Block a user