taskflow 5.9.1__py3-none-any.whl → 5.10.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- taskflow/version.py +3 -8
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/METADATA +3 -3
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/RECORD +9 -9
- taskflow-5.10.0.dist-info/pbr.json +1 -0
- taskflow-5.9.1.dist-info/pbr.json +0 -1
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/AUTHORS +0 -0
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/LICENSE +0 -0
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/WHEEL +0 -0
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/entry_points.txt +0 -0
- {taskflow-5.9.1.dist-info → taskflow-5.10.0.dist-info}/top_level.txt +0 -0
taskflow/version.py
CHANGED
|
@@ -14,19 +14,14 @@
|
|
|
14
14
|
# License for the specific language governing permissions and limitations
|
|
15
15
|
# under the License.
|
|
16
16
|
|
|
17
|
-
import
|
|
17
|
+
from pbr import version as pbr_version
|
|
18
18
|
|
|
19
19
|
TASK_VENDOR = "OpenStack Foundation"
|
|
20
20
|
TASK_PRODUCT = "OpenStack TaskFlow"
|
|
21
21
|
TASK_PACKAGE = None # OS distro package version suffix
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
_version_info = pbr_version.VersionInfo('taskflow')
|
|
26
|
-
version_string = _version_info.version_string
|
|
27
|
-
except ImportError:
|
|
28
|
-
_version_info = pkg_resources.get_distribution('taskflow')
|
|
29
|
-
version_string = lambda: _version_info.version
|
|
23
|
+
_version_info = pbr_version.VersionInfo('taskflow')
|
|
24
|
+
version_string = _version_info.version_string
|
|
30
25
|
|
|
31
26
|
|
|
32
27
|
def version_string_with_package():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: taskflow
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.10.0
|
|
4
4
|
Summary: Taskflow structured state management library.
|
|
5
5
|
Home-page: https://docs.openstack.org/taskflow/latest/
|
|
6
6
|
Author: OpenStack
|
|
@@ -16,15 +16,15 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
16
16
|
Classifier: Operating System :: POSIX :: Linux
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
24
24
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries
|
|
26
26
|
Classifier: Topic :: System :: Distributed Computing
|
|
27
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.9
|
|
28
28
|
Requires-Dist: automaton (>=1.9.0)
|
|
29
29
|
Requires-Dist: cachetools (>=2.0.0)
|
|
30
30
|
Requires-Dist: fasteners (>=0.17.3)
|
|
@@ -10,7 +10,7 @@ taskflow/states.py,sha256=3MRdAfs0x94QhDjl-RGyTfxAbkL3APtNr_qQf6apqbE,6901
|
|
|
10
10
|
taskflow/storage.py,sha256=CSCegSPkrw2QDP6qGrzUYTWBFBX34Kqv0p9hwYId9oM,52114
|
|
11
11
|
taskflow/task.py,sha256=qw79ho1bhwe5KttSPjalfUlCTfLUjNGc1twNdTFMi4w,10052
|
|
12
12
|
taskflow/test.py,sha256=T6DfnwU7NcSRLfAYR3QgmGXhRVkYfeH-6JEp2jffQh8,9341
|
|
13
|
-
taskflow/version.py,sha256=
|
|
13
|
+
taskflow/version.py,sha256=UU8J6gwFErEHh0U8vhI2hxPlTN9k47Fvul2I-4bPp6A,1091
|
|
14
14
|
taskflow/conductors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
taskflow/conductors/base.py,sha256=k7E_zu9CIORhODWzwmxh7w8fSNhG6dJaYEfLwIxhxXE,7332
|
|
16
16
|
taskflow/conductors/backends/__init__.py,sha256=UJS_4cDCt9PT1jrTcmB6cNk4yJpRm1LEoq4rigvaWQ0,1634
|
|
@@ -234,11 +234,11 @@ taskflow/utils/persistence_utils.py,sha256=GWceOcxdfsf-MtrdR74xmC2khClF8im6DpZmR
|
|
|
234
234
|
taskflow/utils/redis_utils.py,sha256=zJBvXmlNZUQ_gwGZAaNLySVtCtou3YayHAkGSCNKDUw,4345
|
|
235
235
|
taskflow/utils/schema_utils.py,sha256=Zf6eL0NK0_TVFD_Sc1yEZYswFz9K0tet1Dmj48F8uMA,1434
|
|
236
236
|
taskflow/utils/threading_utils.py,sha256=eiaNUK127DOBr_zfj3-j4Oi5a2dsD7VunVeTYN6NjPo,5849
|
|
237
|
-
taskflow-5.
|
|
238
|
-
taskflow-5.
|
|
239
|
-
taskflow-5.
|
|
240
|
-
taskflow-5.
|
|
241
|
-
taskflow-5.
|
|
242
|
-
taskflow-5.
|
|
243
|
-
taskflow-5.
|
|
244
|
-
taskflow-5.
|
|
237
|
+
taskflow-5.10.0.dist-info/AUTHORS,sha256=uKVGnRq9UrIKLl5MhXJ9QuqzKXynjWcZcuaW_j9Eh5g,4564
|
|
238
|
+
taskflow-5.10.0.dist-info/LICENSE,sha256=0t4vVm0tDgtQn7DqH6Nmn0kGSrHeIcV0U8qzdQojTo8,10143
|
|
239
|
+
taskflow-5.10.0.dist-info/METADATA,sha256=00c6g5TTpnnUNoUfegIhFOcW3UNe6AUwJJeffNiW56o,5148
|
|
240
|
+
taskflow-5.10.0.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
241
|
+
taskflow-5.10.0.dist-info/entry_points.txt,sha256=bIwgsxgCx_nrcv_gMhFDVffkg_r4NHX2O43iEXUKohU,1236
|
|
242
|
+
taskflow-5.10.0.dist-info/pbr.json,sha256=MnKpu3FknIa1gymaX8zBrpnFmCgZhaJSO_Uv-oBZvJQ,47
|
|
243
|
+
taskflow-5.10.0.dist-info/top_level.txt,sha256=PsdN41vwysesDlqHCSVVXH4mkTMdMiZFW_yHEAXiZE4,9
|
|
244
|
+
taskflow-5.10.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "ca0b7bbe", "is_release": true}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "a8b48d6e", "is_release": true}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|