aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-mock
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-types-mock')
-rw-r--r--devel/py-types-mock/Makefile2
-rw-r--r--devel/py-types-mock/distinfo6
-rw-r--r--devel/py-types-mock/files/patch-pyproject.toml6
-rw-r--r--devel/py-types-mock/pkg-descr5
4 files changed, 9 insertions, 10 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]
diff --git a/devel/py-types-mock/pkg-descr b/devel/py-types-mock/pkg-descr
index 3a3dbce6e67f..381dcc0466ab 100644
--- a/devel/py-types-mock/pkg-descr
+++ b/devel/py-types-mock/pkg-descr
@@ -1,3 +1,2 @@
-This is a PEP 561 type stub package for the mock package. It can be used by
-type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
-mock.
+This is a PEP 561 type stub package for the mock package. It can be used by type
+checkers to check code that uses mock.