Commit graph

19 commits

Author SHA1 Message Date
Martin Weinelt 8ca169f99d backblaze-b2: 2.4.0 -> 2.5.0
Relaxes the docutils constraint
2021-06-22 13:42:54 +02:00
Vojtěch Káně 06efb08ec4
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>
2021-05-08 07:53:30 -04:00
Sandro 9d5d6b0a26
Merge pull request #104807 from SuperSandro2000/auto-update/python3.7-b2sdk 2020-11-30 02:13:30 +01:00
Sandro Jäckel 6fbb17f1c5
backblaze-b2: 2.0.2 -> 2.1.0 2020-11-24 22:38:06 +01:00
Jonas Chevalier a7cb88c3de
tree-wide: unify Bash completions outputs (#103421)
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Kevin Cox 28142d6f84
backblaze-b2: 1.3.8 -> 2.0.2 2020-09-25 16:29:52 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM ce709426ae backblaze-b2: 1.3.6 -> 1.3.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/backblaze-b2/versions
2018-12-16 09:52:13 -08:00
Urban Skudnik 882f6c96d2 backblaze-b2: Fix autocompletion support
backblaze v1.3.6 incorporates[1] a fix[2] for autocompletion that replaced
`have` function with `_have`. The postInstall hook therefore needs
to be updated to replace `_have`.

[1] https://github.com/Backblaze/B2_Command_Line_Tool#136-august-21-2018
[2] https://github.com/Backblaze/B2_Command_Line_Tool/pull/497
2018-09-03 20:45:32 +01:00
Daniël de Kok ffde2e71bc backblaze-b2: 1.1.0 -> 1.3.6 (#45929)
Changelog: https://github.com/Backblaze/B2_Command_Line_Tool#release-history
2018-09-02 08:45:09 +02:00
Urban Skudnik af5511659c backblaze-b2: Fix backblaze bash autocomplete issue
Backblaze's CLI tool is relying on `have` function which is
deprecated[1] and gets dereferenced[2] at the end of `bash-completion`.

This causes issues for NixOS because those bash completions are
run after bash-completion[3] has already run and unset the
`have` function.

[1] 4d88339928/bash_completion (L114)
[2] 4d88339928/bash_completion (L2103)
[3] 80b6513fbf/nixos/modules/programs/bash/bash.nix (L22)
2018-08-19 22:13:42 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
David Tulig ead4eca0b6 backblaze-b2: 0.6.2 -> 1.1.0 2017-12-17 14:13:42 +00:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Frederik Rietdijk a33f9b0ff0 backblaze-b2: use latest tqdm and remove pythonPackages.tqdm4
backblaze-b2 need tqdm >= 4.5.0 and that dependency was already
fulfilled with pythonPackages.tqdm, so let's use the current version and
remove pythonPackages.tqdm4.

cc @hrdinka @kevincox
2017-05-01 06:16:38 +02:00
Kevin Cox 050733abb0 backblaze-b2: 0.4.4 -> 0.6.2 2016-07-21 14:45:35 -04:00
Christoph Hrdinka d8f2e6aa71 backblaze-b2: 0.3.10 -> 0.4.4 2016-03-17 19:30:04 +01:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Kevin Cox 47c863f9ef backblaze-b2: init at version 0.3.10 2016-02-03 18:45:01 -05:00