Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2026 23:11:08 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59389ad3f478 - main - archivers/py-xopen: Update to 2.1.0
Message-ID:  <6a23578c.242d6.3dbb4ea8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59389ad3f478723bf7a8ba9d55d159fe5ca0cde8

commit 59389ad3f478723bf7a8ba9d55d159fe5ca0cde8
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-06-05 22:58:22 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-06-05 22:58:22 +0000

    archivers/py-xopen: Update to 2.1.0
---
 archivers/py-xopen/Makefile                   |  2 +-
 archivers/py-xopen/distinfo                   |  6 +++---
 archivers/py-xopen/files/patch-pyproject.toml | 18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/archivers/py-xopen/Makefile b/archivers/py-xopen/Makefile
index 35956ac3fd72..5cd712469f27 100644
--- a/archivers/py-xopen/Makefile
+++ b/archivers/py-xopen/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xopen
-DISTVERSION=	2.0.2
+DISTVERSION=	2.1.0
 CATEGORIES=	archivers python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/archivers/py-xopen/distinfo b/archivers/py-xopen/distinfo
index 74515fa279f1..ca1710509882 100644
--- a/archivers/py-xopen/distinfo
+++ b/archivers/py-xopen/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718883739
-SHA256 (xopen-2.0.2.tar.gz) = f19d83de470f5a81725df0140180ec71d198311a1d7dad48f5467b4ad5df6154
-SIZE (xopen-2.0.2.tar.gz) = 32224
+TIMESTAMP = 1780698688
+SHA256 (xopen-2.1.0.tar.gz) = 06584821588f813563863b63d5e02568a4328661b7507ea38c432f24c69ea4b7
+SIZE (xopen-2.1.0.tar.gz) = 32424
diff --git a/archivers/py-xopen/files/patch-pyproject.toml b/archivers/py-xopen/files/patch-pyproject.toml
new file mode 100644
index 000000000000..458d2bc8e914
--- /dev/null
+++ b/archivers/py-xopen/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig	2026-06-05 22:40:28 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools >= 77.0.3", "setuptools_scm[toml]>=6.2"]
++requires = ["setuptools >= 63", "setuptools_scm[toml]>=6.2"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -10,7 +10,7 @@ readme = "README.rst"
+ ]
+ description = "Open compressed files transparently"
+ readme = "README.rst"
+-license = "MIT"
++license = {text="MIT"}
+ classifiers = [
+     "Development Status :: 5 - Production/Stable",
+     "Programming Language :: Python :: 3"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a23578c.242d6.3dbb4ea8>