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.
This commit is contained in:
parent
015529fcd1
commit
667055343c
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue