ozi-core
Advanced tools
@@ -60,3 +60,3 @@ # For most projects, this workflow file will not need changing; you simply need | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| uses: actions/checkout@v5 | ||
@@ -63,0 +63,0 @@ # Add any setup steps before running the `github/codeql-action/init` action. |
@@ -47,3 +47,3 @@ # Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions. | ||
| - uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5 | ||
| - uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6 | ||
| with: | ||
@@ -83,3 +83,3 @@ python-version: "3.10" | ||
| - uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5 | ||
| - uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6 | ||
| with: | ||
@@ -122,3 +122,3 @@ python-version: "3.10" | ||
| - uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5 | ||
| - uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6 | ||
| with: | ||
@@ -160,3 +160,3 @@ python-version: "3.11" | ||
| - uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 # 1.9.5 | ||
| - uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf # 1.9.6 | ||
| with: | ||
@@ -201,5 +201,5 @@ python-version: "3.12" | ||
| - uses: OZI-Project/checkpoint@f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9 | ||
| - uses: OZI-Project/checkpoint@567295409c0cf62e340aa3457550509a0fa7e5cf | ||
| with: | ||
| python-version: "3.13" | ||
| submodules: true |
@@ -45,3 +45,3 @@ name: OZI | ||
| - uses: OZI-Project/checkpoint@1.9.5 | ||
| - uses: OZI-Project/checkpoint@1.9.6 | ||
| with: | ||
@@ -82,3 +82,3 @@ python-version: "3.11" | ||
| - uses: OZI-Project/checkpoint@1.9.5 | ||
| - uses: OZI-Project/checkpoint@1.9.6 | ||
| with: | ||
@@ -121,3 +121,3 @@ python-version: "3.12" | ||
| - uses: OZI-Project/checkpoint@1.9.5 | ||
| - uses: OZI-Project/checkpoint@1.9.6 | ||
| with: | ||
@@ -159,3 +159,3 @@ python-version: "3.13" | ||
| - uses: OZI-Project/draft@1.17.0 | ||
| - uses: OZI-Project/draft@1.17.2 | ||
| id: draft | ||
@@ -211,3 +211,3 @@ with: | ||
| - uses: OZI-Project/release@d3920f3f0471dec9369a2245cc6e6b42756d27f8 | ||
| - uses: OZI-Project/release@eb10d9730ae9ad7c7c63e016d714013b4e017d5d | ||
| id: release | ||
@@ -260,3 +260,3 @@ with: | ||
| - uses: OZI-Project/publish@1.17.0 | ||
| - uses: OZI-Project/publish@1.17.2 | ||
| with: | ||
@@ -263,0 +263,0 @@ github-token: ${{ secrets.GITHUB_TOKEN }} |
+3
-3
| Metadata-Version: 2.3 | ||
| Requires-Python: >=3.9, <3.14 | ||
| Name: ozi-core | ||
| Version: 1.21.19 | ||
| Version: 1.21.20 | ||
| Author: Eden Ross Duff MSc | ||
@@ -30,3 +30,3 @@ Author-email: help@oziproject.dev | ||
| Requires-Dist: ozi-templates==2.29.8 | ||
| Requires-Dist: ozi-spec==1.1.4 | ||
| Requires-Dist: ozi-spec==1.1.5 | ||
| Requires-Dist: packaging>=24.1,<26.0 | ||
@@ -37,3 +37,3 @@ Requires-Dist: platformdirs~=4.3 | ||
| Requires-Dist: reverse-argparse~=2.0 | ||
| Requires-Dist: niquests~=3.14.0 | ||
| Requires-Dist: niquests>=3.14,<3.16 | ||
| Requires-Dist: spdx-license-list==3.27.0 | ||
@@ -40,0 +40,0 @@ Requires-Dist: trove-classifiers==2025.8.6.13 |
+4
-4
@@ -12,3 +12,3 @@ # Part of ozi-core. | ||
| name = "ozi-core" | ||
| version = "1.21.19" | ||
| version = "1.21.20" | ||
| authors=[{name="Eden Ross Duff MSc", email="help@oziproject.dev"}] | ||
@@ -41,3 +41,3 @@ classifiers=[ | ||
| 'ozi-templates==2.29.8', | ||
| 'ozi-spec==1.1.4', | ||
| 'ozi-spec==1.1.5', | ||
| 'packaging>=24.1,<26.0', | ||
@@ -48,3 +48,3 @@ 'platformdirs~=4.3', | ||
| 'reverse-argparse~=2.0', | ||
| 'niquests~=3.14.0', | ||
| 'niquests>=3.14,<3.16', | ||
| 'spdx-license-list==3.27.0', | ||
@@ -369,3 +369,3 @@ 'trove-classifiers==2025.8.6.13', | ||
| pip install OZI.build[core,uv,pip]>=2.0.6,<2.4.0 | ||
| pipx install --python=python meson | ||
| pipx install --python=python "meson~=1.2,<1.9" | ||
| commands = | ||
@@ -372,0 +372,0 @@ meson setup {env_tmp_dir} -Dozi:{env_name}=enabled -Dozi:tox-env-dir={env_dir} |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
908666
0.5%