pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-xattr



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  2 20:20:28 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-xattr: Makefile distinfo

Log Message:
py-xattr: updated to 1.1.0

Version 1.1.0 released 2024-02-01

* Improve FreeBSD compatibility by stripping "user." prefix on attribute
  names, but add them when listing attributes so that it behaves similarly
  to Linux (the xattr.pyxattr_compat module does not add them).
  Also adds FreeBSD with its ports build of Python 3.9 to the CI test suite.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-xattr/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/py-xattr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-xattr/Makefile
diff -u pkgsrc/sysutils/py-xattr/Makefile:1.25 pkgsrc/sysutils/py-xattr/Makefile:1.26
--- pkgsrc/sysutils/py-xattr/Makefile:1.25      Sun Nov 26 15:51:56 2023
+++ pkgsrc/sysutils/py-xattr/Makefile   Fri Feb  2 20:20:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/11/26 15:51:56 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/02/02 20:20:28 adam Exp $
 
-DISTNAME=      xattr-1.0.0
+DISTNAME=      xattr-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xattr/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/xattr/xattr
 COMMENT=       Python wrapper for extended filesystem attributes
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=68:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.16.0:../../devel/py-cffi
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27

Index: pkgsrc/sysutils/py-xattr/distinfo
diff -u pkgsrc/sysutils/py-xattr/distinfo:1.13 pkgsrc/sysutils/py-xattr/distinfo:1.14
--- pkgsrc/sysutils/py-xattr/distinfo:1.13      Sun Nov 26 15:51:56 2023
+++ pkgsrc/sysutils/py-xattr/distinfo   Fri Feb  2 20:20:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/11/26 15:51:56 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/02/02 20:20:28 adam Exp $
 
-BLAKE2s (xattr-1.0.0.tar.gz) = b1ba50dfdd99e5cb80d3cbefd4f29af9db37095fdde32d6d3804c9bf2817d6d0
-SHA512 (xattr-1.0.0.tar.gz) = 0939e341d960f63e181328ed39dd4ab1e8f34d87d25165d646463e793c7a135260f07b106067bbee803838a5eb003a213961137b45f0a340e81dbf659352dbce
-Size (xattr-1.0.0.tar.gz) = 15880 bytes
+BLAKE2s (xattr-1.1.0.tar.gz) = 0143756bc4cdf512e8e067b86f586b8834b2db26297edd789ce1f7ed7852d61e
+SHA512 (xattr-1.1.0.tar.gz) = b23eb96be5d6810ff2251418a2c2687d15cc98ceed422abe4a8bce01c77dda2969525f07feaf468bc43b60b6df6d573f15787b6221ed5816a772abd93ac47f8f
+Size (xattr-1.1.0.tar.gz) = 16634 bytes



Home | Main Index | Thread Index | Old Index