You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/23 04:59:31 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #7411: Build: Bump zstandard from 0.20.0 to 0.21.0 in /python

dependabot[bot] opened a new pull request, #7411:
URL: https://github.com/apache/iceberg/pull/7411

   Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.20.0 to 0.21.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst">zstandard's changelog</a>.</em></p>
   <blockquote>
   <h1>0.21.0 (released 2023-04-16)</h1>
   <h2>Backwards Compatibility Notes</h2>
   <ul>
   <li>Support for Python 3.6 has been dropped. Python 3.7 is the minimum supported
   Python version.</li>
   </ul>
   <h2>Changes</h2>
   <ul>
   <li>Bundled zstd library upgraded from 1.5.4 to 1.5.5.</li>
   <li>PyO3 Rust crate upgraded from 0.15 to 0.18.</li>
   <li>CI environment changed from Ubuntu 20.04 -&gt; 22.04, Windows 2019 -&gt; 2022,
   macOS 11 -&gt; macOS 12.</li>
   <li>C types now use <code>PyType_Spec</code> and corresponding APIs. (<a href="https://redirect.github.com/indygreg/python-zstandard/issues/187">#187</a>) Contributed by
   Mike Hommey.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/80be4ef4553075008533525b732ba60e2678d5b6"><code>80be4ef</code></a> global: release version 0.21.0</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/124190d21a71d2fcf9c264e09ef375f39e1ceaa2"><code>124190d</code></a> rust: update dependencies to latest</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/0def67fc364147957f5ce0ff99e11fa69fe1287b"><code>0def67f</code></a> global: reflect upgrade to zstd 1.5.5</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/edd886905535dd081cd1aae696510b5084201892"><code>edd8869</code></a> zstd: upgrade vendored zstd to 1.5.5</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/7f0c3aa8825af8a45b127cdb82da8ced9e07bc0a"><code>7f0c3aa</code></a> docs: document that C types now use <code>PyType_Spec</code> and friends.</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/727b00ddf9731f44ad94f63411ecc722cd92363a"><code>727b00d</code></a> Use PyType_Spec to define types instead of PyTypeObject: ZstdBufferWithSegmen...</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/e4d2b18c7abb6ae052121905ce5b31c1a6e1d2dc"><code>e4d2b18</code></a> Use PyType_Spec to define types instead of PyTypeObject: ZstdBufferSegments</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/2a145db980e00e28c1f770e1b33d7e320552de00"><code>2a145db</code></a> Use PyType_Spec to define types instead of PyTypeObject: ZstdBufferSegment</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/1c00b79511bed8fa1ab643da30dfded7e037d91b"><code>1c00b79</code></a> Use PyType_Spec to define types instead of PyTypeObject: ZstdBufferWithSegments</li>
   <li><a href="https://github.com/indygreg/python-zstandard/commit/818caac6da82f601d5517a4fee7e9b8dc4ebc0a2"><code>818caac</code></a> Use PyType_Spec to define types instead of PyTypeObject: FrameParameters</li>
   <li>Additional commits viewable in <a href="https://github.com/indygreg/python-zstandard/compare/0.20.0...0.21.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zstandard&package-manager=pip&previous-version=0.20.0&new-version=0.21.0)](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 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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #7411: Build: Bump zstandard from 0.20.0 to 0.21.0 in /python

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #7411:
URL: https://github.com/apache/iceberg/pull/7411


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org