| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python314Packages.b2sdk: disable failing test | Martin Weinelt | 2026-01-08 | 1 | -2/+7 |
| * | python3Packages.b2sdk: 2.9.4 -> 2.10.2•••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 | Robert Schütz | 2026-01-08 | 1 | -24/+8 |
| * | treewide: clean up 'meta = with' pattern•••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> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -10/+10 |
| * | python3Packages.b2sdk: 2.8.1 -> 2.9.4 | R. Ryantm | 2025-06-14 | 1 | -2/+2 |
| * | python312Packages.b2sdk: 2.7.0 -> 2.8.1 | R. Ryantm | 2025-04-26 | 1 | -3/+3 |
| * | python312Packages.b2sdk: 2.6.0 -> 2.7.0 | R. Ryantm | 2024-12-21 | 1 | -3/+3 |
| * | b2sdk: add maintainer pmw | Philip White | 2024-11-13 | 1 | -1/+1 |
| * | b2sdk: 2.5.1 -> 2.6.0 | Philip White | 2024-11-13 | 1 | -8/+4 |
| * | python3Packages.b2sdk: 2.4.0 -> 2.5.1•••https://github.com/Backblaze/b2-sdk-python/blob/v2.5.1/CHANGELOG.md | Martin Weinelt | 2024-10-13 | 1 | -2/+3 |
| * | treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••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" ``` | Artturin | 2024-09-25 | 1 | -1/+1 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages.b2sdk: 2.3.0 -> 2.4.0•••https://github.com/Backblaze/b2-sdk-python/blob/v2.4.0/CHANGELOG.md | Martin Weinelt | 2024-06-24 | 1 | -2/+4 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python311Packages.b2sdk: 2.2.1 -> 2.3.0 | R. Ryantm | 2024-05-18 | 1 | -2/+2 |
| * | python311Packages.b2sdk: 2.1.0 -> 2.2.1 | R. Ryantm | 2024-05-12 | 1 | -2/+2 |
| * | python3Packages.b2sdk: 2.0.0 -> 2.1.0 | Danielle Lancashire | 2024-05-01 | 1 | -2/+5 |
| * | python312Packages.b2sdk: format with nixfmt | Fabian Affolter | 2024-04-06 | 1 | -42/+32 |
| * | python312Packages.b2sdk: refactor | Fabian Affolter | 2024-04-06 | 1 | -8/+11 |
| * | python312Packages.b2sdk: 1.33.0 -> 2.0.0 | R. Ryantm | 2024-04-05 | 1 | -2/+2 |
| * | python3Packages.b2sdk: add packaging dependency•••This is required by b2sdk.version_utils. | David McFarland | 2024-03-29 | 1 | -0/+2 |
| * | python3Packages.b2sdk: 1.32.0 -> 1.33.0 | David McFarland | 2024-03-28 | 1 | -2/+2 |
| * | python3Packages.b2sdk: 1.29.1 -> 1.32.0•••https://github.com/Backblaze/b2-sdk-python/blob/v1.32.0/CHANGELOG.md | Martin Weinelt | 2024-03-12 | 1 | -14/+15 |
| * | python311Packages.b2sdk: 1.29.0 -> 1.29.1 | R. Ryantm | 2024-01-27 | 1 | -2/+2 |
| * | python311Packages.b2sdk: propagate tqdm, fixes build | Martin Weinelt | 2024-01-10 | 1 | -0/+2 |
| * | python3Packages.b2sdk: use pep517 builder | Martin Weinelt | 2023-12-20 | 1 | -2/+3 |
| * | backblaze-b2: 3.9.0 -> 3.15.0 | Tom Houlé | 2023-12-14 | 1 | -1/+0 |
| * | pythonPackages.b2sdk: 1.24.1 -> 1.29.0 | Tom Houlé | 2023-12-14 | 1 | -2/+3 |
| * | python310Packages.b2sdk: 1.24.0 -> 1.24.1 | R. Ryantm | 2023-10-01 | 1 | -2/+2 |
| * | python310Packages.b2sdk: 1.19.0 -> 1.24.0•••Changelog: https://github.com/Backblaze/b2-sdk-python/blob/v1.24.0/CHANGELOG.md | natsukium | 2023-09-05 | 1 | -6/+9 |
| * | python310Packages.b2sdk: add changelog to meta | natsukium | 2023-09-04 | 1 | -0/+1 |
| * | pythonPackages.b2sdk: 1.18.0 -> 1.19.0•••The new ignored tests rely on network access. | Tom Houlé | 2023-02-09 | 1 | -2/+3 |
| * | treewide: switch to nativeCheckInputs•••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. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python39Packages.b2sdk: 1.17.3 -> 1.18.0 | Tom Houlé | 2022-09-20 | 1 | -2/+2 |
| * | python3Packages.b2sdk: 1.14.1 -> 1.17.3 | Martin Weinelt | 2022-07-21 | 1 | -2/+9 |
| * | python3Packages.b2sdk: add format | Fabian Affolter | 2022-02-25 | 1 | -3/+5 |
| * | python310Packages.b2sdk: 1.14.0 -> 1.14.1 | R. Ryantm | 2022-02-24 | 1 | -2/+2 |
| * | python38Packages.b2sdk: 1.13.0 -> 1.14.0 | R. Ryantm | 2021-12-24 | 1 | -2/+2 |
| * | python3Packages.b2sdk: 1.12.0 -> 1.13.0 | Fabian Affolter | 2021-10-26 | 1 | -3/+5 |
| * | python3Packages.b2sdk: 1.11.0 -> 1.12.0 | Fabian Affolter | 2021-08-10 | 1 | -2/+2 |
| * | python3Packages.b2sdk: 1.9.0 -> 1.11.0 | Fabian Affolter | 2021-08-10 | 1 | -2/+3 |
| * | python3Packages.b2sdk: 1.7.0 -> 1.9.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | backblaze-b2: 2.1.0 -> 2.4.0 (#121250)•••* 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> | Vojtěch Káně | 2021-05-08 | 1 | -12/+43 |
| * | python3Packages.b2sdk: 1.4.0 -> 1.6.0, fix build | Jonathan Ringer | 2021-04-22 | 1 | -4/+11 |
| * | python3Packages.b2sdk: 1.2.0 -> 1.4.0 | Frederik Rietdijk | 2021-04-03 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••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 | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python37Packages.b2sdk: 1.1.4 -> 1.2.0 | R. RyanTM | 2020-11-10 | 1 | -2/+2 |
| * | pythonPackages.b2sdk: init at 1.1.4 | Profpatsch | 2020-09-21 | 1 | -0/+28 |
