git: 5903d483038d - main - devel/py-libzfs: Bump to fix the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 20:47:44 UTC
The branch main has been updated by freqlabs (src committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=5903d483038d0195ac4d2c07bb2563cb9fecfd4e
commit 5903d483038d0195ac4d2c07bb2563cb9fecfd4e
Author: Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2022-06-09 20:42:54 +0000
Commit: Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2022-06-09 20:47:30 +0000
devel/py-libzfs: Bump to fix the build
- Fix build with master branch of OpenZFS
- Fix transfering clones from FreeBSD 12
- Fix scrub/resilver percentage and time remaining
- Allow validating zfs resource names
- Store cython-generated libzfs file for debugging
- Add information about where properties are inherited from
- Allow listing snapshots for ZFS volumes
- Return ZFS vdev name
- Add option to enable shares on pool import
- Remove HAVE_ZFS_ITER_SNAPSHOTS usages as we don't support old zfs versions anymore
- Allow using min/max txg for listing down snapshots
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc.
---
devel/py-libzfs/Makefile | 4 ++--
devel/py-libzfs/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile
index 88d2fd7de663..0c891403112a 100644
--- a/devel/py-libzfs/Makefile
+++ b/devel/py-libzfs/Makefile
@@ -1,7 +1,7 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
PORTNAME= libzfs
-PORTVERSION= 1.1.2022021400
+PORTVERSION= 1.1.2022060900
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= truenas
GH_PROJECT= py-libzfs
-GH_TAGNAME= 8e36386
+GH_TAGNAME= d98f5fe
HAS_CONFIGURE= yes
USES= compiler:c11 python
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index d04e18e31add..d3d66b7b7d4c 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644855824
-SHA256 (truenas-py-libzfs-1.1.2022021400-8e36386_GH0.tar.gz) = 11267d04033cc9c2ca46488b9850ea3747149d14f97ed2dd8e165a71fe4189b4
-SIZE (truenas-py-libzfs-1.1.2022021400-8e36386_GH0.tar.gz) = 93733
+TIMESTAMP = 1654807325
+SHA256 (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = defc9db7559f4b3760dc4697cc24a00c524562ac0c441f1004b646f26c9b8a30
+SIZE (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = 94222