Backblaze' b2 utility updated to 4.3.3.  Stopped at this version due to an issue with existing stored credentials no longer working with the 4.4.x releases.

https://github.com/Backblaze/B2_Command_Line_Tool/issues/1104

Sanity tested with the recent 2.10.1 update to py-b2sdk.

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/backblaze-b2/Makefile,v
diff -u -p -u -p -r1.2 Makefile
--- Makefile    21 Dec 2024 11:38:51 -0000      1.2
+++ Makefile    3 Nov 2025 17:10:24 -0000
@@ -1,10 +1,12 @@
 COMMENT =              command-line tool to access B2 cloud storage
 
-MODPY_DISTV =  4.2.0
+# Holding at 4.3.3 due to 
+# https://github.com/Backblaze/B2_Command_Line_Tool/issues/1104
+MODPY_DISTV =          4.3.3
 
 DISTNAME =             b2-${MODPY_DISTV}
 PKGNAME =              backblaze-${DISTNAME}
-REVISION =             0
+#REVISION =            0
 
 CATEGORIES =           sysutils
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/backblaze-b2/distinfo,v
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    10 Nov 2024 12:58:33 -0000      1.1.1.1
+++ distinfo    3 Nov 2025 17:10:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (b2-4.2.0.tar.gz) = ub4sscblLBzulIryZWGdBJusYuSXDeKaPMAb/2JclTk=
-SIZE (b2-4.2.0.tar.gz) = 94329
+SHA256 (b2-4.3.3.tar.gz) = pm946R+Kw2chCTt1HQnT0iiVdHPuPfULUTjnIpDjJkY=
+SIZE (b2-4.3.3.tar.gz) = 94685

Reply via email to