summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/b2sdk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python314Packages.b2sdk: disable failing testMartin Weinelt2026-01-081-2/+7
|
* python3Packages.b2sdk: 2.9.4 -> 2.10.2Robert Schütz2026-01-081-24/+8
| | | | | | Diff: https://github.com/Backblaze/b2-sdk-python/compare/v2.9.4...v2.10.2 Changelog: https://github.com/Backblaze/b2-sdk-python/blob/v2.10.2/CHANGELOG.md
* treewide: clean up 'meta = with' patternIhar Hrachyshka2025-12-101-3/+3
| | | | | | | | | | This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-10/+10
|
* python3Packages.b2sdk: 2.8.1 -> 2.9.4R. Ryantm2025-06-141-2/+2
|
* python312Packages.b2sdk: 2.7.0 -> 2.8.1R. Ryantm2025-04-261-3/+3
|
* python312Packages.b2sdk: 2.6.0 -> 2.7.0R. Ryantm2024-12-211-3/+3
|
* b2sdk: add maintainer pmwPhilip White2024-11-131-1/+1
|
* b2sdk: 2.5.1 -> 2.6.0Philip White2024-11-131-8/+4
|
* python3Packages.b2sdk: 2.4.0 -> 2.5.1Martin Weinelt2024-10-131-2/+3
| | | | https://github.com/Backblaze/b2-sdk-python/blob/v2.5.1/CHANGELOG.md
* treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin2024-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
* treewide: remove unused with statements from maintainer listsJörg Thalheim2024-07-291-1/+1
| | | | | | $ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
* python3Packages.b2sdk: 2.3.0 -> 2.4.0Martin Weinelt2024-06-241-2/+4
| | | | https://github.com/Backblaze/b2-sdk-python/blob/v2.4.0/CHANGELOG.md
* treewide: remove pythonRelaxDepsHook referencesMartin Weinelt2024-06-141-2/+0
| | | | | It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`.
* python311Packages.b2sdk: 2.2.1 -> 2.3.0R. Ryantm2024-05-181-2/+2
|
* python311Packages.b2sdk: 2.1.0 -> 2.2.1R. Ryantm2024-05-121-2/+2
|
* python3Packages.b2sdk: 2.0.0 -> 2.1.0Danielle Lancashire2024-05-011-2/+5
|
* python312Packages.b2sdk: format with nixfmtFabian Affolter2024-04-061-42/+32
|
* python312Packages.b2sdk: refactorFabian Affolter2024-04-061-8/+11
|
* python312Packages.b2sdk: 1.33.0 -> 2.0.0R. Ryantm2024-04-051-2/+2
|
* python3Packages.b2sdk: add packaging dependencyDavid McFarland2024-03-291-0/+2
| | | | This is required by b2sdk.version_utils.
* python3Packages.b2sdk: 1.32.0 -> 1.33.0David McFarland2024-03-281-2/+2
|
* python3Packages.b2sdk: 1.29.1 -> 1.32.0Martin Weinelt2024-03-121-14/+15
| | | | https://github.com/Backblaze/b2-sdk-python/blob/v1.32.0/CHANGELOG.md
* python311Packages.b2sdk: 1.29.0 -> 1.29.1R. Ryantm2024-01-271-2/+2
|
* python311Packages.b2sdk: propagate tqdm, fixes buildMartin Weinelt2024-01-101-0/+2
|
* python3Packages.b2sdk: use pep517 builderMartin Weinelt2023-12-201-2/+3
|
* backblaze-b2: 3.9.0 -> 3.15.0Tom Houlé2023-12-141-1/+0
|
* pythonPackages.b2sdk: 1.24.1 -> 1.29.0Tom Houlé2023-12-141-2/+3
|
* python310Packages.b2sdk: 1.24.0 -> 1.24.1R. Ryantm2023-10-011-2/+2
|
* python310Packages.b2sdk: 1.19.0 -> 1.24.0natsukium2023-09-051-6/+9
| | | | Changelog: https://github.com/Backblaze/b2-sdk-python/blob/v1.24.0/CHANGELOG.md
* python310Packages.b2sdk: add changelog to metanatsukium2023-09-041-0/+1
|
* pythonPackages.b2sdk: 1.18.0 -> 1.19.0Tom Houlé2023-02-091-2/+3
| | | | The new ignored tests rely on network access.
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-211-1/+1
| | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
* python39Packages.b2sdk: 1.17.3 -> 1.18.0Tom Houlé2022-09-201-2/+2
|
* python3Packages.b2sdk: 1.14.1 -> 1.17.3Martin Weinelt2022-07-211-2/+9
|
* python3Packages.b2sdk: add formatFabian Affolter2022-02-251-3/+5
|
* python310Packages.b2sdk: 1.14.0 -> 1.14.1R. Ryantm2022-02-241-2/+2
|
* python38Packages.b2sdk: 1.13.0 -> 1.14.0R. Ryantm2021-12-241-2/+2
|
* python3Packages.b2sdk: 1.12.0 -> 1.13.0Fabian Affolter2021-10-261-3/+5
|
* python3Packages.b2sdk: 1.11.0 -> 1.12.0Fabian Affolter2021-08-101-2/+2
|
* python3Packages.b2sdk: 1.9.0 -> 1.11.0Fabian Affolter2021-08-101-2/+3
|
* python3Packages.b2sdk: 1.7.0 -> 1.9.0Martin Weinelt2021-06-211-2/+2
|
* backblaze-b2: 2.1.0 -> 2.4.0 (#121250)Vojtěch Káně2021-05-081-12/+43
| | | | | | | | | | | * python3Packages.b2sdk: 1.6.0 -> 1.7.0 * python3Packages.b2sdk: enable tests * pythonPackages.rst2ansi: init at 0.1.5 * backblaze-b2: 2.1.0 -> 2.4.0 Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
* python3Packages.b2sdk: 1.4.0 -> 1.6.0, fix buildJonathan Ringer2021-04-221-4/+11
|
* python3Packages.b2sdk: 1.2.0 -> 1.4.0Frederik Rietdijk2021-04-031-2/+2
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-111-2/+2
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* python37Packages.b2sdk: 1.1.4 -> 1.2.0R. RyanTM2020-11-101-2/+2
|
* pythonPackages.b2sdk: init at 1.1.4Profpatsch2020-09-211-0/+28