git: 7dd46bcd979f - main - devel/py-types-mock: Update to 5.2.0.20250809

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 Sep 2025 18:14:37 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7dd46bcd979fef70e0c53230051fe4e4be0907c9

commit 7dd46bcd979fef70e0c53230051fe4e4be0907c9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:01:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:10:16 +0000

    devel/py-types-mock: Update to 5.2.0.20250809
    
    Changes:        https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/mock.md
---
 devel/py-types-mock/Makefile                   | 2 +-
 devel/py-types-mock/distinfo                   | 6 +++---
 devel/py-types-mock/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-types-mock/Makefile b/devel/py-types-mock/Makefile
index bba5527272a0..1d67eeec5346 100644
--- a/devel/py-types-mock/Makefile
+++ b/devel/py-types-mock/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	types-mock
-PORTVERSION=	5.2.0.20250516
+PORTVERSION=	5.2.0.20250809
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-mock/distinfo b/devel/py-types-mock/distinfo
index 50cb9fb39ebb..dabeb73a3403 100644
--- a/devel/py-types-mock/distinfo
+++ b/devel/py-types-mock/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747715430
-SHA256 (types_mock-5.2.0.20250516.tar.gz) = aab7d3d9ad3814f2f8da12cc8e42d9be7d38200c5f214e3c0278c38fa01299d7
-SIZE (types_mock-5.2.0.20250516.tar.gz) = 11220
+TIMESTAMP = 1755062556
+SHA256 (types_mock-5.2.0.20250809.tar.gz) = 9548ebc2fbb3859f0765c8215f0b063897a58a58930f95467a814a9c9de76b16
+SIZE (types_mock-5.2.0.20250809.tar.gz) = 11222
diff --git a/devel/py-types-mock/files/patch-pyproject.toml b/devel/py-types-mock/files/patch-pyproject.toml
index f6c8a34d5fdd..880be753b078 100644
--- a/devel/py-types-mock/files/patch-pyproject.toml
+++ b/devel/py-types-mock/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-05-16 03:08:09 UTC
+--- pyproject.toml.orig	2025-08-09 03:13:54 UTC
 +++ pyproject.toml
 @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
  [build-system]
@@ -8,14 +8,14 @@
  
  [project]
  name = "types-mock"
- version = "5.2.0.20250516"
+ version = "5.2.0.20250809"
 -license = "Apache-2.0"
 -license-files = ["LICENSE"]
 +license = { text = "Apache-2.0" }
  description = "Typing stubs for mock"
  readme = { text = """\
  ## Typing stubs for mock
-@@ -51,5 +50,4 @@ dependencies = []
+@@ -46,5 +45,4 @@ dependencies = []
  "Chat" = "https://gitter.im/python/typing"
  
  [tool.setuptools]