Skip to content

Commit 3a8e054

Browse files
Bump py-build-cmake from 0.4.1 to 0.4.2 (#1757)
Bumps [py-build-cmake](https://github.com/tttapa/py-build-cmake) from 0.4.1 to 0.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tttapa/py-build-cmake/releases">py-build-cmake's releases</a>.</em></p> <blockquote> <h2>0.4.2</h2> <ul> <li>Improved documentation: <a href="https://tttapa.github.io/py-build-cmake/">https://tttapa.github.io/py-build-cmake/</a></li> <li>Perform environment variable substitution before generating build hooks</li> <li>Fix verbose output on Python 3.7</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tttapa/py-build-cmake/compare/0.4.1...0.4.2">https://github.com/tttapa/py-build-cmake/compare/0.4.1...0.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tttapa/py-build-cmake/commit/42f4c12591b46807048611e6ffc15b7293e45fe6"><code>42f4c12</code></a> Version 0.4.2</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/bf9a4f242e826b211807b9447292a80a6e45ec74"><code>bf9a4f2</code></a> Prepare environment before generating build hook</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/ad4ab6b028603151077945adbd960dfb8d5b870c"><code>ad4ab6b</code></a> [Docs] add proper Sphinx documentation</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/c74758c1f2b3c18adbdb47b5eb628dabee093623"><code>c74758c</code></a> Don't use pprint sort_dicts on Python 3.7</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/269039bfcddc6556b43cd434ee640028f6bb6183"><code>269039b</code></a> Version 0.4.2.dev0</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/e4715c53e92c5fc597dcc1f80a03e7d7b2de29d2"><code>e4715c5</code></a> [Docs] don't escape underscore in markdown</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/76cfa27bf1e12eeb312d16d7734a4a9093c87341"><code>76cfa27</code></a> [Docs] escape double braces in Jekyll markdown</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/c3d0fe5e1310738b256ae387daee7b0ca58a98cf"><code>c3d0fe5</code></a> [Docs] mention CMAKE_OSX_DEPLOYMENT_TARGET and MACOSX_DEPLOYMENT_TARGET in Co...</li> <li><a href="https://github.com/tttapa/py-build-cmake/commit/f538479c368fb6e490fed4e5b18bcc68652aa3f0"><code>f538479</code></a> [Docs] mention MACOSX_DEPLOYMENT_TARGET in the FAQ</li> <li>See full diff in <a href="https://github.com/tttapa/py-build-cmake/compare/0.4.1...0.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-build-cmake&package-manager=pip&previous-version=0.4.1&new-version=0.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0322233 commit 3a8e054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ options = {"BUILD_TOKENIZERS" = "OFF", "ENABLE_SAMPLES" = "OFF"}
5151

5252
[build-system]
5353
requires = [
54-
"py-build-cmake==0.4.1",
54+
"py-build-cmake==0.4.2",
5555
"openvino~=2025.1.0.0.dev",
5656
"pybind11-stubgen==2.5.1",
5757
"cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64'",

0 commit comments

Comments
 (0)