summaryrefslogtreecommitdiffstats
path: root/contrib/python/cachetools
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-02-05 11:12:32 +0300
committerrobot-piglet <[email protected]>2025-02-05 11:30:30 +0300
commit409081f7caab0fd90da025db03f20c596905c1f9 (patch)
treea8b32fd5082d1277e0b727ffbd2604cad4b6abf7 /contrib/python/cachetools
parent64dbe3e5f2c96d6cf15ada015fb6ee64d12c02ff (diff)
Intermediate changes
commit_hash:6c65b2ed290900c658e42d7818d9bd50d568a8ba
Diffstat (limited to 'contrib/python/cachetools')
-rw-r--r--contrib/python/cachetools/py3/.dist-info/METADATA5
-rw-r--r--contrib/python/cachetools/py3/cachetools/__init__.py2
-rw-r--r--contrib/python/cachetools/py3/ya.make2
3 files changed, 5 insertions, 4 deletions
diff --git a/contrib/python/cachetools/py3/.dist-info/METADATA b/contrib/python/cachetools/py3/.dist-info/METADATA
index b3ff29d8995..386951ecb89 100644
--- a/contrib/python/cachetools/py3/.dist-info/METADATA
+++ b/contrib/python/cachetools/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
Name: cachetools
-Version: 5.5.0
+Version: 5.5.1
Summary: Extensible memoizing collections and decorators
Home-page: https://github.com/tkem/cachetools/
Author: Thomas Kemmer
@@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE
diff --git a/contrib/python/cachetools/py3/cachetools/__init__.py b/contrib/python/cachetools/py3/cachetools/__init__.py
index 2d2e2cf4ae0..ad301758612 100644
--- a/contrib/python/cachetools/py3/cachetools/__init__.py
+++ b/contrib/python/cachetools/py3/cachetools/__init__.py
@@ -13,7 +13,7 @@ __all__ = (
"cachedmethod",
)
-__version__ = "5.5.0"
+__version__ = "5.5.1"
import collections
import collections.abc
diff --git a/contrib/python/cachetools/py3/ya.make b/contrib/python/cachetools/py3/ya.make
index 16c48a0f31e..1581ce124b3 100644
--- a/contrib/python/cachetools/py3/ya.make
+++ b/contrib/python/cachetools/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(5.5.0)
+VERSION(5.5.1)
LICENSE(MIT)