jolt 0.9.435__py3-none-any.whl → 0.9.436__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/tasks.py CHANGED
@@ -1704,9 +1704,6 @@ class TaskBase(object):
1704
1704
  "Required parameter '{0}' has not been set", key)
1705
1705
 
1706
1706
  def _verify_influence(self, deps, artifact, tools, sources=None):
1707
- if "configurationrepository" in self.name:
1708
- breakpoint()
1709
-
1710
1707
  # Verify that any transformed sources are influencing
1711
1708
  sources = set(map(tools.expand_path, sources or []))
1712
1709
 
jolt/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.9.435"
1
+ __version__ = "0.9.436"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jolt
3
- Version: 0.9.435
3
+ Version: 0.9.436
4
4
  Summary: A task executor
5
5
  Home-page: https://github.com/srand/jolt
6
6
  Author: Robert Andersson
@@ -19,11 +19,11 @@ jolt/log.py,sha256=4QXILd54kYuzAWe1Ql80qw7G2g3upFc3o_XMkRM6Ybg,14941
19
19
  jolt/manifest.py,sha256=V5fkvTE-cZt0IQbA8sBdC4WEaYrz7FEXQdSt6Uj-DWc,7256
20
20
  jolt/options.py,sha256=BrsyKsj3sY5qogMreHGgbimQuyGjnyilCa8QXPVm1Y0,947
21
21
  jolt/scheduler.py,sha256=2xehPvoJDLdv211UdP2cqqQs2M2L5Ozw2_GuE556Tjg,32513
22
- jolt/tasks.py,sha256=8z-lo4e4efnJClcasLMBP8LXUjaCEWZvJOYyzv19tkk,118890
22
+ jolt/tasks.py,sha256=OPCWTQlTQX8tkcYnM3nqlHTETza8WVY7QEl5zCoICj0,118813
23
23
  jolt/timer.py,sha256=PE-7vmsqZpF73e_cKSsrhd36-A7fJ9_XGYI_oBWJn5w,644
24
24
  jolt/tools.py,sha256=3ipzEgYz9uWhKOSc8R9d1E1mG64tT5L_HYZVYB5k-OM,82417
25
25
  jolt/utils.py,sha256=1CkK3WoVvkBffmUjMZ_iFXVJOwfwNpzezXBmcwd46Ck,19397
26
- jolt/version.py,sha256=eWL2ziBtClW_7OV_5rhFXJXys6SJc7oDjU7w6mQ_n8M,24
26
+ jolt/version.py,sha256=cEdo83DWVvxmwzl7qQX_V3tpi3NK2aVSmdDgB-h9ikQ,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
@@ -200,8 +200,8 @@ jolt/templates/cxxexecutable.cmake.template,sha256=f0dg1VOFlamlF8fuHFTki5dsJ2ssS
200
200
  jolt/templates/cxxlibrary.cmake.template,sha256=GMEG2G3QoY3E5fsNer52zOqgM221-abeCkV__mVbZ94,1750
201
201
  jolt/templates/export.sh.template,sha256=PKkflGXFbq70EIsowqcnLvzbnEDnqh_WgC4E_JNT0VE,1937
202
202
  jolt/templates/timeline.html.template,sha256=xdqvFBmhE8XRQaWgcIFBVbd__9HdRq6O-U0o276PyjU,1222
203
- jolt-0.9.435.dist-info/METADATA,sha256=O8D8G792rv2of6iIfeg3z-lgkY6oTVHe1MP1YFmpj8U,7223
204
- jolt-0.9.435.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
205
- jolt-0.9.435.dist-info/entry_points.txt,sha256=VZ-QH38Z9HJc1O57wfzr-soHn6exwc3N0TSrRum4tYg,44
206
- jolt-0.9.435.dist-info/top_level.txt,sha256=HwzVmAwUrvCUUHRi3zUfcpdKTsdNrZmPCvsrsWSFyqE,5
207
- jolt-0.9.435.dist-info/RECORD,,
203
+ jolt-0.9.436.dist-info/METADATA,sha256=nqJ3IMSFHNP8rbWDJM1qVJUA2XX49rg3oUFXF74GUAE,7223
204
+ jolt-0.9.436.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
205
+ jolt-0.9.436.dist-info/entry_points.txt,sha256=VZ-QH38Z9HJc1O57wfzr-soHn6exwc3N0TSrRum4tYg,44
206
+ jolt-0.9.436.dist-info/top_level.txt,sha256=HwzVmAwUrvCUUHRi3zUfcpdKTsdNrZmPCvsrsWSFyqE,5
207
+ jolt-0.9.436.dist-info/RECORD,,
File without changes