Date: Sat, 18 Apr 2026 22:04:35 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d10ed71e1fe9 - main - devel/py-types-psutil: Update to 7.2.2.20260402 Message-ID: <69e3fff3.33a46.56f9b940@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d10ed71e1fe91ca3db5f5e0e3c1f01b8b2c62ed9 commit d10ed71e1fe91ca3db5f5e0e3c1f01b8b2c62ed9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:25:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:52:33 +0000 devel/py-types-psutil: Update to 7.2.2.20260402 Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/psutil.md --- devel/py-types-psutil/Makefile | 2 +- devel/py-types-psutil/distinfo | 6 +++--- devel/py-types-psutil/files/patch-pyproject.toml | 11 +++++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index e37b07eb8309..f636d539b550 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-psutil -PORTVERSION= 7.2.2.20260130 +PORTVERSION= 7.2.2.20260402 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index e9ddc4513de5..92c1d235ea8a 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771421664 -SHA256 (types_psutil-7.2.2.20260130.tar.gz) = 15b0ab69c52841cf9ce3c383e8480c620a4d13d6a8e22b16978ebddac5590950 -SIZE (types_psutil-7.2.2.20260130.tar.gz) = 26535 +TIMESTAMP = 1775587474 +SHA256 (types_psutil-7.2.2.20260402.tar.gz) = 9f36eebf15ad8487f8004ed67c8e008b84b63ba00cfb709a3f60275058217329 +SIZE (types_psutil-7.2.2.20260402.tar.gz) = 26522 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index c617e7319887..723c4833128b 100644 --- a/devel/py-types-psutil/files/patch-pyproject.toml +++ b/devel/py-types-psutil/files/patch-pyproject.toml @@ -1,23 +1,26 @@ ---- pyproject.toml.orig 2026-01-30 03:58:11 UTC +--- pyproject.toml.orig 2026-04-02 04:18:44 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" --requires = ["setuptools>=77.0.3"] +-requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61"] [project] name = "types-psutil" - version = "7.2.2.20260130" + version = "7.2.2.20260402" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for psutil" readme = { text = """\ ## Typing stubs for psutil -@@ -46,5 +45,4 @@ dependencies = [] +@@ -46,8 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['psutil-stubs'] include-package-data = false +- +-[tool.setuptools.package-data] +-'psutil-stubs' = ['__init__.pyi', '_common.pyi', '_ntuples.pyi', '_psaix.pyi', '_psbsd.pyi', '_pslinux.pyi', '_psosx.pyi', '_psposix.pyi', '_pssunos.pyi', '_psutil_aix.pyi', '_psutil_bsd.pyi', '_psutil_linux.pyi', '_psutil_osx.pyi', '_psutil_sunos.pyi', '_psutil_windows.pyi', '_pswindows.pyi', 'METADATA.toml', 'py.typed']home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3fff3.33a46.56f9b940>
