jolt 0.9.395__tar.gz → 0.9.414__tar.gz

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.
Files changed (97) hide show
  1. {jolt-0.9.395 → jolt-0.9.414}/PKG-INFO +35 -7
  2. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/git.py +8 -2
  3. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/selfdeploy.py +21 -9
  4. {jolt-0.9.395 → jolt-0.9.414}/jolt/tasks.py +3 -1
  5. jolt-0.9.414/jolt/version.py +1 -0
  6. {jolt-0.9.395 → jolt-0.9.414}/jolt.egg-info/PKG-INFO +35 -7
  7. jolt-0.9.414/jolt.egg-info/requires.txt +78 -0
  8. jolt-0.9.395/jolt/version.py +0 -1
  9. jolt-0.9.395/jolt.egg-info/requires.txt +0 -50
  10. {jolt-0.9.395 → jolt-0.9.414}/README.rst +0 -0
  11. {jolt-0.9.395 → jolt-0.9.414}/jolt/__init__.py +0 -0
  12. {jolt-0.9.395 → jolt-0.9.414}/jolt/__main__.py +0 -0
  13. {jolt-0.9.395 → jolt-0.9.414}/jolt/bin/fstree-darwin-x86_64 +0 -0
  14. {jolt-0.9.395 → jolt-0.9.414}/jolt/bin/fstree-linux-x86_64 +0 -0
  15. {jolt-0.9.395 → jolt-0.9.414}/jolt/cache.py +0 -0
  16. {jolt-0.9.395 → jolt-0.9.414}/jolt/chroot.py +0 -0
  17. {jolt-0.9.395 → jolt-0.9.414}/jolt/cli.py +0 -0
  18. {jolt-0.9.395 → jolt-0.9.414}/jolt/colors.py +0 -0
  19. {jolt-0.9.395 → jolt-0.9.414}/jolt/common_pb2.py +0 -0
  20. {jolt-0.9.395 → jolt-0.9.414}/jolt/common_pb2_grpc.py +0 -0
  21. {jolt-0.9.395 → jolt-0.9.414}/jolt/config.py +0 -0
  22. {jolt-0.9.395 → jolt-0.9.414}/jolt/error.py +0 -0
  23. {jolt-0.9.395 → jolt-0.9.414}/jolt/expires.py +0 -0
  24. {jolt-0.9.395 → jolt-0.9.414}/jolt/filesystem.py +0 -0
  25. {jolt-0.9.395 → jolt-0.9.414}/jolt/graph.py +0 -0
  26. {jolt-0.9.395 → jolt-0.9.414}/jolt/hooks.py +0 -0
  27. {jolt-0.9.395 → jolt-0.9.414}/jolt/influence.py +0 -0
  28. {jolt-0.9.395 → jolt-0.9.414}/jolt/inspection.py +0 -0
  29. {jolt-0.9.395 → jolt-0.9.414}/jolt/loader.py +0 -0
  30. {jolt-0.9.395 → jolt-0.9.414}/jolt/log.py +0 -0
  31. {jolt-0.9.395 → jolt-0.9.414}/jolt/manifest.py +0 -0
  32. {jolt-0.9.395 → jolt-0.9.414}/jolt/options.py +0 -0
  33. {jolt-0.9.395 → jolt-0.9.414}/jolt/pkgs/__init__.py +0 -0
  34. {jolt-0.9.395 → jolt-0.9.414}/jolt/pkgs/golang.py +0 -0
  35. {jolt-0.9.395 → jolt-0.9.414}/jolt/pkgs/nodejs.py +0 -0
  36. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/__init__.py +0 -0
  37. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/alias.py +0 -0
  38. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/allure.py +0 -0
  39. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/autoweight.py +0 -0
  40. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/cache.py +0 -0
  41. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/cmake.py +0 -0
  42. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/conan.py +0 -0
  43. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/cxx.py +0 -0
  44. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/cxxinfo.py +0 -0
  45. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/dashboard.py +0 -0
  46. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/docker.py +0 -0
  47. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/email.py +0 -0
  48. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/email.xslt +0 -0
  49. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/environ.py +0 -0
  50. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/gdb.py +0 -0
  51. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/gerrit.py +0 -0
  52. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/golang.py +0 -0
  53. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/googletest.py +0 -0
  54. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/http.py +0 -0
  55. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/junit.py +0 -0
  56. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/linux.py +0 -0
  57. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/logstash.py +0 -0
  58. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/ninja-compdb.py +0 -0
  59. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/ninja.py +0 -0
  60. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/nodejs.py +0 -0
  61. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/paths.py +0 -0
  62. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/podman.py +0 -0
  63. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/python.py +0 -0
  64. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/__init__.py +0 -0
  65. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/administration_pb2.py +0 -0
  66. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/administration_pb2_grpc.py +0 -0
  67. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/log_pb2.py +0 -0
  68. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/log_pb2_grpc.py +0 -0
  69. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/scheduler_pb2.py +0 -0
  70. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/scheduler_pb2_grpc.py +0 -0
  71. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/worker_pb2.py +0 -0
  72. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/remote_execution/worker_pb2_grpc.py +0 -0
  73. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/report.py +0 -0
  74. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/scheduler.py +0 -0
  75. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/strings.py +0 -0
  76. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/symlinks.py +0 -0
  77. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/telemetry.py +0 -0
  78. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/timeline.py +0 -0
  79. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/volume.py +0 -0
  80. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/yaml-ninja.py +0 -0
  81. {jolt-0.9.395 → jolt-0.9.414}/jolt/plugins/yamltask.py +0 -0
  82. {jolt-0.9.395 → jolt-0.9.414}/jolt/scheduler.py +0 -0
  83. {jolt-0.9.395 → jolt-0.9.414}/jolt/templates/cxxexecutable.cmake.template +0 -0
  84. {jolt-0.9.395 → jolt-0.9.414}/jolt/templates/cxxlibrary.cmake.template +0 -0
  85. {jolt-0.9.395 → jolt-0.9.414}/jolt/templates/export.sh.template +0 -0
  86. {jolt-0.9.395 → jolt-0.9.414}/jolt/templates/timeline.html.template +0 -0
  87. {jolt-0.9.395 → jolt-0.9.414}/jolt/timer.py +0 -0
  88. {jolt-0.9.395 → jolt-0.9.414}/jolt/tools.py +0 -0
  89. {jolt-0.9.395 → jolt-0.9.414}/jolt/utils.py +0 -0
  90. {jolt-0.9.395 → jolt-0.9.414}/jolt/version_utils.py +0 -0
  91. {jolt-0.9.395 → jolt-0.9.414}/jolt/xmldom.py +0 -0
  92. {jolt-0.9.395 → jolt-0.9.414}/jolt.egg-info/SOURCES.txt +0 -0
  93. {jolt-0.9.395 → jolt-0.9.414}/jolt.egg-info/dependency_links.txt +0 -0
  94. {jolt-0.9.395 → jolt-0.9.414}/jolt.egg-info/entry_points.txt +0 -0
  95. {jolt-0.9.395 → jolt-0.9.414}/jolt.egg-info/top_level.txt +0 -0
  96. {jolt-0.9.395 → jolt-0.9.414}/setup.cfg +0 -0
  97. {jolt-0.9.395 → jolt-0.9.414}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jolt
3
- Version: 0.9.395
3
+ Version: 0.9.414
4
4
  Summary: A task executor
5
5
  Home-page: https://github.com/srand/jolt
6
6
  Author: Robert Andersson
@@ -21,38 +21,66 @@ Classifier: Programming Language :: Java
21
21
  Classifier: Programming Language :: JavaScript
22
22
  Classifier: Programming Language :: Python :: 3
23
23
  Requires-Python: >=3.8
24
- Requires-Dist: MarkupSafe
25
- Requires-Dist: SecretStorage
24
+ Requires-Dist: Jinja2==3.1.4
25
+ Requires-Dist: Jinja2==3.1.4
26
+ Requires-Dist: MarkupSafe==2.1.5
27
+ Requires-Dist: PyJWT==2.9.0
28
+ Requires-Dist: PyYAML==6.0.2
29
+ Requires-Dist: Pygments==2.18.0
30
+ Requires-Dist: SecretStorage==3.3.3
31
+ Requires-Dist: allure-python-commons==2.13.5
32
+ Requires-Dist: attrs==24.2.0
26
33
  Requires-Dist: backports.tarfile==1.2.0
34
+ Requires-Dist: bottle==0.12.25
27
35
  Requires-Dist: bz2file==0.98
28
36
  Requires-Dist: certifi==2024.8.30
29
37
  Requires-Dist: cffi==1.17.1
30
38
  Requires-Dist: charset-normalizer==3.3.2
31
39
  Requires-Dist: click==8.1.7
32
40
  Requires-Dist: colorama==0.4.6
41
+ Requires-Dist: conan==2.10.2
42
+ Requires-Dist: cryptography==43.0.1
43
+ Requires-Dist: distro==1.8.0
44
+ Requires-Dist: docutils==0.21.2
33
45
  Requires-Dist: fasteners==0.19
46
+ Requires-Dist: flake8==7.1.1
34
47
  Requires-Dist: grpcio==1.66.1
35
48
  Requires-Dist: idna==3.10
36
- Requires-Dist: importlib-metadata==8.5.0
37
- Requires-Dist: importlib_metadata
49
+ Requires-Dist: importlib_metadata==8.5.0
50
+ Requires-Dist: importlib_metadata==8.5.0
38
51
  Requires-Dist: jaraco.classes==3.4.0
39
52
  Requires-Dist: jaraco.context==6.0.1
40
53
  Requires-Dist: jaraco.functools==4.0.2
41
54
  Requires-Dist: jeepney==0.8.0
42
- Requires-Dist: jinja2==3.1.4
43
55
  Requires-Dist: keyring==25.4.1
44
56
  Requires-Dist: keyrings.alt==5.0.2
45
57
  Requires-Dist: lxml==5.3.0
58
+ Requires-Dist: mccabe==0.7.0
46
59
  Requires-Dist: more-itertools==10.5.0
47
- Requires-Dist: multi_key_dict
60
+ Requires-Dist: more-itertools==10.5.0
61
+ Requires-Dist: multi_key_dict==2.0.3
62
+ Requires-Dist: nh3==0.2.19
48
63
  Requires-Dist: ninja==1.11.1.1
64
+ Requires-Dist: packaging==24.2
65
+ Requires-Dist: patch-ng==1.18.1
66
+ Requires-Dist: pip==25.3
67
+ Requires-Dist: pluggy==1.5.0
68
+ Requires-Dist: pluginbase==1.0.1
49
69
  Requires-Dist: protobuf==5.28.2
50
70
  Requires-Dist: psutil==6.0.0
71
+ Requires-Dist: pycodestyle==2.12.1
51
72
  Requires-Dist: pycparser==2.22
73
+ Requires-Dist: pyflakes==3.2.0
52
74
  Requires-Dist: pygit2==1.15.1
75
+ Requires-Dist: python-dateutil==2.9.0.post0
76
+ Requires-Dist: readme_renderer==44.0
53
77
  Requires-Dist: requests==2.32.3
78
+ Requires-Dist: setuptools==80.9.0
79
+ Requires-Dist: six==1.16.0
54
80
  Requires-Dist: tqdm==4.66.5
81
+ Requires-Dist: typing_extensions==4.12.2
55
82
  Requires-Dist: urllib3==1.26.20
83
+ Requires-Dist: wheel==0.45.1
56
84
  Requires-Dist: zipp==3.20.2
57
85
  Requires-Dist: zstandard==0.23.0
58
86
  Provides-Extra: allure
@@ -111,7 +111,7 @@ class GitRepository(object):
111
111
 
112
112
  utils.call_and_catch(self.tools.run, "git remote remove origin", output=False)
113
113
  self.tools.run("git remote add origin {}", self.url, output_on_error=True)
114
- self.tools.run("git fetch origin", output_on_error=True)
114
+ self._fetch_origin()
115
115
  self.tools.run("git checkout -f FETCH_HEAD", output_on_error=True)
116
116
  else:
117
117
  if refpath and os.path.isdir(refpath):
@@ -124,6 +124,11 @@ class GitRepository(object):
124
124
  self.repository is None,
125
125
  "Failed to clone repository '{0}'", self.relpath)
126
126
 
127
+ @utils.retried.on_exception(JoltCommandError, pattern="Command failed: git fetch", count=6, backoff=[2, 5, 10, 15, 20, 30])
128
+ def _fetch_origin(self):
129
+ with self.tools.cwd(self.path):
130
+ self.tools.run("git fetch origin", output_on_error=True)
131
+
127
132
  @utils.cached.instance
128
133
  def diff_unchecked(self):
129
134
  if not self.is_indexed():
@@ -247,6 +252,7 @@ class GitRepository(object):
247
252
  with self.tools.cwd(self.path):
248
253
  return self.tools.run("git reset --hard", output_on_error=True)
249
254
 
255
+ @utils.retried.on_exception(JoltCommandError, pattern="Command failed: git fetch", count=6, backoff=[2, 5, 10, 15, 20, 30])
250
256
  def fetch(self, commit=None):
251
257
  if commit and not self.is_valid_sha(commit):
252
258
  commit = None
@@ -255,7 +261,7 @@ class GitRepository(object):
255
261
  with self.tools.cwd(self.path):
256
262
  log.info("Fetching {0} from {1}", commit or refspec or 'commits', self.url)
257
263
  self.tools.run(
258
- "git fetch --prune {url} {what}",
264
+ "git fetch --force --prune {url} {what}",
259
265
  url=self.url,
260
266
  what=commit or refspec or '',
261
267
  output_on_error=True)
@@ -1,5 +1,5 @@
1
+ import importlib_metadata
1
2
  import os
2
- import pkg_resources
3
3
 
4
4
  from jolt import config
5
5
  from jolt import filesystem as fs
@@ -100,21 +100,33 @@ class Jolt(Task):
100
100
  def get_dependencies(packages=None):
101
101
  reqs = packages or ["jolt"]
102
102
  pkgs = {}
103
+ skip = set()
103
104
 
104
105
  while reqs:
105
106
  req = reqs.pop()
106
107
 
107
- dist = pkg_resources.working_set.by_key.get(req)
108
+ try:
109
+ dist = importlib_metadata.distribution(req)
110
+ except (ImportError, importlib_metadata.PackageNotFoundError):
111
+ dist = None
112
+ except Exception:
113
+ dist = None
108
114
  if dist is None:
109
- log.debug("[SelfDeploy] Dependency not found: {}", req)
110
- pkgs[req] = req
115
+ skip.add(req)
111
116
  continue
112
117
 
113
- for dep in dist.requires():
114
- if dep.name not in pkgs:
115
- reqs.append(dep.name)
116
-
117
- pkgs[req] = f"{dist.project_name}=={dist.version}"
118
+ for dep in dist.requires or []:
119
+ dep = dep.split(" ", 1)[0].strip()
120
+ dep = dep.split("[", 1)[0].strip()
121
+ dep = dep.split(";", 1)[0].strip()
122
+ dep = dep.split(">", 1)[0].strip()
123
+ dep = dep.split("=", 1)[0].strip()
124
+ dep = dep.split("<", 1)[0].strip()
125
+ dep = dep.split("!", 1)[0].strip()
126
+ if dep not in pkgs and dep not in skip:
127
+ reqs.append(dep)
128
+
129
+ pkgs[req] = f"{dist.name}=={dist.version}"
118
130
 
119
131
  try:
120
132
  del pkgs["jolt"]
@@ -10,6 +10,7 @@ import platform
10
10
  from threading import RLock
11
11
  import subprocess
12
12
  from os import environ
13
+ from os import sys as os_sys
13
14
  import sys
14
15
  import unittest as ut
15
16
  from urllib.parse import urlparse
@@ -3134,7 +3135,8 @@ class Script(Task):
3134
3135
  doc = self.__doc__.split("---", 1)
3135
3136
  script = doc[1] if len(doc) > 1 else doc[0]
3136
3137
  script = script.splitlines()
3137
- script = [line[4:] for line in script]
3138
+ if os_sys.version_info < (3, 13):
3139
+ script = [line[4:] for line in script]
3138
3140
  script = "\n".join(script)
3139
3141
  script = script.lstrip()
3140
3142
  if not script.startswith("#!"):
@@ -0,0 +1 @@
1
+ __version__ = "0.9.414"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jolt
3
- Version: 0.9.395
3
+ Version: 0.9.414
4
4
  Summary: A task executor
5
5
  Home-page: https://github.com/srand/jolt
6
6
  Author: Robert Andersson
@@ -21,38 +21,66 @@ Classifier: Programming Language :: Java
21
21
  Classifier: Programming Language :: JavaScript
22
22
  Classifier: Programming Language :: Python :: 3
23
23
  Requires-Python: >=3.8
24
- Requires-Dist: MarkupSafe
25
- Requires-Dist: SecretStorage
24
+ Requires-Dist: Jinja2==3.1.4
25
+ Requires-Dist: Jinja2==3.1.4
26
+ Requires-Dist: MarkupSafe==2.1.5
27
+ Requires-Dist: PyJWT==2.9.0
28
+ Requires-Dist: PyYAML==6.0.2
29
+ Requires-Dist: Pygments==2.18.0
30
+ Requires-Dist: SecretStorage==3.3.3
31
+ Requires-Dist: allure-python-commons==2.13.5
32
+ Requires-Dist: attrs==24.2.0
26
33
  Requires-Dist: backports.tarfile==1.2.0
34
+ Requires-Dist: bottle==0.12.25
27
35
  Requires-Dist: bz2file==0.98
28
36
  Requires-Dist: certifi==2024.8.30
29
37
  Requires-Dist: cffi==1.17.1
30
38
  Requires-Dist: charset-normalizer==3.3.2
31
39
  Requires-Dist: click==8.1.7
32
40
  Requires-Dist: colorama==0.4.6
41
+ Requires-Dist: conan==2.10.2
42
+ Requires-Dist: cryptography==43.0.1
43
+ Requires-Dist: distro==1.8.0
44
+ Requires-Dist: docutils==0.21.2
33
45
  Requires-Dist: fasteners==0.19
46
+ Requires-Dist: flake8==7.1.1
34
47
  Requires-Dist: grpcio==1.66.1
35
48
  Requires-Dist: idna==3.10
36
- Requires-Dist: importlib-metadata==8.5.0
37
- Requires-Dist: importlib_metadata
49
+ Requires-Dist: importlib_metadata==8.5.0
50
+ Requires-Dist: importlib_metadata==8.5.0
38
51
  Requires-Dist: jaraco.classes==3.4.0
39
52
  Requires-Dist: jaraco.context==6.0.1
40
53
  Requires-Dist: jaraco.functools==4.0.2
41
54
  Requires-Dist: jeepney==0.8.0
42
- Requires-Dist: jinja2==3.1.4
43
55
  Requires-Dist: keyring==25.4.1
44
56
  Requires-Dist: keyrings.alt==5.0.2
45
57
  Requires-Dist: lxml==5.3.0
58
+ Requires-Dist: mccabe==0.7.0
46
59
  Requires-Dist: more-itertools==10.5.0
47
- Requires-Dist: multi_key_dict
60
+ Requires-Dist: more-itertools==10.5.0
61
+ Requires-Dist: multi_key_dict==2.0.3
62
+ Requires-Dist: nh3==0.2.19
48
63
  Requires-Dist: ninja==1.11.1.1
64
+ Requires-Dist: packaging==24.2
65
+ Requires-Dist: patch-ng==1.18.1
66
+ Requires-Dist: pip==25.3
67
+ Requires-Dist: pluggy==1.5.0
68
+ Requires-Dist: pluginbase==1.0.1
49
69
  Requires-Dist: protobuf==5.28.2
50
70
  Requires-Dist: psutil==6.0.0
71
+ Requires-Dist: pycodestyle==2.12.1
51
72
  Requires-Dist: pycparser==2.22
73
+ Requires-Dist: pyflakes==3.2.0
52
74
  Requires-Dist: pygit2==1.15.1
75
+ Requires-Dist: python-dateutil==2.9.0.post0
76
+ Requires-Dist: readme_renderer==44.0
53
77
  Requires-Dist: requests==2.32.3
78
+ Requires-Dist: setuptools==80.9.0
79
+ Requires-Dist: six==1.16.0
54
80
  Requires-Dist: tqdm==4.66.5
81
+ Requires-Dist: typing_extensions==4.12.2
55
82
  Requires-Dist: urllib3==1.26.20
83
+ Requires-Dist: wheel==0.45.1
56
84
  Requires-Dist: zipp==3.20.2
57
85
  Requires-Dist: zstandard==0.23.0
58
86
  Provides-Extra: allure
@@ -0,0 +1,78 @@
1
+ Jinja2==3.1.4
2
+ Jinja2==3.1.4
3
+ MarkupSafe==2.1.5
4
+ PyJWT==2.9.0
5
+ PyYAML==6.0.2
6
+ Pygments==2.18.0
7
+ SecretStorage==3.3.3
8
+ allure-python-commons==2.13.5
9
+ attrs==24.2.0
10
+ backports.tarfile==1.2.0
11
+ bottle==0.12.25
12
+ bz2file==0.98
13
+ certifi==2024.8.30
14
+ cffi==1.17.1
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ colorama==0.4.6
18
+ conan==2.10.2
19
+ cryptography==43.0.1
20
+ distro==1.8.0
21
+ docutils==0.21.2
22
+ fasteners==0.19
23
+ flake8==7.1.1
24
+ grpcio==1.66.1
25
+ idna==3.10
26
+ importlib_metadata==8.5.0
27
+ importlib_metadata==8.5.0
28
+ jaraco.classes==3.4.0
29
+ jaraco.context==6.0.1
30
+ jaraco.functools==4.0.2
31
+ jeepney==0.8.0
32
+ keyring==25.4.1
33
+ keyrings.alt==5.0.2
34
+ lxml==5.3.0
35
+ mccabe==0.7.0
36
+ more-itertools==10.5.0
37
+ more-itertools==10.5.0
38
+ multi_key_dict==2.0.3
39
+ nh3==0.2.19
40
+ ninja==1.11.1.1
41
+ packaging==24.2
42
+ patch-ng==1.18.1
43
+ pip==25.3
44
+ pluggy==1.5.0
45
+ pluginbase==1.0.1
46
+ protobuf==5.28.2
47
+ psutil==6.0.0
48
+ pycodestyle==2.12.1
49
+ pycparser==2.22
50
+ pyflakes==3.2.0
51
+ pygit2==1.15.1
52
+ python-dateutil==2.9.0.post0
53
+ readme_renderer==44.0
54
+ requests==2.32.3
55
+ setuptools==80.9.0
56
+ six==1.16.0
57
+ tqdm==4.66.5
58
+ typing_extensions==4.12.2
59
+ urllib3==1.26.20
60
+ wheel==0.45.1
61
+ zipp==3.20.2
62
+ zstandard==0.23.0
63
+
64
+ [allure]
65
+ allure-python-commons
66
+
67
+ [conan]
68
+ conan>=2.0
69
+
70
+ [dev]
71
+ check-manifest
72
+
73
+ [doc]
74
+ sphinx-click
75
+ sphinx-rtd-theme
76
+
77
+ [test]
78
+ coverage
@@ -1 +0,0 @@
1
- __version__ = "0.9.395"
@@ -1,50 +0,0 @@
1
- MarkupSafe
2
- SecretStorage
3
- backports.tarfile==1.2.0
4
- bz2file==0.98
5
- certifi==2024.8.30
6
- cffi==1.17.1
7
- charset-normalizer==3.3.2
8
- click==8.1.7
9
- colorama==0.4.6
10
- fasteners==0.19
11
- grpcio==1.66.1
12
- idna==3.10
13
- importlib-metadata==8.5.0
14
- importlib_metadata
15
- jaraco.classes==3.4.0
16
- jaraco.context==6.0.1
17
- jaraco.functools==4.0.2
18
- jeepney==0.8.0
19
- jinja2==3.1.4
20
- keyring==25.4.1
21
- keyrings.alt==5.0.2
22
- lxml==5.3.0
23
- more-itertools==10.5.0
24
- multi_key_dict
25
- ninja==1.11.1.1
26
- protobuf==5.28.2
27
- psutil==6.0.0
28
- pycparser==2.22
29
- pygit2==1.15.1
30
- requests==2.32.3
31
- tqdm==4.66.5
32
- urllib3==1.26.20
33
- zipp==3.20.2
34
- zstandard==0.23.0
35
-
36
- [allure]
37
- allure-python-commons
38
-
39
- [conan]
40
- conan>=2.0
41
-
42
- [dev]
43
- check-manifest
44
-
45
- [doc]
46
- sphinx-click
47
- sphinx-rtd-theme
48
-
49
- [test]
50
- coverage
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes