reproducibly 0.0.8__py3-none-any.whl → 0.0.10__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.
- {reproducibly-0.0.8.dist-info → reproducibly-0.0.10.dist-info}/METADATA +2 -2
- reproducibly-0.0.10.dist-info/RECORD +5 -0
- reproducibly.py +2 -2
- reproducibly-0.0.8.dist-info/RECORD +0 -5
- {reproducibly-0.0.8.dist-info → reproducibly-0.0.10.dist-info}/WHEEL +0 -0
- {reproducibly-0.0.8.dist-info → reproducibly-0.0.10.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: reproducibly
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.10
|
4
4
|
Summary: Reproducibly build Python packages
|
5
5
|
Author-email: Keith Maxwell <keith.maxwell@gmail.com>
|
6
6
|
Requires-Python: >=3.11
|
@@ -8,7 +8,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
10
|
Requires-Dist: build==1.2.1
|
11
|
-
Requires-Dist: cibuildwheel==2.
|
11
|
+
Requires-Dist: cibuildwheel==2.19.2
|
12
12
|
Requires-Dist: packaging==24.1
|
13
13
|
Requires-Dist: pyproject_hooks==1.1.0
|
14
14
|
Project-URL: Homepage, https://github.com/maxwell-k/reproducibly/
|
@@ -0,0 +1,5 @@
|
|
1
|
+
reproducibly.py,sha256=oSmjcgUENoOT-jseWaMYitrF6dDtGrCq-MJZKrG4fCU,13407
|
2
|
+
reproducibly-0.0.10.dist-info/METADATA,sha256=benJYIhmdTwkWT3UQf3D1xdqY-eoGe8ZYhX1sr9ufCs,2852
|
3
|
+
reproducibly-0.0.10.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
4
|
+
reproducibly-0.0.10.dist-info/entry_points.txt,sha256=J4fRzmY7XffHnoo9etzvgeph8np598MPpIy3jpnGlfk,50
|
5
|
+
reproducibly-0.0.10.dist-info/RECORD,,
|
reproducibly.py
CHANGED
@@ -55,7 +55,7 @@ from pyproject_hooks import default_subprocess_runner
|
|
55
55
|
# requires-python = ">=3.11"
|
56
56
|
# dependencies = [
|
57
57
|
# "build==1.2.1",
|
58
|
-
# "cibuildwheel==2.
|
58
|
+
# "cibuildwheel==2.19.2",
|
59
59
|
# "packaging==24.1",
|
60
60
|
# "pyproject_hooks==1.1.0",
|
61
61
|
# ]
|
@@ -81,7 +81,7 @@ CONSTRAINTS = {
|
|
81
81
|
# [[[end]]]
|
82
82
|
}
|
83
83
|
|
84
|
-
__version__ = "0.0.
|
84
|
+
__version__ = "0.0.10"
|
85
85
|
|
86
86
|
|
87
87
|
def _build(
|
@@ -1,5 +0,0 @@
|
|
1
|
-
reproducibly.py,sha256=qC6agTrbHehbQHLakQDK7b_YlDKLIbMw1s5e51oHfEc,13406
|
2
|
-
reproducibly-0.0.8.dist-info/METADATA,sha256=OHcl2nc6rzn30YJhG_ocLteWCmioCJhNIvIJi9dwka0,2851
|
3
|
-
reproducibly-0.0.8.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
4
|
-
reproducibly-0.0.8.dist-info/entry_points.txt,sha256=J4fRzmY7XffHnoo9etzvgeph8np598MPpIy3jpnGlfk,50
|
5
|
-
reproducibly-0.0.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|