Date: Wed, 8 Sep 2021 15:09:18 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: 667055343ce8 - main - devel/py-libzfs: Bump to pull in latest changes Message-ID: <202109081509.188F9IQo053891@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=667055343ce837193f29bc34324585ffd5dff080 commit 667055343ce837193f29bc34324585ffd5dff080 Author: Ryan Moeller <freqlabs@FreeBSD.org> AuthorDate: 2021-09-08 14:04:18 +0000 Commit: Ryan Moeller <freqlabs@FreeBSD.org> CommitDate: 2021-09-08 14:18:04 +0000 devel/py-libzfs: Bump to pull in latest changes - Fix KeyError in __getstate__ with faulted pool - Allow deleting snapshots by defining ranges of snapshots for a dataset - Allow using zfs_prop_set_list for updating dataset properties 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 fdbeace7ff1c..60561c772965 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.2021080301 +PORTVERSION= 1.1.2021090800 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= truenas GH_PROJECT= py-libzfs -GH_TAGNAME= 05f5915 +GH_TAGNAME= 809bbf3 HAS_CONFIGURE= yes USES= compiler:c11 python diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo index 598079f844b8..783d2259778d 100644 --- a/devel/py-libzfs/distinfo +++ b/devel/py-libzfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627997533 -SHA256 (truenas-py-libzfs-1.1.2021080301-05f5915_GH0.tar.gz) = 98652f508a59d56c1032baf78e659fb2f0d7d7e07b95e7f66d9e5f1da3e776fe -SIZE (truenas-py-libzfs-1.1.2021080301-05f5915_GH0.tar.gz) = 92069 +TIMESTAMP = 1631110452 +SHA256 (truenas-py-libzfs-1.1.2021090800-809bbf3_GH0.tar.gz) = 477acf7e80d6affbdba18f13580e70b098f98131948233b1dbceaeaefe6dfbe1 +SIZE (truenas-py-libzfs-1.1.2021090800-809bbf3_GH0.tar.gz) = 93023
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109081509.188F9IQo053891>