git: bcc061f7f203 - main - devel/py-types-psutil: Update to 7.0.0.20251001
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:03:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bcc061f7f2038628584c8c621fb04e50d8c29a0f
commit bcc061f7f2038628584c8c621fb04e50d8c29a0f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:52:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:52:52 +0000
devel/py-types-psutil: Update to 7.0.0.20251001
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 | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile
index b1beea5e1cc3..9fcdecfd21b5 100644
--- a/devel/py-types-psutil/Makefile
+++ b/devel/py-types-psutil/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-psutil
-PORTVERSION= 7.0.0.20250801
+PORTVERSION= 7.0.0.20251001
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo
index 84114e302dc5..54831b7e291f 100644
--- a/devel/py-types-psutil/distinfo
+++ b/devel/py-types-psutil/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755062560
-SHA256 (types_psutil-7.0.0.20250801.tar.gz) = 0230b56234252cc6f59c361dccbaaa08f3088ea3569367abe6900485d388c97d
-SIZE (types_psutil-7.0.0.20250801.tar.gz) = 20238
+TIMESTAMP = 1759774659
+SHA256 (types_psutil-7.0.0.20251001.tar.gz) = 60d696200ddae28677e7d88cdebd6e960294e85adefbaafe0f6e5d0e7b4c1963
+SIZE (types_psutil-7.0.0.20251001.tar.gz) = 20469
diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml
index 7acbfa458250..79e9249685f8 100644
--- a/devel/py-types-psutil/files/patch-pyproject.toml
+++ b/devel/py-types-psutil/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-08-01 03:47:36 UTC
+--- pyproject.toml.orig 2025-10-01 03:04:18 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
@@ -8,14 +8,14 @@
[project]
name = "types-psutil"
- version = "7.0.0.20250801"
+ version = "7.0.0.20251001"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }
description = "Typing stubs for psutil"
readme = { text = """\
## Typing stubs for psutil
-@@ -45,5 +44,4 @@ dependencies = []
+@@ -46,5 +45,4 @@ dependencies = []
"Chat" = "https://gitter.im/python/typing"
[tool.setuptools]