dependabot[bot] opened a new pull request, #8403: URL: https://github.com/apache/iceberg/pull/8403
Bumps [cython](https://github.com/cython/cython) from 3.0.0 to 3.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cython/cython/blob/master/CHANGES.rst">cython's changelog</a>.</em></p> <blockquote> <h1>3.0.1 (2023-08-25)</h1> <h2>Features added</h2> <ul> <li>The error messages regarding exception declarations were improved in order to give better help about possible reasons and fixes. (Github issue :issue:<code>5547</code>)</li> </ul> <h2>Bugs fixed</h2> <ul> <li> <p>Memory view types in Python argument annotations no longer accept <code>None</code>. They now require an explicit <code>Optional[]</code> or a <code>None</code> default value in order to allow <code>None</code> to be passed. This was an oversight in the 3.0.0 release and is a BACKWARDS INCOMPATIBLE change. However, since it only applies to code using Python syntax, it probably only applies to newly written code that was written for Cython 3.0 and can easily be adapted. In most cases, we expect that this change will avoid bugs in user code rather than produce problems. (Github issue :issue:<code>5612</code>)</p> </li> <li> <p><code>nogil</code> functions using parallel code could freeze when called with the GIL held. (Github issues :issue:<code>5564</code>, :issue:<code>5573</code>)</p> </li> <li> <p>Relative cimports could end up searching globally and find the same package installed elsewhere, potentially in another version. (Github issue :issue:<code>5511</code>)</p> </li> <li> <p>Attribute lookups on known standard library modules could accidentally search in the module namespace instead. (Github issue :issue:<code>5536</code>)</p> </li> <li> <p>Using constructed C++ default arguments could generate invalid C++ code. (Github issue :issue:<code>5553</code>)</p> </li> <li> <p><code>libcpp.memory.make_unique()</code> was lacking C++ exception handling. (Github issue :issue:<code>5560</code>)</p> </li> <li> <p>Some non-public and deprecated CAPI usages were replaced by public (and thus more future proof) API code.</p> </li> <li> <p>Many issues with the Limited API support were resolved. Patches by Lisandro Dalcin et al. (Github issues :issue:<code>5549</code>, :issue:<code>5550</code>, :issue:<code>5556</code>, :issue:<code>5605</code>, :issue:<code>5617</code>)</p> </li> <li> <p>Some C compiler warnings were resolved. Patches by Matti Picus et al. (Github issues :issue:<code>5557</code>, :issue:<code>5555</code>)</p> </li> <li> <p>Large Python integers are now stored in hex instead of decimal strings to work around</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/d0043cf62ead48a79d6bf3e5ae0457b75b75a275"><code>d0043cf</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/29e07fdc34a15a63f1f68258a4501021501aa20c"><code>29e07fd</code></a> Prepare release of 3.0.1.</li> <li><a href="https://github.com/cython/cython/commit/5c5f247c97e56f54d7684f9a1f675cbdf25dd1fe"><code>5c5f247</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/0e1955684d9193a15325af3f95e50825c6edb0e8"><code>0e19556</code></a> Fix spelling of "delimeters" argument in Tempita to "delimiters", but keep a ...</li> <li><a href="https://github.com/cython/cython/commit/b531e6d93b29bdba6ef98b457e0b0bead281e322"><code>b531e6d</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/b551a50ae841c7a3c11c3d448a9f938bf3e0cc6a"><code>b551a50</code></a> Get some minimal cdef classes working with <code>Py_LIMITED_API</code> (<a href="https://redirect.github.com/cython/cython/issues/5617">GH-5617</a>)</li> <li><a href="https://github.com/cython/cython/commit/c6e8032e2967bd52113c3248b246c902aee90516"><code>c6e8032</code></a> Switch __pyx_buffmt_parse_array to return an int (<a href="https://redirect.github.com/cython/cython/issues/5603">#5603</a>)</li> <li><a href="https://github.com/cython/cython/commit/ce543ff517ecb64426024eb75dcfc5c7771eba2b"><code>ce543ff</code></a> Add a test for memory view types used in PEP-526 variable annotations and che...</li> <li><a href="https://github.com/cython/cython/commit/74cb58f70a9cbeba7b0d2ce58bf5f619cb9f8026"><code>74cb58f</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/4d31b98daec1fbe7d595052e7cadb71699b9c2f3"><code>4d31b98</code></a> Add support for <code>typing.Optional[]</code> to memoryviews and disallow passing `None...</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.0.0...3.0.1">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
