Lin Yinfeng
5ab79e192e
backblaze-b2: add a version test
2023-12-25 10:50:19 +08:00
Lin Yinfeng
ed528caa13
backblaze-b2: add missing dependency setuptools
2023-12-25 10:50:18 +08:00
Tom Houlé
4f02038c7f
backblaze-b2: 3.9.0 -> 3.15.0
2023-12-14 10:28:00 +01:00
natsukium
e6be272cf8
backblaze-b2: 3.7.0 -> 3.9.0
...
Changelog: https://github.com/Backblaze/B2_Command_Line_Tool/blob/v3.9.0/CHANGELOG.md
2023-09-05 10:00:51 +09:00
natsukium
53ffac981f
backblaze-b2: add changelog to meta
2023-09-05 10:00:51 +09:00
Weijia Wang
d7619eff54
treewide: development: use top-level fetchPypi
2023-05-25 15:52:27 +03:00
Tom Houlé
a15990c061
backblaze-b2: 3.6.0 -> 3.7.0
2023-02-09 06:46:14 +01:00
Guillaume Girol
33afbf39f6
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.
2023-01-21 12:00:00 +00:00
Tom Houlé
ac26942de9
backblaze-b2: 3.5.0 -> 3.6.0
2022-09-20 08:31:15 +02:00
Tom Houlé
387f876b2d
backblaze-b2: add tomhoule to maintainers
2022-08-15 07:56:57 +02:00
Tom Houlé
7aeffe56b0
backblaze-b2: 3.2.0 -> 3.5.0
2022-08-15 07:56:57 +02:00
Sandro Jäckel
12f5ad8c11
backblaze-b2: fix tests, little cleanup
2022-07-21 22:35:28 +02:00
Jörg Thalheim
01bbca91ec
backblaze-b2: 3.0.3 -> 3.2.0
2021-12-28 09:55:18 +01:00
Fabian Affolter
3914ffc6d1
backblaze-b2: 3.0.1 -> 3.0.3
2021-10-26 08:15:47 +02:00
Robert Schütz
db26b5ce17
python3Packages.class-registry: make alias of phx-class-registry
2021-10-05 18:07:29 -07:00
Fabian Affolter
ccd2fa8bb8
backblaze-b2: 2.5.0 -> 3.0.1
2021-08-10 11:53:15 +02:00
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