stepup 4.0.0rc2__tar.gz → 4.0.0rc4__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 (55) hide show
  1. {stepup-4.0.0rc2/stepup.egg-info → stepup-4.0.0rc4}/PKG-INFO +1 -1
  2. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/pyproject.toml +1 -1
  3. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/api.py +1 -1
  4. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/pytest.py +8 -4
  5. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/render_jinja.py +1 -1
  6. {stepup-4.0.0rc2 → stepup-4.0.0rc4/stepup.egg-info}/PKG-INFO +1 -1
  7. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/entry_points.txt +1 -1
  8. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/scm_version.json +2 -2
  9. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/CLAUDE.md +0 -0
  10. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/LICENSE +0 -0
  11. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/MANIFEST.in +0 -0
  12. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/README.md +0 -0
  13. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/setup.cfg +0 -0
  14. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/__init__.py +0 -0
  15. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/__main__.py +0 -0
  16. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/asyncio.py +0 -0
  17. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/browse.py +0 -0
  18. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/builder.py +0 -0
  19. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/call.py +0 -0
  20. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/cattrs.py +0 -0
  21. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/clean.py +0 -0
  22. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/config.py +0 -0
  23. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/constants.py +0 -0
  24. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/director.py +0 -0
  25. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/enums.py +0 -0
  26. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/exceptions.py +0 -0
  27. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/executor.py +0 -0
  28. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/extapi.py +0 -0
  29. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/file.py +0 -0
  30. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/hash.py +0 -0
  31. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/hasher.py +0 -0
  32. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/interact.py +0 -0
  33. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/job.py +0 -0
  34. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/logo.svg +0 -0
  35. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/nglob.py +0 -0
  36. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/path.py +0 -0
  37. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/reporter.py +0 -0
  38. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/rpc.py +0 -0
  39. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/scheduler.py +0 -0
  40. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/script.py +0 -0
  41. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/sqlite3.py +0 -0
  42. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/startup.py +0 -0
  43. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/static_tree.py +0 -0
  44. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/step.py +0 -0
  45. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/stepinfo.py +0 -0
  46. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/trellis.py +0 -0
  47. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/tui.py +0 -0
  48. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/utils.py +0 -0
  49. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/watcher.py +0 -0
  50. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup/core/workflow.py +0 -0
  51. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/SOURCES.txt +0 -0
  52. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/dependency_links.txt +0 -0
  53. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/requires.txt +0 -0
  54. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/scm_file_list.json +0 -0
  55. {stepup-4.0.0rc2 → stepup-4.0.0rc4}/stepup.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stepup
3
- Version: 4.0.0rc2
3
+ Version: 4.0.0rc4
4
4
  Summary: StepUp Core provides the basic framework for the StepUp build tool
5
5
  Author-email: Toon Verstraelen <toon.verstraelen@ugent.be>
6
6
  License-Expression: GPL-3.0-or-later
@@ -64,7 +64,7 @@ Changelog = "https://reproducible-reporting.github.io/stepup-core/changelog/"
64
64
  stepup = "stepup.core.__main__:main"
65
65
  sb = "stepup.core.__main__:sb_main"
66
66
  _stepup_hasher = "stepup.core.hasher:hasher_tool"
67
- render-jinja = "stepup.core.render_jinja:main"
67
+ sc-render-jinja = "stepup.core.render_jinja:main"
68
68
 
69
69
  [project.entry-points."stepup.tools"]
70
70
  boot = "stepup.core.tui:boot_subcommand"
@@ -1230,7 +1230,7 @@ def render_jinja(
1230
1230
  path_out = make_path_out(path_template, dest, None)
1231
1231
 
1232
1232
  # Create the command
1233
- args = ["render-jinja", "${inp}", "${out}"]
1233
+ args = ["sc-render-jinja", "${inp}", "${out}"]
1234
1234
  if mode != "auto":
1235
1235
  args.append(f"--mode={mode}")
1236
1236
  if len(variables) > 0:
@@ -94,6 +94,14 @@ async def run_example(srcdir: Path, tmpdir: Path, overwrite_expected=False):
94
94
  path_cur = workdir / ("current" + fn_exp[8:])
95
95
  with open(path_cur) as fh:
96
96
  cur = fh.read().rstrip()
97
+
98
+ # Print the current output for debugging purposes,
99
+ # before normalizing it for comparison with the expected output.
100
+ print()
101
+ print(f"########## {fn_exp} ##########")
102
+ print()
103
+ print(cur)
104
+
97
105
  # Normalize output before comparing:
98
106
  cur = cur.replace(Path.cwd(), "${PWD}")
99
107
  cur = cur.replace(workdir, "${CASE}")
@@ -118,10 +126,6 @@ async def run_example(srcdir: Path, tmpdir: Path, overwrite_expected=False):
118
126
  )
119
127
 
120
128
  # Perform the comparison
121
- print()
122
- print(f"########## {fn_exp} ##########")
123
- print()
124
- print(cur)
125
129
  if overwrite_expected:
126
130
  path_exp = srcdir / fn_exp
127
131
  with open(path_exp, "w") as fh:
@@ -42,7 +42,7 @@ __all__ = ("render_jinja",)
42
42
  def main() -> None:
43
43
  """Command-line entry point for the `render-jinja` console script."""
44
44
  parser = argparse.ArgumentParser(
45
- prog="render-jinja",
45
+ prog="sc-render-jinja",
46
46
  description="Render a file with Jinja2.",
47
47
  )
48
48
  parser.add_argument("path_in", type=Path, help="The input file")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stepup
3
- Version: 4.0.0rc2
3
+ Version: 4.0.0rc4
4
4
  Summary: StepUp Core provides the basic framework for the StepUp build tool
5
5
  Author-email: Toon Verstraelen <toon.verstraelen@ugent.be>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,7 +1,7 @@
1
1
  [console_scripts]
2
2
  _stepup_hasher = stepup.core.hasher:hasher_tool
3
- render-jinja = stepup.core.render_jinja:main
4
3
  sb = stepup.core.__main__:sb_main
4
+ sc-render-jinja = stepup.core.render_jinja:main
5
5
  stepup = stepup.core.__main__:main
6
6
 
7
7
  [stepup.tools]
@@ -1,7 +1,7 @@
1
1
  {
2
- "tag": "4.0.0rc2",
2
+ "tag": "4.0.0rc4",
3
3
  "distance": 0,
4
- "node": "ga2da4073533bae98e343433535d33ad1f9e80176",
4
+ "node": "gee637b237769106288f71c6327c1b8ce1b48388f",
5
5
  "dirty": false,
6
6
  "branch": "HEAD",
7
7
  "node_date": "2026-06-28"
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