Date: Wed, 03 Jun 2026 08:03:01 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 62ef4fdaaa60 - main - devel/py-distlib: update 0.4.0=?utf-8?Q? =E2=86=92 0.4?=.1 Message-ID: <6a1fdfb5.388e7.3afb94e2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=62ef4fdaaa60502d0767b16992099151e166fa45 commit 62ef4fdaaa60502d0767b16992099151e166fa45 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-03 07:52:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-03 08:02:54 +0000 devel/py-distlib: update 0.4.0 → 0.4.1 --- devel/py-distlib/Makefile | 4 +++- devel/py-distlib/distinfo | 6 +++--- devel/py-distlib/files/patch-pyproject.toml | 13 +++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/devel/py-distlib/Makefile b/devel/py-distlib/Makefile index 007e251b5f26..117925ed4d6b 100644 --- a/devel/py-distlib/Makefile +++ b/devel/py-distlib/Makefile @@ -1,5 +1,5 @@ PORTNAME= distlib -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +21,6 @@ NO_ARCH= yes TEST_ENV= PYTHONHASHSEED=0 # needed for tests to succeed +# tests as of 0.4.1: 1 failed, 222 passed, 21 skipped, 49 warnings in 21.39s + .include <bsd.port.mk> diff --git a/devel/py-distlib/distinfo b/devel/py-distlib/distinfo index 04b6e5179a30..4646dd08df70 100644 --- a/devel/py-distlib/distinfo +++ b/devel/py-distlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777559512 -SHA256 (distlib-0.4.0.tar.gz) = feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d -SIZE (distlib-0.4.0.tar.gz) = 614605 +TIMESTAMP = 1780468606 +SHA256 (distlib-0.4.1.tar.gz) = c3804d0d2d4b5fcd44036eb860cb6660485fcdf5c2aba53dc324d805837ea65b +SIZE (distlib-0.4.1.tar.gz) = 610526 diff --git a/devel/py-distlib/files/patch-pyproject.toml b/devel/py-distlib/files/patch-pyproject.toml new file mode 100644 index 000000000000..8d88fa5bf700 --- /dev/null +++ b/devel/py-distlib/files/patch-pyproject.toml @@ -0,0 +1,13 @@ +-- Relax setuptools version requirement +-- Upper limits on dependencies often break builds in the ports tree + +--- pyproject.toml.orig 2026-06-03 06:40:03 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools >= 68,<75", ++ "setuptools >= 63", + "wheel" + ] + build-backend = 'setuptools.build_meta'home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fdfb5.388e7.3afb94e2>
