All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2][meta-oe 1/5] python3-coverage: Upgrade 5.1 -> 5.2
@ 2020-07-29  8:10 Oleksandr Kravchuk
  2020-07-29 17:59 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-29  8:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi, Trevor Gamblin, Khem Raj

From: Leon Anavi <leon.anavi@konsulko.com>

Upgrade to release 5.2:

- The HTML report has been redesigned by Vince Salvino. There is
  now a dark mode, the code text is larger, and system sans serif
  fonts are used, in addition to other small changes.
- The coverage report and coverage html commands now accept a
  --precision option to control the number of decimal points
  displayed. Thanks, Teake Nutma.
- The coverage report and coverage html commands now accept a
  --no-skip-covered option to negate --skip-covered.
  Thanks, Anthony Sottile.
- The --skip-empty option is now available for the XML report.
- The coverage report command now accepts a --sort option to
  specify how to sort the results. Thanks, Jerin Peter George.
- If coverage fails due to the coverage total not reaching the
  --fail-under value, it will now print a message making the
  condition clear. Thanks, Naveen Yadav.
- TOML configuration files with non-ASCII characters would cause
  errors on Windows. This is now fixed.
- The output of --debug=trace now includes information about how
  the --source option is being interpreted, and the module names
  being considered.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{python3-coverage_5.1.bb => python3-coverage_5.2.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-coverage_5.1.bb => python3-coverage_5.2.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.1.bb b/meta-python/recipes-devtools/python/python3-coverage_5.2.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-coverage_5.1.bb
rename to meta-python/recipes-devtools/python/python3-coverage_5.2.bb
index 7265d2c97..72558e10c 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_5.2.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[md5sum] = "506e30fb011158abe5ce92f39866b271"
-SRC_URI[sha256sum] = "f90bfc4ad18450c80b024036eaf91e4a246ae287701aaa88eaebebf150868052"
+SRC_URI[md5sum] = "bfe80a336636160a3916467f55842bc5"
+SRC_URI[sha256sum] = "1874bdc943654ba46d28f179c1846f5710eda3aeb265ff029e0ac2b52daae404"
 
 inherit pypi setuptools3
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2][meta-oe 1/5] python3-coverage: Upgrade 5.1 -> 5.2
  2020-07-29  8:10 [PATCH v2][meta-oe 1/5] python3-coverage: Upgrade 5.1 -> 5.2 Oleksandr Kravchuk
@ 2020-07-29 17:59 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-07-29 17:59 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembeded-devel, Leon Anavi, Trevor Gamblin

this is already in master,

On Wed, Jul 29, 2020 at 1:10 AM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> From: Leon Anavi <leon.anavi@konsulko.com>
>
> Upgrade to release 5.2:
>
> - The HTML report has been redesigned by Vince Salvino. There is
>   now a dark mode, the code text is larger, and system sans serif
>   fonts are used, in addition to other small changes.
> - The coverage report and coverage html commands now accept a
>   --precision option to control the number of decimal points
>   displayed. Thanks, Teake Nutma.
> - The coverage report and coverage html commands now accept a
>   --no-skip-covered option to negate --skip-covered.
>   Thanks, Anthony Sottile.
> - The --skip-empty option is now available for the XML report.
> - The coverage report command now accepts a --sort option to
>   specify how to sort the results. Thanks, Jerin Peter George.
> - If coverage fails due to the coverage total not reaching the
>   --fail-under value, it will now print a message making the
>   condition clear. Thanks, Naveen Yadav.
> - TOML configuration files with non-ASCII characters would cause
>   errors on Windows. This is now fixed.
> - The output of --debug=trace now includes information about how
>   the --source option is being interpreted, and the module names
>   being considered.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../{python3-coverage_5.1.bb => python3-coverage_5.2.bb}      | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-coverage_5.1.bb => python3-coverage_5.2.bb} (61%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.1.bb b/meta-python/recipes-devtools/python/python3-coverage_5.2.bb
> similarity index 61%
> rename from meta-python/recipes-devtools/python/python3-coverage_5.1.bb
> rename to meta-python/recipes-devtools/python/python3-coverage_5.2.bb
> index 7265d2c97..72558e10c 100644
> --- a/meta-python/recipes-devtools/python/python3-coverage_5.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-coverage_5.2.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://coverage.readthedocs.io"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
>
> -SRC_URI[md5sum] = "506e30fb011158abe5ce92f39866b271"
> -SRC_URI[sha256sum] = "f90bfc4ad18450c80b024036eaf91e4a246ae287701aaa88eaebebf150868052"
> +SRC_URI[md5sum] = "bfe80a336636160a3916467f55842bc5"
> +SRC_URI[sha256sum] = "1874bdc943654ba46d28f179c1846f5710eda3aeb265ff029e0ac2b52daae404"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-29 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  8:10 [PATCH v2][meta-oe 1/5] python3-coverage: Upgrade 5.1 -> 5.2 Oleksandr Kravchuk
2020-07-29 17:59 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.