python-hyper / hpack

HTTP/2 Header Encoding for Python
https://hpack.readthedocs.io/en/latest/
MIT License
72 stars 32 forks source link

Bump coverage from 4.4.2 to 4.5.4 #173

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps coverage from 4.4.2 to 4.5.4.

Changelog *Sourced from [coverage's changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst).* > Version 4.5.4 -- 2019-07-29 > =========================== > > - Multiprocessing support in Python 3.8 was broken, but is now fixed. Closes [issue 828](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/828). > > Version 4.5.3 -- 2019-03-09 > =========================== > > - Only packaging metadata changes. > > Version 4.5.2 --- 2018-11-12 > ============================ > > - Namespace packages are supported on Python 3.7, where they used to cause TypeErrors about path being None. Fixes [issue 700](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/700). > - Python 3.8 (as of today!) passes all tests. Fixes [issue 707](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/707) and [issue 714](https://github-redirect.dependabot.com/nedbat/coveragepy/issues/714). > - Development moved from [Bitbucket](https://bitbucket.org/ned/coveragepy) to [GitHub](https://github.com/nedbat/coveragepy). > > Version 4.5.1 --- 2018-02-10 > ============================ > > - Now that 4.5 properly separated the `[run] omit` and `[report] omit` settings, an old bug has become apparent. If you specified a package name for `[run] source`, then omit patterns weren't matched inside that package. This bug ([issue 638](https://bitbucket.org/ned/coveragepy/issues/638/run-omit-is-ignored-since-45)) is now fixed. > - On Python 3.7, reporting about a decorated function with no body other than a docstring would crash coverage.py with an IndexError ([issue 640](https://bitbucket.org/ned/coveragepy/issues/640/indexerror-reporting-on-an-empty-decorated)). This is now fixed. > - Configurer plugins are now reported in the output of `--debug=sys`. > > Version 4.5 --- 2018-02-03 > ========================== > > - A new kind of plugin is supported: configurers are invoked at start-up to allow more complex configuration than the .coveragerc file can easily do. See api\_plugin for details. This solves the complex configuration problem described in [issue 563](https://bitbucket.org/ned/coveragepy/issues/563/platform-specific-configuration). > - The `fail_under` option can now be a float. Note that you must specify the `[report] precision` configuration option for the fractional part to be used. Thanks to Lars Hupfeldt Nielsen for help with the implementation. Fixes [issue 631](https://bitbucket.org/ned/coveragepy/issues/631/precise-coverage-percentage-value). > - The `include` and `omit` options can be specified for both the `[run]` and `[report]` phases of execution. 4.4.2 introduced some incorrect interactions between those phases, where the options for one were confused for the other. This is now corrected, fixing [issue 621](https://bitbucket.org/ned/coveragepy/issues/621/include-ignored-warning-when-using) and [issue 622](https://bitbucket.org/ned/coveragepy/issues/622/report-omit-overwrites-run-omit). Thanks to Daniel Hahler for seeing more clearly than I could. > - The `coverage combine` command used to always overwrite the data file, even when no data had been read from apparently combinable files. Now, an error is raised if we thought there were files to combine, but in fact none of them could be used. Fixes [issue 629](https://bitbucket.org/ned/coveragepy/issues/629/multiple-use-of-combine-leads-to-empty). > - The `coverage combine` command could get confused about path separators when combining data collected on Windows with data collected on Linux, as described in [issue 618](https://bitbucket.org/ned/coveragepy/issues/618/problem-when-combining-windows-generated). This is now fixed: the result path always uses the path separator specified in the `[paths]` result. > - On Windows, the HTML report could fail when source trees are deeply nested, due to attempting to create HTML filenames longer than the 250-character maximum. Now filenames will never get much larger than 200 characters, fixing [issue 627](https://bitbucket.org/ned/coveragepy/issues/627/failure-generating-html-reports-when-the). Thanks to Alex Sandro for helping with the fix.
Commits - [`4e624d1`](https://github.com/nedbat/coveragepy/commit/4e624d142a1e16acf32f90bf9b996fad80958740) Use latest twine - [`e537d7d`](https://github.com/nedbat/coveragepy/commit/e537d7d70eb4d4f81b94b7160ee24db21c701d6e) Build wheels for 3.8 - [`c619ec8`](https://github.com/nedbat/coveragepy/commit/c619ec807544ec1f7af555c959d9855654b79195) Prep for 4.5.4 - [`b003fe1`](https://github.com/nedbat/coveragepy/commit/b003fe1b52088795c4748fb13ff68fc5c7734357) Pin pyparsing to avoid warnings - [`60c6c98`](https://github.com/nedbat/coveragepy/commit/60c6c98a1aa0de65b702fc95cf47eca022aee46c) Tidelift security contact, and non-transparent logo. - [`c9ee224`](https://github.com/nedbat/coveragepy/commit/c9ee22417b4aa3611c8332f151d6cce40efad39b) 4.5.x works on 3.8.0b1 - [`8c371b2`](https://github.com/nedbat/coveragepy/commit/8c371b2f14bc45e3be156d9d427a500e5535578a) Adapt to optimization tweak in CPython 3.8.0b1 - [`ca0bba4`](https://github.com/nedbat/coveragepy/commit/ca0bba4d8d9aaf22dee83268325e20cddb532edf) Silence a silly pylint warning - [`72b21f1`](https://github.com/nedbat/coveragepy/commit/72b21f1f1180ad52da646b1c47d8d2dc7f95c189) Python 3.8 added an argument to _bootstrap. It should have been like this any... - [`9dda46a`](https://github.com/nedbat/coveragepy/commit/9dda46a4353a5fe53c4b213083fb777e0e519e6c) Not sure how I went for so long without one of these creeping in - Additional commits viewable in [compare view](https://github.com/nedbat/coveragepy/compare/coverage-4.4.2...coverage-4.5.4)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

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.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.