From cbc34d0d7b6be1d325f5ff1ca48273af5726ee72 Mon Sep 17 00:00:00 2001 From: Stephen Walker-Weinshenker Date: Sat, 25 Nov 2023 11:55:27 -0700 Subject: [PATCH] backblaze-b2: relax version restrictions --- srcpkgs/backblaze-b2/patches/tqdm_ver.patch | 10 ++++++++++ srcpkgs/backblaze-b2/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/backblaze-b2/patches/tqdm_ver.patch diff --git a/srcpkgs/backblaze-b2/patches/tqdm_ver.patch b/srcpkgs/backblaze-b2/patches/tqdm_ver.patch new file mode 100644 index 0000000000000..35e7701c9eef2 --- /dev/null +++ b/srcpkgs/backblaze-b2/patches/tqdm_ver.patch @@ -0,0 +1,10 @@ +Upstream builds with the newer version of tqdm, but upstream hasn't updated their requirements.txt + +--- a/requirements.txt ++++ b/requirements.txt +@@ -7,4 +7,4 @@ + phx-class-registry~=4.0 + rst2ansi==0.1.5 + tabulate==0.9.0 +-tqdm~=4.65.0 ++tqdm>=4.65.0 diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template index aa42641f0f336..ddb5895545c37 100644 --- a/srcpkgs/backblaze-b2/template +++ b/srcpkgs/backblaze-b2/template @@ -1,7 +1,7 @@ # Template file for 'backblaze-b2' pkgname=backblaze-b2 version=3.11.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3-Arrow python3-b2sdk python3-docutils