py-xattr: updated to 0.10.0
Version 0.10.0 released 2022-10-24 * Remove exec flag from tool.py https://github.com/xattr/xattr/pull/106 * Update the documentation to mention the attr package and its getfattr and setfattr tools https://github.com/xattr/xattr/pull/103
This commit is contained in:
parent
c80c388e50
commit
9b73d17763
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.21 2022/01/05 15:41:23 wiz Exp $
|
# $NetBSD: Makefile,v 1.22 2022/10/28 09:49:33 adam Exp $
|
||||||
|
|
||||||
DISTNAME= xattr-0.9.9
|
DISTNAME= xattr-0.10.0
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
PKGREVISION= 2
|
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xattr/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xattr/}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.10 2021/12/11 19:42:40 adam Exp $
|
$NetBSD: distinfo,v 1.11 2022/10/28 09:49:33 adam Exp $
|
||||||
|
|
||||||
BLAKE2s (xattr-0.9.9.tar.gz) = ca2b0f62cae768dc4c30af5ea59cb3508dce81ebfb7cfcada4a3acd1627873b3
|
BLAKE2s (xattr-0.10.0.tar.gz) = 21a352bbe046d7c8428eaa315581b7fc52e1676eb194cf6cf255516602f6c860
|
||||||
SHA512 (xattr-0.9.9.tar.gz) = 1c4c15d77757850290e4434f50d0fae243a9dfe2d190e68310ba35e675e1499a21cd0cd156c4b9f5325b6c2834485527fcf41ec0b255b0bbf2fde4c303f2e325
|
SHA512 (xattr-0.10.0.tar.gz) = 8b6b1b078566d8c3474555758c9165952443129dc6ec5c93a2d33ee059bff04c1f3de518ab445d6cff3270939a75fb0c5e073a3b6371aa80af5972e83d6fd609
|
||||||
Size (xattr-0.9.9.tar.gz) = 15508 bytes
|
Size (xattr-0.10.0.tar.gz) = 15676 bytes
|
||||||
|
|
Loading…
Reference in a new issue