Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2022 14:33:24 GMT
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51e0dba74499 - main - devel/py-libzfs: Bump for recent changes
Message-ID:  <202207191433.26JEXO2Q092013@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by freqlabs (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=51e0dba74499e88c49cca70424ffb14965090762

commit 51e0dba74499e88c49cca70424ffb14965090762
Author:     Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2022-07-19 14:28:55 +0000
Commit:     Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2022-07-19 14:28:55 +0000

    devel/py-libzfs: Bump for recent changes
    
    - Add libzfs_error_action() message to libzfs exception descriptions
    - Properly handle ZPOOL_STATUS_INCOMPATIBLE_FEAT
    - Remove HAVE_ZPOOL_STATUS_NON_NATIVE_ASHIFT
    - Fix attribute error for pool status
    - Fix exception when lzc_sync fails
    - Raise OSError if lzc_wait fails
    
    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 0c891403112a..bd7fea5cb9d9 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.2022060900
+PORTVERSION=	1.1.2022071900
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	truenas
 GH_PROJECT=	py-libzfs
-GH_TAGNAME=	d98f5fe
+GH_TAGNAME=	18fc26c
 
 HAS_CONFIGURE=	yes
 USES=		compiler:c11 python
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index d3d66b7b7d4c..aa0723971db3 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1658240800
+SHA256 (truenas-py-libzfs-1.1.2022071900-18fc26c_GH0.tar.gz) = 2d0fbcfb6a27be5cf36fed935c1e889f6c7b1cd38cbf7e28a52979930ffcece7
+SIZE (truenas-py-libzfs-1.1.2022071900-18fc26c_GH0.tar.gz) = 94718



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207191433.26JEXO2Q092013>