reproducibly 0.0.2__py3-none-any.whl → 0.0.4__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.
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: reproducibly
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Reproducibly build Python packages
5
5
  Author-email: Keith Maxwell <keith.maxwell@gmail.com>
6
6
  Requires-Python: >=3.11
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
10
- Requires-Dist: build==1.0.3
11
- Requires-Dist: cibuildwheel==2.16.4
12
- Requires-Dist: packaging==23.2
10
+ Requires-Dist: build==1.1.1
11
+ Requires-Dist: cibuildwheel==2.17.0
12
+ Requires-Dist: packaging==24.0
13
13
  Requires-Dist: pyproject_hooks==1.0.0
14
14
  Project-URL: Homepage, https://github.com/maxwell-k/reproducibly/
15
15
  Project-URL: Issues, https://github.com/maxwell-k/reproducibly/issues
@@ -45,7 +45,7 @@ cog.out("\n```\n" + RESULT.stdout + "```\n\n")
45
45
  ]]]-->
46
46
 
47
47
  ```
48
- usage: repoducibly.py [-h] [--version] input [input ...] output
48
+ usage: reproducibly.py [-h] [--version] input [input ...] output
49
49
 
50
50
  Reproducibly build Python packages
51
51
 
@@ -0,0 +1,5 @@
1
+ reproducibly.py,sha256=n0JkkEzL62CClcJS8gCE2ZtkVjM6O78lGZHJ6khtqmU,13359
2
+ reproducibly-0.0.4.dist-info/METADATA,sha256=BEXPctg2PnxwOWJOx-CZb4Cc1WAx5TkJR_TFgZRd7P8,2851
3
+ reproducibly-0.0.4.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
4
+ reproducibly-0.0.4.dist-info/entry_points.txt,sha256=J4fRzmY7XffHnoo9etzvgeph8np598MPpIy3jpnGlfk,50
5
+ reproducibly-0.0.4.dist-info/RECORD,,
reproducibly.py CHANGED
@@ -54,9 +54,9 @@ from pyproject_hooks import default_subprocess_runner
54
54
  # /// script
55
55
  # requires-python = ">=3.11"
56
56
  # dependencies = [
57
- # "build==1.0.3",
58
- # "cibuildwheel==2.16.4",
59
- # "packaging==23.2",
57
+ # "build==1.1.1",
58
+ # "cibuildwheel==2.17.0",
59
+ # "packaging==24.0",
60
60
  # "pyproject_hooks==1.0.0",
61
61
  # ]
62
62
  # ///
@@ -77,11 +77,11 @@ CONSTRAINTS = {
77
77
  # for line in Path("constraints.txt").read_text().splitlines():
78
78
  # cog.outl(f'"{line}",')
79
79
  # ]]]
80
- "wheel==0.42.0",
80
+ "wheel==0.43.0",
81
81
  # [[[end]]]
82
82
  }
83
83
 
84
- __version__ = "0.0.2"
84
+ __version__ = "0.0.4"
85
85
 
86
86
 
87
87
  def _build(srcdir: Path, output: Path, distribution: str) -> Path:
@@ -307,7 +307,7 @@ def _is_git_repository(path: Path) -> bool:
307
307
 
308
308
  def parse_args(args: list[str] | None) -> Arguments:
309
309
  parser = ArgumentParser(
310
- prog="repoducibly.py",
310
+ prog="reproducibly.py",
311
311
  formatter_class=RawDescriptionHelpFormatter,
312
312
  description=__doc__,
313
313
  )
@@ -1,5 +0,0 @@
1
- reproducibly.py,sha256=YLek6PsXofi6hW9eOXlSoGy11eUesvYKyVjCfr0s-oY,13358
2
- reproducibly-0.0.2.dist-info/METADATA,sha256=qT7XlY5V5naLfZvLbzhj_v8NxbPHseOlD50cU2aLiOk,2850
3
- reproducibly-0.0.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
4
- reproducibly-0.0.2.dist-info/entry_points.txt,sha256=J4fRzmY7XffHnoo9etzvgeph8np598MPpIy3jpnGlfk,50
5
- reproducibly-0.0.2.dist-info/RECORD,,