Commit 13a8f2f
authored
chore(deps): bump the python group across 1 directory with 4 updates (#78)
Bumps the python group with 4 updates in the /infra/containers/sandbox
directory: [ipython](https://github.com/ipython/ipython),
[matplotlib](https://github.com/matplotlib/matplotlib),
[numpy](https://github.com/numpy/numpy) and
[pypdfium2](https://github.com/pypdfium2-team/pypdfium2).
Updates `ipython` from 9.13.0 to 9.15.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipython/ipython/commit/2273f391df307c88af9072a964314f095ac901de"><code>2273f39</code></a>
release 9.15.0</li>
<li><a
href="https://github.com/ipython/ipython/commit/47749183653635c51a0b5cf02fab19b51263b470"><code>4774918</code></a>
fix</li>
<li><a
href="https://github.com/ipython/ipython/commit/4bec98b491d28b8cd7202721b9ca865469a626f7"><code>4bec98b</code></a>
update whatsnew</li>
<li><a
href="https://github.com/ipython/ipython/commit/42fcfe49e2456a7fd1367e5bb25358a5409b7170"><code>42fcfe4</code></a>
[3.11] Skip stup for Numpy that is not using > 3.11 syntax</li>
<li><a
href="https://github.com/ipython/ipython/commit/b5da9acd8c33061c31ee2af51266b19b93128320"><code>b5da9ac</code></a>
fix: clarify tk simple-prompt gui message</li>
<li><a
href="https://github.com/ipython/ipython/commit/00bcdeedddbdbf57be165b750f5bb0b3e5eb9799"><code>00bcdee</code></a>
fix: don't let kitty graphics detection crash IPython startup</li>
<li><a
href="https://github.com/ipython/ipython/commit/60f2e2612a3733769df58655bafcf413dc842239"><code>60f2e26</code></a>
Fix <a
href="https://redirect.github.com/ipython/ipython/issues/12726">#12726</a>:
%run honors quotes when expanding glob args</li>
<li><a
href="https://github.com/ipython/ipython/commit/3ea7aa6988811bf34ac7179d8eb18fe80291bc2b"><code>3ea7aa6</code></a>
Strip ANSI escape sequences from Sphinx directive output</li>
<li><a
href="https://github.com/ipython/ipython/commit/9b7d419dc99df0d461d4bdc268e0f0661fb644df"><code>9b7d419</code></a>
Add %xmode Doctest mode for doctest friendly tracebacks</li>
<li><a
href="https://github.com/ipython/ipython/commit/fdbdf1c699e80f76a71e3dc5b46a3d164939b3f2"><code>fdbdf1c</code></a>
Increase codecov threshold to 0.2% to avoid false PR failures</li>
<li>Additional commits viewable in <a
href="https://github.com/ipython/ipython/compare/9.13.0...9.15.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `matplotlib` from 3.10.7 to 3.11.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matplotlib/matplotlib/releases">matplotlib's
releases</a>.</em></p>
<blockquote>
<h2>REL: v3.11.1</h2>
<p>This is the first bugfix release of the 3.11.x series.</p>
<p>This release contains several bug-fixes and adjustments:</p>
<ul>
<li>Fix tight layout of multiple subplots with
<code>sharey=True</code></li>
<li>Fix <code>NoNorm</code> cursor formatting for <code>uint8</code>
images</li>
<li>Fix occasional misalignment in reported mouse position (also fix a
bug with canvas height)</li>
<li>Fix clipped Axis labels on 3D plots with tight layout</li>
<li>Fix inverted Axis on 3D plots</li>
<li>Fix restoring 'auto' aspect in 3D axes after switching from
'equal'</li>
<li>Fix missing glyphs when subsetting Type 1 fonts in PDF</li>
<li>Fix oversized embedding of Type 42 fonts in PDF/PostScript
files</li>
</ul>
<p>As well as several documentation and typing improvements and
corrections.</p>
<h2>REL: v3.11.0</h2>
<p>The largest change within this release is a complete overhaul of text
and font processing. Through the use of <a
href="https://github.com/HOST-Oman/libraqm/">libraqm</a>, <a
href="https://harfbuzz.github.io/">HarfBuzz</a>, <a
href="https://github.com/Tehreer/SheenBidi">SheenBidi</a>, and an
updated release of <a href="https://freetype.org/">FreeType</a>, all
text should now support modern font features, enabling full
internationalization in all languages. Not all features of these
libraries are supported yet, but we expect this work to enable further
improvements in an easier manner.</p>
<p>Outside of text handling, there are several improvements to 3D Axes,
performance, new accessible colour sequences, flexible figure
management, and more. <a
href="https://matplotlib.org/3.11.0/release/prev_whats_new/whats_new_3.11.0.html">See
the release notes for more information</a>.</p>
<h2>REL: v3.11.0rc2</h2>
<p>This is the second release candidate for the meso release 3.11.0.</p>
<p>This release candidate fixes some problems with downstream packages,
removes some missed deprecations, and corrects some additional minor
bugs.</p>
<h2>REL: v3.11.0rc1</h2>
<p>After an extended development stretch, we are pleased to announce the
first release candidate of Matplotlib 3.11.0.</p>
<p>The largest change within this release is a complete overhaul of text
and font processing. Through the use of <a
href="https://github.com/HOST-Oman/libraqm/">libraqm</a>, <a
href="https://harfbuzz.github.io/">HarfBuzz</a>, <a
href="https://github.com/Tehreer/SheenBidi">SheenBidi</a>, and an
updated release of <a href="https://freetype.org/">FreeType</a>, all
text should now support modern font features, enabling full
internationalization in all languages. Not all features of these
libraries are supported yet, but we expect this work to enable further
improvements in an easier manner. Due to the update to the font
rendering stack, we cannot guarantee that text will be bit-for-bit
perfect with previous releases, so if you are using Matplotlib for
testing, it may be necessary to introduce/raise a tolerance within your
tests.</p>
<p>Outside of text handling, there are several improvements to 3D Axes,
performance, new accessible colour sequences, flexible figure
management, and more. Final release notes are still being curated, but
you may browse <a
href="https://matplotlib.org/3.11.0/release/next_whats_new">the list of
new features</a>, <a
href="https://matplotlib.org/3.11.0/api/next_api_changes.html">API
changes</a>, and <a
href="https://github.com/matplotlib/matplotlib/milestone/96?closed=1https://github.com/matplotlib/matplotlib/milestone/96?closed=1">all
issues/pull requests on the milestone</a>.</p>
<p>As a note for downstream packagers, the font libraries have only been
tested against the versions bundled with the wheels. It may be possible
to expand the range of requirements, or that a requirement is too broad.
Please report any issues you have building against external
dependencies.</p>
<h2>v3.10.9</h2>
<p>This is a micro release of the v3.10.x series.
Highlights of this release include:</p>
<ul>
<li>Various minor bug and doc fixes</li>
<li>Security hardening validation of cyclers - Removing eval usage</li>
<li>Security hardening in Latex and PS calls - Removing shell
escapes</li>
</ul>
<h2>REL: v3.10.8</h2>
<p>This is a bugfix release in the 3.10.x series.</p>
<p>The primary highlights of this release are:</p>
<ul>
<li>Properly allow freethreaded mode in the MacOS backend</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/3c1757a567c58e41e565313af2d3bcdc52076b43"><code>3c1757a</code></a>
REL: v3.11.1</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/792c6b5fa9cd2567a80fa231af19b7770b8288e4"><code>792c6b5</code></a>
DOC: Prepare for 3.11.1</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/aaff9f613a0886fdec0b4e20d9c5f1db15166d2c"><code>aaff9f6</code></a>
Merge branch 'v3.11.0-doc' into v3.11.x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/d4f4527cce030c81eb699516bdd8c1cbab3a940d"><code>d4f4527</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/32052">#32052</a>
from meeseeksmachine/auto-backport-of-pr-32038-on-v...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/6ad4bcf48beaf05b8632e082dd35a1c8960324c8"><code>6ad4bcf</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/32050">#32050</a>
from meeseeksmachine/auto-backport-of-pr-31304-on-v...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/7fb74d3476247ee7aa078ff45ec60f25f1a9b535"><code>7fb74d3</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/32051">#32051</a>
from meeseeksmachine/auto-backport-of-pr-32037-on-v...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/c624aec7de6060e16d708fd70bd2e9302e95d3f3"><code>c624aec</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/32038">#32038</a>:
Fix occasional misalignment in reported mouse position (a...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/8eda2b79d27a4255380b97b49dcb61110690c0c1"><code>8eda2b7</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/32037">#32037</a>:
Bump the actions group with 3 updates</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/a0e7ae5521b59c25ced9c69e8d9aebc1b0bc7c6e"><code>a0e7ae5</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/31304">#31304</a>:
Fix restoring 'auto' aspect in 3D axes after switching fr...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/90013231a38de53af9414747a03ce010de2fe3d0"><code>9001323</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/32047">#32047</a>
from meeseeksmachine/auto-backport-of-pr-32025-on-v...</li>
<li>Additional commits viewable in <a
href="https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.11.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `numpy` from 2.3.5 to 2.5.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/numpy/numpy/releases">numpy's
releases</a>.</em></p>
<blockquote>
<h2>v2.5.1 (July 4, 2026)</h2>
<h1>NumPy 2.5.1 Release Notes</h1>
<p>The NumPy 2.5.1 is a patch release that fixes bugs discovered after
the 2.5.0
release. The most noticeable is the fix is to the numpy datetime cython
API
which should allow downstream to support NumPy versions older than 2.5.
Preparation for Python 3.15 continues along with typing
improvements.</p>
<p>This release supports Python versions 3.12-3.14</p>
<h2>Changes</h2>
<ul>
<li>
<p>The minimum supported GCC version has been updated from 9.3.0 to
10.3.0</p>
<p>(<a
href="https://redirect.github.com/numpy/numpy/pull/31843">gh-31843</a>)</p>
</li>
</ul>
<h2>Contributors</h2>
<p>A total of 10 people contributed to this release. People with a
"+" by their
names contributed a patch for the first time.</p>
<ul>
<li>Adhyan Gupta +</li>
<li>Ankit Ahlawat</li>
<li>Charles Harris</li>
<li>Iason Krommydas</li>
<li>Joren Hammudoglu</li>
<li>Kumar Aditya</li>
<li>Nathan Goldbaum</li>
<li>Sebastian Berg</li>
<li>Ties Jan Hefting +</li>
<li>Vineet Kumar</li>
</ul>
<h2>Pull requests merged</h2>
<p>A total of 20 pull requests were merged for this release.</p>
<ul>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31707">#31707</a>:
MAINT: Prepare 2.5.x for further development</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31721">#31721</a>:
CI: fix new <code>cython-lint</code> errors (<a
href="https://redirect.github.com/numpy/numpy/issues/31711">#31711</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31723">#31723</a>:
MAINT: Update meson to match main</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31729">#31729</a>:
TST: use setup-sde instead of curl to get SDE binaries (<a
href="https://redirect.github.com/numpy/numpy/issues/31727">#31727</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31829">#31829</a>:
BUG: Relax finfo to be easier accessible for all user dtypes...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31831">#31831</a>:
TYP: Fix <code>flatiter.__next__</code> return type for
<code>object_</code> and...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31832">#31832</a>:
BUG: avoid deadlocks using NpyString API (<a
href="https://redirect.github.com/numpy/numpy/issues/31682">#31682</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31833">#31833</a>:
BUG: fix out array leak in reduceat and accumulate when dtype...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31835">#31835</a>:
BUG: fix numpy datetime cython APIs to be compatible with older...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31836">#31836</a>:
TYP: Fix incorrect dtype inference of <code>asarray([])</code> (<a
href="https://redirect.github.com/numpy/numpy/issues/31732">#31732</a>)</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31837">#31837</a>:
TYP: Fix <code>np.ma.masked_array</code> 2.5.0 regression</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31838">#31838</a>:
FIX: Refactor error handling in array_setstate to prevent
typecode...</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31839">#31839</a>:
TST: xfail multithreaded BLAS test more generously</li>
<li><a
href="https://redirect.github.com/numpy/numpy/pull/31840">#31840</a>:
MAINT: Rename subroutine for crackfortran tests</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst">numpy's
changelog</a>.</em></p>
<blockquote>
<p>This is a walkthrough of the NumPy 2.4.0 release on Linux, which will
be the
first feature release using the <code>numpy/numpy-release
<https://github.com/numpy/numpy-release></code>__ repository.</p>
<p>The commands can be copied into the command line, but be sure to
replace 2.4.0
with the correct version. This should be read together with the
:ref:<code>general release guide <prepare_release></code>.</p>
<h1>Facility preparation</h1>
<p>Before beginning to make a release, use the
<code>requirements/*_requirements.txt</code> files to
ensure that you have the needed software. Most software can be installed
with
pip, but some will require apt-get, dnf, or whatever your system uses
for
software. You will also need a GitHub personal access token (PAT) to
push the
documentation. There are a few ways to streamline things:</p>
<ul>
<li>Git can be set up to use a keyring to store your GitHub personal
access token.
Search online for the details.</li>
</ul>
<h1>Prior to release</h1>
<h2>Add/drop Python versions</h2>
<p>When adding or dropping Python versions, multiple config and CI files
need to
be edited in addition to changing the minimum version in
<code>pyproject.toml</code>.
Make these changes in an ordinary PR against main and backport if
necessary.
We currently release wheels for new Python versions after the first
Python RC
once manylinux and cibuildwheel support that new Python version.</p>
<h2>Backport pull requests</h2>
<p>Changes that have been marked for this release must be backported to
the
maintenance/2.4.x branch.</p>
<h2>Update 2.4.0 milestones</h2>
<p>Look at the issues/prs with 2.4.0 milestones and either push them off
to a
later version, or maybe remove the milestone. You may need to add a
milestone.</p>
<h2>Check the numpy-release repo</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/numpy/numpy/commit/5e1d03ffac5f2c0a9c39bfcaa9fc853b2b83151e"><code>5e1d03f</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/31863">#31863</a>
from charris/prepare-2.5.1</li>
<li><a
href="https://github.com/numpy/numpy/commit/ad0b66b8bf1faedc727d8a80ec217bdc95a3037e"><code>ad0b66b</code></a>
REL: Prepare for the NumPy 2.5.1 release.</li>
<li><a
href="https://github.com/numpy/numpy/commit/9df8516d6c933927b3bb9a7b8fd10f523e627ffd"><code>9df8516</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/31858">#31858</a>
from charris/backport-31688</li>
<li><a
href="https://github.com/numpy/numpy/commit/4dee265afc098a296a62666f6356d4927b67848f"><code>4dee265</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/31857">#31857</a>
from charris/backport-31775</li>
<li><a
href="https://github.com/numpy/numpy/commit/dc8d5530eb0bb3198bfc0538e28d1f284f6f4a80"><code>dc8d553</code></a>
Merge pull request <a
href="https://redirect.github.com/numpy/numpy/issues/31856">#31856</a>
from charris/backport-31846</li>
<li><a
href="https://github.com/numpy/numpy/commit/67cb4a874e7c52d90176ca7343e208dfa3f11d11"><code>67cb4a8</code></a>
fix:Signed integer overflow in datetime.c (<a
href="https://redirect.github.com/numpy/numpy/issues/31688">#31688</a>)</li>
<li><a
href="https://github.com/numpy/numpy/commit/baa2589a94a93b4216159817fe891c83a39eb36d"><code>baa2589</code></a>
TST: Clean up imports, formatting, and assertions</li>
<li><a
href="https://github.com/numpy/numpy/commit/2fe5ba41f935065305cfb31a561202188953c7e9"><code>2fe5ba4</code></a>
TEST: Refactor tests to use np.testing.assert_raises_regex per
review</li>
<li><a
href="https://github.com/numpy/numpy/commit/bb465819882f84304ecbfd180f00bd748f783134"><code>bb46581</code></a>
MAINT: Remove deprecated Python recursion fix</li>
<li><a
href="https://github.com/numpy/numpy/commit/8f34214a5e6e813bea56fec2cdc9bc8ac79ff38b"><code>8f34214</code></a>
MAINT: Move SeedSequence recursion guard to C-layer and add tests</li>
<li>Additional commits viewable in <a
href="https://github.com/numpy/numpy/compare/v2.3.5...v2.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `pypdfium2` from 5.11.0 to 5.12.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypdfium2-team/pypdfium2/releases">pypdfium2's
releases</a>.</em></p>
<blockquote>
<h2>5.12.1</h2>
<h2>Release 5.12.1</h2>
<h3>Summary</h3>
<ul>
<li>Fix missing mkdir call in bindings build (blunder). This
particularly matters for <code>PDFIUM_PLATFORM=system-search</code> /
fallback setup.</li>
</ul>
<h3>Build info</h3>
<p>This release was made with the following build strategies:</p>
<ul>
<li>PBIN: <code>[macosx_arm64, macosx_x86_64, win_amd64, win_arm64,
win32, manylinux_x86_64, manylinux_i686, manylinux_aarch64,
manylinux_armv7l, manylinux_ppc64le, manylinux_mips64le,
android_arm64_v8a, android_armeabi_v7a]</code></li>
<li>SBLD: <code>[manylinux_mipsle]</code></li>
<li>CIBW: <code>[manylinux_riscv64, manylinux_loongarch64,
manylinux_s390x, musllinux_x86_64, musllinux_aarch64, musllinux_armv7l,
musllinux_i686, musllinux_ppc64le, musllinux_s390x, musllinux_riscv64,
musllinux_loongarch64]</code></li>
</ul>
<h3>Commit logs</h3>
<!-- raw HTML omitted -->
<p>Commits between <a
href="https://github.com/pypdfium2-team/pypdfium2/tree/5.12.0"><code>5.12.0</code></a>
and <a
href="https://github.com/pypdfium2-team/pypdfium2/tree/5.12.1"><code>5.12.1</code></a>
(latest commit first):</p>
<ul>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/b3e7e67a1e35c9436b52cb043d476b89ec8c38cb"><code>b3e7e67a</code></a>
[autorelease main] update 5.12.1</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/4a2636051ff4a841966be01484f4a70b4309b55c"><code>4a263605</code></a>
Prepare for minor version increment</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/c9c4ec36c058dcd7b4761430353119fb5f5209b1"><code>c9c4ec36</code></a>
Update changelog</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/9c70434330a72b3f5d681d534baf8b71cf261407"><code>9c704343</code></a>
Fix missing mkdir call in bindings build (blunder)</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/5a28bfed8dff130e8d6b3644d95be4e2ed76c1a6"><code>5a28bfed</code></a>
REUSE.toml(bigendian.patch): credit <code>hjanuschka</code></li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/9b77635a2debe005e3c3bbfc309fcd4c8550d8e5"><code>9b77635a</code></a>
Changelog style fix</li>
</ul>
<!-- raw HTML omitted -->
<h2>5.12.0</h2>
<h2>Release 5.12.0</h2>
<blockquote>
<p>[!IMPORTANT]
This release has been yanked from PyPI. <code>5.12.1</code> is a drop-in
replacement and fixes a setup blunder.
Wheels are valid and effectively identical to <code>5.12.1</code>, but
the sdist in this release is faulty & may fail depending on which
target is chosen.</p>
</blockquote>
<h3>Summary</h3>
<p><em>Requirements</em></p>
<ul>
<li>macOS <code>13.0+</code> is now required for current PDFium
(declared in upstream config and confirmed with dylib header
inspection). Updated wheel tags accordingly.</li>
<li>Setup: Increased tool dependency requirements
<ul>
<li><code>build_native.py</code> now expects <code>git >=
2.49.0</code> so we can use modern <code>git clone --revision</code>
features.</li>
<li>If <code>gh</code> is installed, <code>gh >= 2.47.0</code> will
be required, as we now assume availability of the <code>gh
attestation</code> subcommand without consulting <code>gh
--version</code>.</li>
</ul>
</li>
</ul>
<p><em>Packaging / CI</em></p>
<p>Largest CI/workflows rework yet ("Strategic builds"). Many
testing gaps filled (see the updated platform support table).</p>
<ul>
<li>Dynamic selection of targets and Python versions across 3 build
strategies (pdfium-binaries, <code>build_toolchained.py</code>,
cibuildwheel/<code>build_native.py</code>). This means releases can now
be made using any selection of targets/strategies, configurable through
workflow inputs on a per-run basis.</li>
<li>In principle, this would allow us to make releases just using our
own builds, without external binaries. We plan to explore this from time
to time. That said, pypdfium2's conda packages continue to be tied to
the pdfium-binaries, and setup will continue to provide you with
pdfium-binaries by default.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/b3e7e67a1e35c9436b52cb043d476b89ec8c38cb"><code>b3e7e67</code></a>
[autorelease main] update 5.12.1</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/4a2636051ff4a841966be01484f4a70b4309b55c"><code>4a26360</code></a>
Prepare for minor version increment</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/c9c4ec36c058dcd7b4761430353119fb5f5209b1"><code>c9c4ec3</code></a>
Update changelog</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/9c70434330a72b3f5d681d534baf8b71cf261407"><code>9c70434</code></a>
Fix missing mkdir call in bindings build (blunder)</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/5a28bfed8dff130e8d6b3644d95be4e2ed76c1a6"><code>5a28bfe</code></a>
REUSE.toml(bigendian.patch): credit <code>hjanuschka</code></li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/9b77635a2debe005e3c3bbfc309fcd4c8550d8e5"><code>9b77635</code></a>
Changelog style fix</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/38fa93b996a1f2108f9bb38968ae7d0f82053ed8"><code>38fa93b</code></a>
[autorelease main] update 5.12.0</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/d60dbb664a9939f231ffe42aa38c91659a187682"><code>d60dbb6</code></a>
fix: reactivate release environment</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/0be3571f444e81b47cb911f2f22b824b43faeed0"><code>0be3571</code></a>
Take out --fail-on-no-commits</li>
<li><a
href="https://github.com/pypdfium2-team/pypdfium2/commit/8b94bcc10b780771678616ac2ec43707f0f483d7"><code>8b94bcc</code></a>
main.yaml: fix loss of $NEW_VERSION</li>
<li>Additional commits viewable in <a
href="https://github.com/pypdfium2-team/pypdfium2/compare/5.11.0...5.12.1">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 9fb04aa commit 13a8f2f
2 files changed
Lines changed: 212 additions & 162 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments