mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
backblaze-b2: update to 4.0.1.
This commit is contained in:
parent
e88f8b8f83
commit
fd200f2585
3 changed files with 5 additions and 28 deletions
|
@ -1,13 +0,0 @@
|
||||||
Package builds find with our version of setuptools_scm, so use it.
|
|
||||||
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -115,7 +115,7 @@
|
|
||||||
'doc': read_requirements('doc'),
|
|
||||||
'license': read_requirements('license'),
|
|
||||||
},
|
|
||||||
- setup_requires=['setuptools_scm<6.0'],
|
|
||||||
+ setup_requires=['setuptools_scm'],
|
|
||||||
use_scm_version=True,
|
|
||||||
|
|
||||||
# If there are data files included in your packages that need to be
|
|
|
@ -1,10 +0,0 @@
|
||||||
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
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'backblaze-b2'
|
# Template file for 'backblaze-b2'
|
||||||
pkgname=backblaze-b2
|
pkgname=backblaze-b2
|
||||||
version=3.11.0
|
version=4.0.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-pip python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3 python3-build python3-packaging python3-pdm-backend python3-pip python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-Arrow python3-b2sdk python3-docutils
|
depends="python3-Arrow python3-b2sdk python3-docutils
|
||||||
python3-phx-class-registry python3-rst2ansi python3-tabulate"
|
python3-phx-class-registry python3-rst2ansi python3-tabulate"
|
||||||
short_desc="Command Line Interface for Backblaze's B2 storage service"
|
short_desc="Command Line Interface for Backblaze's B2 storage service"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"
|
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"
|
||||||
distfiles="${PYPI_SITE}/b/b2/b2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/b2/b2-${version}.tar.gz"
|
||||||
checksum=295a1cddf1fa809a4a53545ad9f19694c8458769d7e5e839194f3e8de46c2b9d
|
checksum=aa4f0cc3705159b64829041d37f63f8a38d4a9513beae84bc740db0569dd84b8
|
||||||
replaces="python-b2>=0"
|
replaces="python-b2>=0"
|
||||||
make_check=no # tests require unpackaged dependencies
|
make_check=no # tests require unpackaged dependencies
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue