You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2023/01/08 04:14:11 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #6545: Build: Bump coverage from 7.0.1 to 7.0.4 in /python

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

   Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.1 to 7.0.4.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 7.0.4 — 2023-01-07</h2>
   <ul>
   <li>Performance: an internal cache of file names was accidentally disabled,
   resulting in sometimes drastic reductions in performance.  This is now fixed,
   closing <code>issue 1527</code>_.   Thanks to Ivan Ciuvalschii for the reproducible test
   case.</li>
   </ul>
   <p>.. _issue 1527: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1527">nedbat/coveragepy#1527</a></p>
   <p>.. _changes_7-0-3:</p>
   <h2>Version 7.0.3 — 2023-01-03</h2>
   <ul>
   <li>Fix: when using pytest-cov or pytest-xdist, or perhaps both, the combining
   step could fail with <code>assert row is not None</code> using 7.0.2.  This was due to
   a race condition that has always been possible and is still possible. In
   7.0.1 and before, the error was silently swallowed by the combining code.
   Now it will produce a message &quot;Couldn't combine data file&quot; and ignore the
   data file as it used to do before 7.0.2.  Closes <code>issue 1522</code>_.</li>
   </ul>
   <p>.. _issue 1522: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1522">nedbat/coveragepy#1522</a></p>
   <p>.. _changes_7-0-2:</p>
   <h2>Version 7.0.2 — 2023-01-02</h2>
   <ul>
   <li>
   <p>Fix: when using the <code>[run] relative_files = True</code> setting, a relative
   <code>[paths]</code> pattern was still being made absolute.  This is now fixed,
   closing <code>issue 1519</code>_.</p>
   </li>
   <li>
   <p>Fix: if Python doesn't provide tomllib, then TOML configuration files can
   only be read if coverage.py is installed with the <code>[toml]</code> extra.
   Coverage.py will raise an error if TOML support is not installed when it sees
   your settings are in a .toml file. But it didn't understand that
   <code>[tools.coverage]</code> was a valid section header, so the error wasn't reported
   if you used that header, and settings were silently ignored.  This is now
   fixed, closing <code>issue 1516</code>_.</p>
   </li>
   <li>
   <p>Fix: adjusted how decorators are traced on PyPy 7.3.10, fixing <code>issue 1515</code>_.</p>
   </li>
   <li>
   <p>Fix: the <code>coverage lcov</code> report did not properly implement the
   <code>--fail-under=MIN</code> option.  This has been fixed.</p>
   </li>
   <li>
   <p>Refactor: added many type annotations, including a number of refactorings.
   This should not affect outward behavior, but they were a bit invasive in some</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nedbat/coveragepy/commit/f4c27c7888b17e73c0d52ff7bfb8da505f532819"><code>f4c27c7</code></a> docs: sample html report for 7.0.4</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/2b95dba9bfdf2223b42d07536591c38833a37137"><code>2b95dba</code></a> docs: prep for 7.0.4</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/61ccfb8d314f0e11a3a4ee927f2024ae9cc309e0"><code>61ccfb8</code></a> test(benchmark): more reasonable numeric displays</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/2fa45d693de8861fcf84ee9cec85d6ab46203ac6"><code>2fa45d6</code></a> refactor(benchmark): move benchmark.py to its own directory</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/4d6ac8bb1714f9f7a655f64ed31e33e134fc961f"><code>4d6ac8b</code></a> test(perf): randomize the order of benchmark runs</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/405fae882f51faa356aaf8b5b3d838ee67db432d"><code>405fae8</code></a> build: add .git-blame-ignore-revs</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/9554e50a79dd05385178aa9f781c6ecb5b6ad45d"><code>9554e50</code></a> style(perf): blacken lab/benchmark.py</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/dc4f0c1f82731250d0eb2a463b7867457e97c675"><code>dc4f0c1</code></a> test(perf): more experiments for <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1527">#1527</a></li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/b3b05bdfdd20ab14004396cfcceeabe23e61cb41"><code>b3b05bd</code></a> perf: the file mapping cache was off by mistake. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1527">#1527</a></li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/d00f1dd24960db7a4bbcb9b1cfd10646dfb2c850"><code>d00f1dd</code></a> mypy: debug.py</li>
   <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.0.1...7.0.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.0.1&new-version=7.0.4)](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 commented on pull request #6545: Build: Bump coverage from 7.0.1 to 7.0.4 in /python

Posted by GitBox <gi...@apache.org>.
Fokko commented on PR #6545:
URL: https://github.com/apache/iceberg/pull/6545#issuecomment-1374914356

   @dependabot rebase


-- 
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 #6545: Build: Bump coverage from 7.0.1 to 7.0.4 in /python

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #6545:
URL: https://github.com/apache/iceberg/pull/6545


-- 
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