File python-b2sdk.changes of Package python-b2sdk
------------------------------------------------------------------- Fri Mar 13 02:49:15 UTC 2026 - Jürgen Löhel <juergen@loehel.de> - Update to version 2.10.4: * release 2.10.4 * Fix redudant files in the sdist after migrating from pdm to uv * Add tenacity retries for bucket creation in testing BucketManager * Fix closed stream failure when retrying small file uploads ------------------------------------------------------------------- Mon Mar 02 20:14:18 UTC 2026 - Jürgen Löhel <juergen@loehel.de> - Update to version 2.10.3: * release 2.10.3 * Bump pip from 25.3 to 26.0 in the uv group across 1 directory * Use `stat.S_ISDIR` for local folder scanning instead of `Path.is_dir` * Avoid http-level retries during upload requests * Migrate from pdm to uv. Clean project dependency structure * Pin pdm version in ci/cd due to pypy regression in 2.26.3 * Address account info bw compatibility issue caused by multi-bucket keys * Set temporary directory as account info config dir in tests * Move pytest_plugins to top-level conftest ------------------------------------------------------------------- Tue Feb 10 18:57:05 UTC 2026 - Jürgen Löhel <juergen@loehel.de> - Update to version 2.10.2: * release 2.10.2 * Improve debugging in integration tests BucketManager * Fix type error in 429 retrying behavior with Retry-After header * Update liccheck authorized_licenses * Redesign b2http unit tests using responses library * Do not use deprecated macos-13 runner in CI * Add responses library for mocking requests in tests ------------------------------------------------------------------- Tue Feb 10 18:54:53 UTC 2026 - Jürgen Löhel <juergen@loehel.de> - Update to version 2.10.1: * release 2.10.1 * Improve seed generation for containers names in tests ------------------------------------------------------------------- Wed Aug 20 23:24:16 UTC 2025 - Jürgen Löhel <juergen@loehel.de> - Update to version 2.10.0: * release 2.10.0 * Clean up imports and use bucket manager in base test case. * Add licences, changelog and fixes * Move test helpers and fixtures to the library - working version * Move test helpers and fixtures to the project's testing module * Drop Python 3.8 support ------------------------------------------------------------------- Tue Jul 29 02:36:18 UTC 2025 - Jürgen Löhel <juergen@loehel.de> - Update to version 2.9.4: * release 2.9.4 * Fix incorrect path check in `LocalFolder.make_full_path` * Fix broken `StubAccountInfo.list_bucket_names_ids` * Fix bucket name mapping in `RawSimulator.authorize_account` * release 2.9.3 * Fix `B2HttpApiConfig` and `Services` references in exposed v2 api * release 2.9.2 ------------------------------------------------------------------- Tue Jul 29 02:36:08 UTC 2025 - Jürgen Löhel <juergen@loehel.de> - initial commit