jolt 0.9.447__py3-none-any.whl → 0.9.448__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.
jolt/tools.py CHANGED
@@ -286,12 +286,14 @@ class _CMake(object):
286
286
 
287
287
  def build(self, *args, config="Release", **kwargs):
288
288
  threading_args = ' -j {}'.format(kwargs.get("threads", self.tools.thread_count()))
289
+ verbose_args = ' --verbose' if log.is_verbose() else ''
289
290
  with self.tools.cwd(self.builddir):
290
- self.tools.run("cmake --build . --config {0} {1}", config, threading_args, output=True)
291
+ self.tools.run("cmake --build . --config {0} {1}{2}", config, threading_args, verbose_args, output=True)
291
292
 
292
293
  def install(self, target="install", config="Release", **kwargs):
294
+ verbose_args = ' --verbose' if log.is_verbose() else ''
293
295
  with self.tools.cwd(self.builddir), self.tools.environ(DESTDIR=self.installdir):
294
- self.tools.run("cmake --build . --config {0} --target {1}", config, target, output=True)
296
+ self.tools.run("cmake --build . --config {0} --target {1}{2}", config, target, verbose_args, output=True)
295
297
 
296
298
  def publish(self, artifact, files='*', symlinks=True, *args, **kwargs):
297
299
  with self.tools.cwd(self.installdir, "jolt-prefix"):
jolt/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.9.447"
1
+ __version__ = "0.9.448"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jolt
3
- Version: 0.9.447
3
+ Version: 0.9.448
4
4
  Summary: A task executor
5
5
  Home-page: https://github.com/srand/jolt
6
6
  Author: Robert Andersson
@@ -21,9 +21,9 @@ jolt/options.py,sha256=BrsyKsj3sY5qogMreHGgbimQuyGjnyilCa8QXPVm1Y0,947
21
21
  jolt/scheduler.py,sha256=2xehPvoJDLdv211UdP2cqqQs2M2L5Ozw2_GuE556Tjg,32513
22
22
  jolt/tasks.py,sha256=aB_W7jAXQ6tSFRTKjYtRqUWP4yHG_DW63VW25e_UjAk,118823
23
23
  jolt/timer.py,sha256=PE-7vmsqZpF73e_cKSsrhd36-A7fJ9_XGYI_oBWJn5w,644
24
- jolt/tools.py,sha256=Wmn-qzRorThQOlps1TX5vdFJbQsvNdrxBr5GtIW8lqI,82346
24
+ jolt/tools.py,sha256=C8cOmnxQ08NoYxLdwA8vfDTPnOdlJ6MoXFpwT2NRI24,82508
25
25
  jolt/utils.py,sha256=XkAIdiEzv8yWJnyx2H6_0L7Wy7HJB-6BtaSObmq1uOQ,19710
26
- jolt/version.py,sha256=4Oy0CX_Pnr6XVgLEnTvz5ZnOcjosR_8TGDdn_7XRZS0,24
26
+ jolt/version.py,sha256=WSKD5qcY6V8pbTqSdBjzOYO9rp3FxhnQXNhV7R0CDpA,24
27
27
  jolt/version_utils.py,sha256=tNCGT6ZmSGFHW1aw2Hx1l19m-RR1UnTN6xJV1I54KRw,3900
28
28
  jolt/xmldom.py,sha256=SbygiDUMYczzWGxXa60ZguWS6Nztg8gDAirdbtjT15I,5982
29
29
  jolt/bin/fstree-darwin-x86_64,sha256=i4Ppbdr7CxsEhJzWpy3GMB5Gn5ikmskh41MyUwQS3-o,29549000
@@ -202,8 +202,8 @@ jolt/templates/cxxexecutable.cmake.template,sha256=f0dg1VOFlamlF8fuHFTki5dsJ2ssS
202
202
  jolt/templates/cxxlibrary.cmake.template,sha256=GMEG2G3QoY3E5fsNer52zOqgM221-abeCkV__mVbZ94,1750
203
203
  jolt/templates/export.sh.template,sha256=PKkflGXFbq70EIsowqcnLvzbnEDnqh_WgC4E_JNT0VE,1937
204
204
  jolt/templates/timeline.html.template,sha256=xdqvFBmhE8XRQaWgcIFBVbd__9HdRq6O-U0o276PyjU,1222
205
- jolt-0.9.447.dist-info/METADATA,sha256=7rOmOa5tkK1Xceg-YM-PlXQT-YpQc5-FFP-bgPLv99M,7252
206
- jolt-0.9.447.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
207
- jolt-0.9.447.dist-info/entry_points.txt,sha256=VZ-QH38Z9HJc1O57wfzr-soHn6exwc3N0TSrRum4tYg,44
208
- jolt-0.9.447.dist-info/top_level.txt,sha256=HwzVmAwUrvCUUHRi3zUfcpdKTsdNrZmPCvsrsWSFyqE,5
209
- jolt-0.9.447.dist-info/RECORD,,
205
+ jolt-0.9.448.dist-info/METADATA,sha256=kFmq2qAO13sMad9zQhWxtlgkTrGo9ttOWQgn58nbE2s,7252
206
+ jolt-0.9.448.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
207
+ jolt-0.9.448.dist-info/entry_points.txt,sha256=VZ-QH38Z9HJc1O57wfzr-soHn6exwc3N0TSrRum4tYg,44
208
+ jolt-0.9.448.dist-info/top_level.txt,sha256=HwzVmAwUrvCUUHRi3zUfcpdKTsdNrZmPCvsrsWSFyqE,5
209
+ jolt-0.9.448.dist-info/RECORD,,
File without changes