summaryrefslogtreecommitdiffstats
path: root/contrib/python/Automat
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/Automat')
-rw-r--r--contrib/python/Automat/py3/.dist-info/METADATA3
-rw-r--r--contrib/python/Automat/py3/ya.make2
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/Automat/py3/.dist-info/METADATA b/contrib/python/Automat/py3/.dist-info/METADATA
index 0f70edae69e..b86e9ab8e6c 100644
--- a/contrib/python/Automat/py3/.dist-info/METADATA
+++ b/contrib/python/Automat/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Automat
-Version: 24.8.0
+Version: 24.8.1
Summary: Self-service finite-state machines for the programmer on the go.
Author-email: Glyph <[email protected]>
License: Copyright (c) 2014
@@ -38,6 +38,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
+Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing-extensions; python_version < "3.10"
diff --git a/contrib/python/Automat/py3/ya.make b/contrib/python/Automat/py3/ya.make
index 87be635c272..89ecf811932 100644
--- a/contrib/python/Automat/py3/ya.make
+++ b/contrib/python/Automat/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(24.8.0)
+VERSION(24.8.1)
LICENSE(MIT)