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/10/08 05:17:00 UTC

[PR] Build: Bump coverage from 7.3.1 to 7.3.2 in /python [iceberg]

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

   Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.1 to 7.3.2.
   <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.3.2 — 2023-10-02</h2>
   <ul>
   <li>
   <p>The <code>coverage lcov</code> command ignored the <code>[report] exclude_lines</code> and
   <code>[report] exclude_also</code> settings (<code>issue 1684</code><em>).  This is now fixed,
   thanks <code>Jacqueline Lee &lt;pull 1685_&gt;</code></em>.</p>
   </li>
   <li>
   <p>Sometimes SQLite will create journal files alongside the coverage.py database
   files.  These are ephemeral, but could be mistakenly included when combining
   data files.  Now they are always ignored, fixing <code>issue 1605</code>_. Thanks to
   Brad Smith for suggesting fixes and providing detailed debugging.</p>
   </li>
   <li>
   <p>On Python 3.12+, we now disable SQLite writing journal files, which should be
   a little faster.</p>
   </li>
   <li>
   <p>The new 3.12 soft keyword <code>type</code> is properly bolded in HTML reports.</p>
   </li>
   <li>
   <p>Removed the &quot;fullcoverage&quot; feature used by CPython to measure the coverage of
   early-imported standard library modules.  CPython <code>stopped using it &lt;88054_&gt;</code>_ in 2021, and it stopped working completely in Python 3.13.</p>
   </li>
   </ul>
   <p>.. _issue 1605: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1605">nedbat/coveragepy#1605</a>
   .. _issue 1684: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1684">nedbat/coveragepy#1684</a>
   .. _pull 1685: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1685">nedbat/coveragepy#1685</a>
   .. _88054: <a href="https://redirect.github.com/python/cpython/issues/88054">python/cpython#88054</a></p>
   <p>.. _changes_7-3-1:</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nedbat/coveragepy/commit/a31651334302444cbd3e7b8a2d8a8ba5d5d65e4e"><code>a316513</code></a> build: fix the pypy wheel arguments</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/7ec2c62a1a9dfff99832255d923e826141395a46"><code>7ec2c62</code></a> docs: sample HTML for 7.3.2</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/ffd954f780211fd4debfe4980a5e0eac12d9390d"><code>ffd954f</code></a> docs: prep for 7.3.2</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/1ea390783d62797f4134c4b40daf008ac9bc8634"><code>1ea3907</code></a> refactor: don't access frame structs directly</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/7b8dec9a2ef9e0abe50607982b79e6454d0e4ec8"><code>7b8dec9</code></a> feat!: remove fullcoverage, it doesn't work in 3.13</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/1040bcedcce22932d67845a2f8a6c83720f1af31"><code>1040bce</code></a> refactor: remove unused interned strings</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/9ab9e0cf41682cbeec08957a582a11d2522e2485"><code>9ab9e0c</code></a> fix: 3.12 soft keyword <code>type</code> is bolded in HTML</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/8624ce9662932f92cf203ef75039204d3ac84d6d"><code>8624ce9</code></a> fix: really turn off SQLite journal files on 3.12+</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/604aafa5327eed17eb3d8927748850c97127f1ea"><code>604aafa</code></a> chore: make upgrade</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/7c25ba0ad96ebbd1b1313677c5efc89f8226cea4"><code>7c25ba0</code></a> fix: don't combine journal files. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1605">#1605</a></li>
   <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.3.1...7.3.2">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.3.1&new-version=7.3.2)](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: 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


Re: [PR] Build: Bump coverage from 7.3.1 to 7.3.2 in /python [iceberg]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #8741:
URL: https://github.com/apache/iceberg/pull/8741#issuecomment-1752106810

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


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


Re: [PR] Build: Bump coverage from 7.3.1 to 7.3.2 in /python [iceberg]

Posted by "ajantha-bhat (via GitHub)" <gi...@apache.org>.
ajantha-bhat commented on PR #8741:
URL: https://github.com/apache/iceberg/pull/8741#issuecomment-1752106787

   Python development is moved to https://github.com/apache/iceberg-python and Python directory will be removed from https://github.com/apache/iceberg/pull/8695


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


Re: [PR] Build: Bump coverage from 7.3.1 to 7.3.2 in /python [iceberg]

Posted by "ajantha-bhat (via GitHub)" <gi...@apache.org>.
ajantha-bhat closed pull request #8741: Build: Bump coverage from 7.3.1 to 7.3.2 in /python
URL: https://github.com/apache/iceberg/pull/8741


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