Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Updates the requirements on h5py to permit the latest version.

Changelog

Sourced from h5py's changelog.

.. _release_guide:

Release Guide

Steps to make an h5py release:

  1. Have a look for any open issues or PRs which we might want to solve/merge before the release.

  2. Prepare a new branch, e.g. git switch -c prepare-3.14

  3. Prepare the release notes. The goal is to describe changes visible to users & repackagers of h5py in a form that doesn't assume 'internal' development knowledge. If something breaks, or behaviour changes unexpectedly, the release notes should let someone make a good guess which change is involved.

    • Check for recent merged PRs with no milestone <https://github.com/h5py/h5py/pulls?q=is%3Amerged+is%3Apr+no%3Amilestone>_, and assign them to the current release milestone. We can ignore PRs which only touch CI with no consequences for users.
    • Go to the milestone page. If there are open issues/PRs there, decide whether to include or defer them.
    • Assemble the release notes in docs/whatsnew based on the list of merged PRs. Commit the changes.
  4. Update the version number & commit the changes. The files that need changing are:

    • setup.py
    • h5py/version.py
    • docs/conf.py
  5. Push the branch, open a PR, wait for the CI. Check the RTD build for the newly added release notes (formatting & cross-links). Optionally, wait for other maintainers to check it as well.

  6. When everything looks good, merge the PR.

  7. Checkout the master branch, pull, make and push the tag, which will cause CI to build wheels & make a GitHub release::

    git switch master git pull git tag 3.14.0 # <-- change this git push --tags

  8. Prepare the sdist::

    git clean -xfdi python -m build --sdist

  9. Download the wheels: gh release download 3.14.0 -D dist/

  10. Upload to PyPI: twine upload dist/h5py-3.14.0* - this requires a token from PyPI, which must be supplied to twine <https://twine.readthedocs.io/en/stable/#configuration>_.

... (truncated)

Commits
  • 07a5511 Merge pull request #2591 from takluyver/prepare-3.14
  • a70e013 Add versionadded box for numpy strings support
  • 6186edf Version number -> 3.14.0
  • a9e2d46 Add release notes for 3.14
  • ab19424 Merge pull request #2585 from ArvidJB/fork_thread_phil
  • 60c5cd9 Merge pull request #2590 from neutrinoceros/tst/bump-windows-image
  • e3cc528 MNT: bump windows image on azure (2019 -> 2022)
  • a51de9f Time out tests on deadlock instead of hanging and leaving zombie processes be...
  • 7c14cd9 Merge pull request #2586 from takluyver/h5d-write-chunk
  • a92ab7c Address review comments
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [h5py](https://github.com/h5py/h5py) to permit the latest version.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.1.0...3.14.0)

---
updated-dependencies:
- dependency-name: h5py
  dependency-version: 3.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 9, 2025 08:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 9, 2025
@github-actions github-actions bot added category: Python API OpenVINO Python bindings category: dependency_changes Pull requests that update a dependency file labels Jun 9, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Jun 9, 2025
@mlukasze mlukasze requested a review from rkazants June 9, 2025 08:57
@akuporos akuporos enabled auto-merge June 10, 2025 07:47
@akuporos akuporos added this pull request to the merge queue Jun 10, 2025
Merged via the queue into master with commit 258a15b Jun 10, 2025
207 checks passed
@akuporos akuporos deleted the dependabot/pip/src/bindings/python/h5py-gte-3.1.0-and-lt-3.15.0 branch June 10, 2025 12:29
DrewBearly pushed a commit to DrewBearly/openvino that referenced this pull request Jun 20, 2025
…rc/bindings/python (openvinotoolkit#30897)

Updates the requirements on [h5py](https://github.com/h5py/h5py) to
permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/h5py/h5py/blob/master/docs/release_guide.rst">h5py's
changelog</a>.</em></p>
<blockquote>
<p>.. _release_guide:</p>
<h1>Release Guide</h1>
<p>Steps to make an h5py release:</p>
<ol>
<li>
<p>Have a look for any open issues or PRs which we might want to
solve/merge
before the release.</p>
</li>
<li>
<p>Prepare a new branch, e.g. <code>git switch -c
prepare-3.14</code></p>
</li>
<li>
<p>Prepare the release notes. The goal is to describe changes visible to
users
&amp; repackagers of h5py in a form that doesn't assume 'internal'
development
knowledge. If something breaks, or behaviour changes unexpectedly, the
release notes should let someone make a good guess which change is
involved.</p>
<ul>
<li>Check for recent <code>merged PRs with no milestone
&lt;https://github.com/h5py/h5py/pulls?q=is%3Amerged+is%3Apr+no%3Amilestone&gt;</code>_,
and assign them to the current release milestone. We can ignore PRs
which
only touch CI with no consequences for users.</li>
<li>Go to the milestone page. If there are open issues/PRs there, decide
whether
to include or defer them.</li>
<li>Assemble the release notes in <code>docs/whatsnew</code> based on
the list of merged
PRs. Commit the changes.</li>
</ul>
</li>
<li>
<p>Update the version number &amp; commit the changes. The files that
need changing
are:</p>
<ul>
<li><code>setup.py</code></li>
<li><code>h5py/version.py</code></li>
<li><code>docs/conf.py</code></li>
</ul>
</li>
<li>
<p>Push the branch, open a PR, wait for the CI. Check the RTD build for
the
newly added release notes (formatting &amp; cross-links). Optionally,
wait for
other maintainers to check it as well.</p>
</li>
<li>
<p>When everything looks good, merge the PR.</p>
</li>
<li>
<p>Checkout the master branch, pull, make and push the tag, which will
cause
CI to build wheels &amp; make a GitHub release::</p>
<p>git switch master
git pull
git tag 3.14.0  # &lt;-- change this
git push --tags</p>
</li>
<li>
<p>Prepare the sdist::</p>
<p>git clean -xfdi
python -m build --sdist</p>
</li>
<li>
<p>Download the wheels: <code>gh release download 3.14.0 -D
dist/</code></p>
</li>
<li>
<p>Upload to PyPI: <code>twine upload dist/h5py-3.14.0*</code> - this
requires a token
from PyPI, which must be <code>supplied to twine
&lt;https://twine.readthedocs.io/en/stable/#configuration&gt;</code>_.</p>
</li>
</ol>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h5py/h5py/commit/07a5511a137f96159ee58b84d2b67318bc271482"><code>07a5511</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2591">#2591</a> from
takluyver/prepare-3.14</li>
<li><a
href="https://github.com/h5py/h5py/commit/a70e013392b82fe2441d47247e421bbdf1dda9f5"><code>a70e013</code></a>
Add versionadded box for numpy strings support</li>
<li><a
href="https://github.com/h5py/h5py/commit/6186edf1f0102074d1b084dde392882267c96b39"><code>6186edf</code></a>
Version number -&gt; 3.14.0</li>
<li><a
href="https://github.com/h5py/h5py/commit/a9e2d46819657ef0d714e98c092e5a44664e2892"><code>a9e2d46</code></a>
Add release notes for 3.14</li>
<li><a
href="https://github.com/h5py/h5py/commit/ab19424e0abe40846d99303577cbf9d8f187e186"><code>ab19424</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2585">#2585</a> from
ArvidJB/fork_thread_phil</li>
<li><a
href="https://github.com/h5py/h5py/commit/60c5cd90e1338ea186b8238e0386feb994585682"><code>60c5cd9</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2590">#2590</a> from
neutrinoceros/tst/bump-windows-image</li>
<li><a
href="https://github.com/h5py/h5py/commit/e3cc528864d5221ff140a06364d932498722b691"><code>e3cc528</code></a>
MNT: bump windows image on azure (2019 -&gt; 2022)</li>
<li><a
href="https://github.com/h5py/h5py/commit/a51de9fc75cbd526c2bfa9ad59b52ed7554562f6"><code>a51de9f</code></a>
Time out tests on deadlock instead of hanging and leaving zombie
processes be...</li>
<li><a
href="https://github.com/h5py/h5py/commit/7c14cd94ce35191f55254c1d06373ef44785e5a6"><code>7c14cd9</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2586">#2586</a> from
takluyver/h5d-write-chunk</li>
<li><a
href="https://github.com/h5py/h5py/commit/a92ab7ca182fdab99b11bde838dfcf06278328fc"><code>a92ab7c</code></a>
Address review comments</li>
<li>Additional commits viewable in <a
href="https://github.com/h5py/h5py/compare/3.1.0...3.14.0">compare
view</a></li>
</ul>
</details>
<br />


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>
riverlijunjie pushed a commit to riverlijunjie/openvino-1 that referenced this pull request Jul 3, 2025
…rc/bindings/python (openvinotoolkit#30897)

Updates the requirements on [h5py](https://github.com/h5py/h5py) to
permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/h5py/h5py/blob/master/docs/release_guide.rst">h5py's
changelog</a>.</em></p>
<blockquote>
<p>.. _release_guide:</p>
<h1>Release Guide</h1>
<p>Steps to make an h5py release:</p>
<ol>
<li>
<p>Have a look for any open issues or PRs which we might want to
solve/merge
before the release.</p>
</li>
<li>
<p>Prepare a new branch, e.g. <code>git switch -c
prepare-3.14</code></p>
</li>
<li>
<p>Prepare the release notes. The goal is to describe changes visible to
users
&amp; repackagers of h5py in a form that doesn't assume 'internal'
development
knowledge. If something breaks, or behaviour changes unexpectedly, the
release notes should let someone make a good guess which change is
involved.</p>
<ul>
<li>Check for recent <code>merged PRs with no milestone
&lt;https://github.com/h5py/h5py/pulls?q=is%3Amerged+is%3Apr+no%3Amilestone&gt;</code>_,
and assign them to the current release milestone. We can ignore PRs
which
only touch CI with no consequences for users.</li>
<li>Go to the milestone page. If there are open issues/PRs there, decide
whether
to include or defer them.</li>
<li>Assemble the release notes in <code>docs/whatsnew</code> based on
the list of merged
PRs. Commit the changes.</li>
</ul>
</li>
<li>
<p>Update the version number &amp; commit the changes. The files that
need changing
are:</p>
<ul>
<li><code>setup.py</code></li>
<li><code>h5py/version.py</code></li>
<li><code>docs/conf.py</code></li>
</ul>
</li>
<li>
<p>Push the branch, open a PR, wait for the CI. Check the RTD build for
the
newly added release notes (formatting &amp; cross-links). Optionally,
wait for
other maintainers to check it as well.</p>
</li>
<li>
<p>When everything looks good, merge the PR.</p>
</li>
<li>
<p>Checkout the master branch, pull, make and push the tag, which will
cause
CI to build wheels &amp; make a GitHub release::</p>
<p>git switch master
git pull
git tag 3.14.0  # &lt;-- change this
git push --tags</p>
</li>
<li>
<p>Prepare the sdist::</p>
<p>git clean -xfdi
python -m build --sdist</p>
</li>
<li>
<p>Download the wheels: <code>gh release download 3.14.0 -D
dist/</code></p>
</li>
<li>
<p>Upload to PyPI: <code>twine upload dist/h5py-3.14.0*</code> - this
requires a token
from PyPI, which must be <code>supplied to twine
&lt;https://twine.readthedocs.io/en/stable/#configuration&gt;</code>_.</p>
</li>
</ol>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h5py/h5py/commit/07a5511a137f96159ee58b84d2b67318bc271482"><code>07a5511</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2591">#2591</a> from
takluyver/prepare-3.14</li>
<li><a
href="https://github.com/h5py/h5py/commit/a70e013392b82fe2441d47247e421bbdf1dda9f5"><code>a70e013</code></a>
Add versionadded box for numpy strings support</li>
<li><a
href="https://github.com/h5py/h5py/commit/6186edf1f0102074d1b084dde392882267c96b39"><code>6186edf</code></a>
Version number -&gt; 3.14.0</li>
<li><a
href="https://github.com/h5py/h5py/commit/a9e2d46819657ef0d714e98c092e5a44664e2892"><code>a9e2d46</code></a>
Add release notes for 3.14</li>
<li><a
href="https://github.com/h5py/h5py/commit/ab19424e0abe40846d99303577cbf9d8f187e186"><code>ab19424</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2585">#2585</a> from
ArvidJB/fork_thread_phil</li>
<li><a
href="https://github.com/h5py/h5py/commit/60c5cd90e1338ea186b8238e0386feb994585682"><code>60c5cd9</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2590">#2590</a> from
neutrinoceros/tst/bump-windows-image</li>
<li><a
href="https://github.com/h5py/h5py/commit/e3cc528864d5221ff140a06364d932498722b691"><code>e3cc528</code></a>
MNT: bump windows image on azure (2019 -&gt; 2022)</li>
<li><a
href="https://github.com/h5py/h5py/commit/a51de9fc75cbd526c2bfa9ad59b52ed7554562f6"><code>a51de9f</code></a>
Time out tests on deadlock instead of hanging and leaving zombie
processes be...</li>
<li><a
href="https://github.com/h5py/h5py/commit/7c14cd94ce35191f55254c1d06373ef44785e5a6"><code>7c14cd9</code></a>
Merge pull request <a
href="https://redirect.github.com/h5py/h5py/issues/2586">#2586</a> from
takluyver/h5d-write-chunk</li>
<li><a
href="https://github.com/h5py/h5py/commit/a92ab7ca182fdab99b11bde838dfcf06278328fc"><code>a92ab7c</code></a>
Address review comments</li>
<li>Additional commits viewable in <a
href="https://github.com/h5py/h5py/compare/3.1.0...3.14.0">compare
view</a></li>
</ul>
</details>
<br />


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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: dependency_changes Pull requests that update a dependency file category: Python API OpenVINO Python bindings dependencies Pull requests that update a dependency file ExternalPR External contributor python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants