Sat Dec 11 19:42:41 2021 UTC ()
py-xattr: updated to 0.9.9

Version 0.9.9
* Fix regression in xattr console script
* Add -c clear option
* Add note about Linux namespace requirement


(adam)
diff -r1.18 -r1.19 pkgsrc/sysutils/py-xattr/Makefile
diff -r1.9 -r1.10 pkgsrc/sysutils/py-xattr/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/sysutils/py-xattr/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/py-xattr/Makefile 2021/11/22 09:15:31 1.18
+++ pkgsrc/sysutils/py-xattr/Makefile 2021/12/11 19:42:40 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2021/11/22 09:15:31 adam Exp $ 1# $NetBSD: Makefile,v 1.19 2021/12/11 19:42:40 adam Exp $
2 2
3DISTNAME= xattr-0.9.8 3DISTNAME= xattr-0.9.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= sysutils python 5CATEGORIES= sysutils python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xattr/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xattr/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/xattr/xattr 9HOMEPAGE= https://github.com/xattr/xattr
10COMMENT= Python wrapper for extended filesystem attributes 10COMMENT= Python wrapper for extended filesystem attributes
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi 13DEPENDS+= ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
14DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser 14DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
15 15
16post-install: 16post-install:

cvs diff -r1.9 -r1.10 pkgsrc/sysutils/py-xattr/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/py-xattr/distinfo 2021/11/22 09:15:31 1.9
+++ pkgsrc/sysutils/py-xattr/distinfo 2021/12/11 19:42:40 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/11/22 09:15:31 adam Exp $ 1$NetBSD: distinfo,v 1.10 2021/12/11 19:42:40 adam Exp $
2 2
3BLAKE2s (xattr-0.9.8.tar.gz) = 226d4ef9c2b2cfd0fb0515c9d66ec2609e493a7614ac1ccf3706de91ddc5f758 3BLAKE2s (xattr-0.9.9.tar.gz) = ca2b0f62cae768dc4c30af5ea59cb3508dce81ebfb7cfcada4a3acd1627873b3
4SHA512 (xattr-0.9.8.tar.gz) = 43403ba0ea13b244e681b1582def45195a357f4c63786c098dd74f7b2ee392a19a7ec28f97099c23aa8e94863ee4aa45df08dc2e308d6ee40984b27b5500e6b1 4SHA512 (xattr-0.9.9.tar.gz) = 1c4c15d77757850290e4434f50d0fae243a9dfe2d190e68310ba35e675e1499a21cd0cd156c4b9f5325b6c2834485527fcf41ec0b255b0bbf2fde4c303f2e325
5Size (xattr-0.9.8.tar.gz) = 15298 bytes 5Size (xattr-0.9.9.tar.gz) = 15508 bytes