Github messages for voidlinux
 help / color / mirror / Atom feed
From: Gottox <Gottox@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Gcovr 6.8.2
Date: Sat, 27 Apr 2024 16:12:03 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50056@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages gcovr-6.8.2
https://github.com/void-linux/void-packages/pull/50056

Gcovr 6.8.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/50056.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gcovr-6.8.2-50056.patch --]
[-- Type: text/x-diff, Size: 2545 bytes --]

From cb3fcdfb8306f4a9c6a732f7b72826f70a92e40c Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:36 +0200
Subject: [PATCH 1/2] New package: python3-colorlog-6.8.2

---
 srcpkgs/python3-colorlog/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-colorlog/template

diff --git a/srcpkgs/python3-colorlog/template b/srcpkgs/python3-colorlog/template
new file mode 100644
index 00000000000000..4fedc5f9d9daca
--- /dev/null
+++ b/srcpkgs/python3-colorlog/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-colorlog'
+pkgname=python3-colorlog
+version=6.8.2
+revision=1
+build_style=python3-pep517
+depends="python3"
+checkdepends="python3-pytest"
+hostmakedepends="python3-setuptools python3-wheel"
+short_desc="Add colours to the output of Python's logging module"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/borntyping/python-colorlog"
+distfiles="${PYPI_SITE}/c/colorlog/colorlog-${version}.tar.gz"
+checksum=3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44
+
+post_install() {
+	vlicense LICENSE
+}

From 1b08fb5b164bc9d078739dff4737255f6dcaa28e Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 27 Apr 2024 16:09:52 +0200
Subject: [PATCH 2/2] gcovr: update to 7.2.

---
 srcpkgs/gcovr/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index 8ded8a6ff98e92..378643f400c4e3 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,17 +1,17 @@
 # Template file for 'gcovr'
 pkgname=gcovr
-version=4.2
-revision=7
+version=7.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments"
+depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments python3-colorlog"
 #checkdepends="$depends cmake flake8 python3-pytest-cov which"
 short_desc="Generates a simple report that summarizes the gcc code coverage"
 maintainer="Andre Klitzing <aklitzing@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://gcovr.com/"
 distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
-checksum=589d5cb7164c285192ed0837d3cc17001ba25211e24933f0ba7cb9cf38b8a30e
+checksum=17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad
 # requires unpackaged pyutilibs and ends up running code from examples, which require gcovr in PATH
 make_check=no
 

             reply	other threads:[~2024-04-27 14:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27 14:12 Gottox [this message]
2024-04-27 23:12 ` [PR PATCH] [Updated] " Gottox
2024-04-27 23:24 ` Gottox
2024-04-30  7:04 ` [PR PATCH] [Merged]: " Gottox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50056@inbox.vuxu.org \
    --to=gottox@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).