Skip to content

Commit

Permalink
🐛 OZI.build 0.0.11 fixes for in-situ metadata generation
Browse files Browse the repository at this point in the history
* ⬆️ OZI.build 0.0.9 for correct wheel names.

Signed-off-by: rjdbcm <[email protected]>

* ⬆️🐛 Fix ``pyproject.toml:tool.ozi-build.metadata`` rendering.

Also updates the blastpipe pin to ``>=2024.4``

Signed-off-by: rjdbcm <[email protected]>

* 🐛 fix pin

Signed-off-by: rjdbcm <[email protected]>

* ⬆️🐛 Fix OZI.build missing builddir in checkpoint runs.

Signed-off-by: rjdbcm <[email protected]>

* 🐛⬆️ OZI.build 0.0.11 fixes for in-situ metadata generation.

Signed-off-by: rjdbcm <[email protected]>

* 🐛 revert blastpipe pin

Signed-off-by: rjdbcm <[email protected]>

---------

Signed-off-by: rjdbcm <[email protected]>
Signed-off-by: Eden Rose, MSc <[email protected]>
  • Loading branch information
rjdbcm authored May 3, 2024
1 parent adde41a commit f800863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ozi/spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Build(Default):
backend: str = 'ozi_build.buildapi'
requires: Mapping[str, str] = field(
default_factory=lambda: {
'OZI.build': 'OZI.build==0.0.9',
'OZI.build': 'OZI.build==0.0.11',
'meson': 'meson[ninja]>=1.1.0',
'pip-tools': 'pip-tools>=7',
'setuptools': 'setuptools>=64',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[build-system]
build-backend = "ozi_build.buildapi"
requires = [
"OZI.build==0.0.9",
"OZI.build==0.0.11",
"meson[ninja]>=1.1.0",
"pip-tools>=7",
"setuptools>=64",
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blastpipe>=2024.2.6
blastpipe==2024.2.10
GitPython>=3
dnspython
idna>=2
Expand Down

0 comments on commit f800863

Please sign in to comment.