summaryrefslogtreecommitdiffstats
path: root/contrib/python/Automat
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-09-03 08:38:14 +0300
committerrobot-piglet <[email protected]>2024-09-03 08:48:33 +0300
commit40e21d90e24de76791e5fea962ebdc26b1515cf0 (patch)
tree8254e07958c84e29fb723d6e8bbf6ee398454c18 /contrib/python/Automat
parent3a21f8c7e965956f495377b817eb9eaaa9de88ad (diff)
Intermediate changes
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)