git: dcfbd87c222a - main - devel/py-xattr: Update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 16:13:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcfbd87c222a810532e7b780b588ef0102c49faa
commit dcfbd87c222a810532e7b780b588ef0102c49faa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 15:32:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 15:32:43 +0000
devel/py-xattr: Update to 1.3.0
Changes: https://github.com/xattr/xattr/releases
---
devel/py-xattr/Makefile | 3 +--
devel/py-xattr/distinfo | 6 +++---
devel/py-xattr/files/patch-pyproject.toml | 13 +++++++++++--
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/devel/py-xattr/Makefile b/devel/py-xattr/Makefile
index b7e35136c9a7..8ffc9beecd42 100644
--- a/devel/py-xattr/Makefile
+++ b/devel/py-xattr/Makefile
@@ -1,6 +1,5 @@
PORTNAME= xattr
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-xattr/distinfo b/devel/py-xattr/distinfo
index ee9166d110d0..2fdcc53c04f3 100644
--- a/devel/py-xattr/distinfo
+++ b/devel/py-xattr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752542728
-SHA256 (xattr-1.2.0.tar.gz) = a64c8e21eff1be143accf80fd3b8fde3e28a478c37da298742af647ac3e5e0a7
-SIZE (xattr-1.2.0.tar.gz) = 17293
+TIMESTAMP = 1761446720
+SHA256 (xattr-1.3.0.tar.gz) = 30439fabd7de0787b27e9a6e1d569c5959854cb322f64ce7380fedbfa5035036
+SIZE (xattr-1.3.0.tar.gz) = 17148
diff --git a/devel/py-xattr/files/patch-pyproject.toml b/devel/py-xattr/files/patch-pyproject.toml
index 4ffc819a00e9..4facb1b31b99 100644
--- a/devel/py-xattr/files/patch-pyproject.toml
+++ b/devel/py-xattr/files/patch-pyproject.toml
@@ -1,10 +1,19 @@
---- pyproject.toml.orig 2025-07-14 02:33:11 UTC
+--- pyproject.toml.orig 2025-10-13 21:46:56 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
-- "setuptools>=68",
+- "setuptools>=77.0.3",
+ "setuptools>=61",
"wheel",
"cffi>=1.16.0",
]
+@@ -21,7 +21,7 @@ description="Python wrapper for extended filesystem at
+ {name = "Bob Ippolito", email = "bob@redivi.com"},
+ ]
+ description="Python wrapper for extended filesystem attributes"
+-license = "MIT"
++license = {file = "LICENSE.txt"}
+ keywords = ["xattr"]
+ classifiers = [
+ "Environment :: Console",