diff options
author | Craig Leres <leres@FreeBSD.org> | 2025-06-19 16:30:26 -0700 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2025-06-19 16:30:26 -0700 |
commit | ad1482269452dcd610fed3c37ab17ae1c7c60b3b (patch) | |
tree | e8f57dae3351bc5681e772debdd60dd0fc854291 | |
parent | devel/py-b2sdk: Update to 2.9.4 (diff) |
devel/py-b2: Update to 4.3.3
Changes since 4.3.2:
- Fix autocomplete install for zsh.
- Suggest running b2 bucket list on NonExistentBucket errors.
Reported by: github
-rw-r--r-- | devel/py-b2/Makefile | 2 | ||||
-rw-r--r-- | devel/py-b2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-b2/Makefile b/devel/py-b2/Makefile index e73c9a0c4c1a..116460bf1903 100644 --- a/devel/py-b2/Makefile +++ b/devel/py-b2/Makefile @@ -1,6 +1,6 @@ PORTNAME= b2 DISTVERSIONPREFIX= v -DISTVERSION= 4.3.2 +DISTVERSION= 4.3.3 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-b2/distinfo b/devel/py-b2/distinfo index 419cf581e84d..a12bbe9a4611 100644 --- a/devel/py-b2/distinfo +++ b/devel/py-b2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745727914 -SHA256 (Backblaze-B2_Command_Line_Tool-v4.3.2_GH0.tar.gz) = f8aa59e4f4aea80b1b18960f1f860e813b52df2acf644a6932e30bf2b702c39c -SIZE (Backblaze-B2_Command_Line_Tool-v4.3.2_GH0.tar.gz) = 219545 +TIMESTAMP = 1750375711 +SHA256 (Backblaze-B2_Command_Line_Tool-v4.3.3_GH0.tar.gz) = 500582b82e2f48ae2e060b3e042f7c0340ec8f4d4f2113b5725e9fe63304f09e +SIZE (Backblaze-B2_Command_Line_Tool-v4.3.3_GH0.tar.gz) = 219791 |