Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] tarpaulin: update to 0.25.0, patch tests
Date: Thu, 16 Feb 2023 17:19:48 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42310@inbox.vuxu.org> (raw)

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

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

https://github.com/dkwo/void-packages O3tar
https://github.com/void-linux/void-packages/pull/42310

tarpaulin: update to 0.25.0, patch tests
- I tested the changes in this PR: **NO**
- I built this PR locally for my native architecture, (x86_64-musl)

update so that it builds with openssl3 #37681 , patch out a few tests.

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

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

From 97d033f1dfd15a0b06d35104b7061b35b95c4493 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 16 Feb 2023 11:16:08 -0500
Subject: [PATCH] tarpaulin: update to 0.25.0, patch tests

---
 srcpkgs/tarpaulin/patches/0.20.1-tests.patch | 18 ++++++++++++++++++
 srcpkgs/tarpaulin/patches/0.25.0-tests.patch | 16 ++++++++++++++++
 srcpkgs/tarpaulin/template                   |  4 ++--
 3 files changed, 36 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/tarpaulin/patches/0.20.1-tests.patch
 create mode 100644 srcpkgs/tarpaulin/patches/0.25.0-tests.patch

diff --git a/srcpkgs/tarpaulin/patches/0.20.1-tests.patch b/srcpkgs/tarpaulin/patches/0.20.1-tests.patch
new file mode 100644
index 000000000000..eb89bf66d9be
--- /dev/null
+++ b/srcpkgs/tarpaulin/patches/0.20.1-tests.patch
@@ -0,0 +1,18 @@
+From: https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.20.1-tests.patch
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 12f578a..e8e27dd 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -15,10 +15,6 @@ build = "build.rs"
+ [[bin]]
+ name = "cargo-tarpaulin"
+ 
+-[[test]]
+-name = "integration"
+-path = "tests/mod.rs"
+-
+ [dependencies]
+ cargo_metadata = "0.14"
+ chrono = "0.4"
+
diff --git a/srcpkgs/tarpaulin/patches/0.25.0-tests.patch b/srcpkgs/tarpaulin/patches/0.25.0-tests.patch
new file mode 100644
index 000000000000..ddfc333d6c8e
--- /dev/null
+++ b/srcpkgs/tarpaulin/patches/0.25.0-tests.patch
@@ -0,0 +1,16 @@
+From: https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-util/cargo-tarpaulin/files/cargo-tarpaulin-0.25.0-tests.patch
+
+diff --git a/src/report/coveralls.rs b/src/report/coveralls.rs
+index 5541e21..7feea1a 100644
+--- a/src/report/coveralls.rs
++++ b/src/report/coveralls.rs
+@@ -148,7 +148,7 @@ mod tests {
+     use super::*;
+     use std::process::Command;
+ 
+-    #[test]
++    #[test] #[ignore]
+     fn git_info_correct() {
+         let manifest = Path::new(env!("CARGO_MANIFEST_DIR")).join("Cargo.toml");
+         let res = match get_git_info(&manifest) {
+
diff --git a/srcpkgs/tarpaulin/template b/srcpkgs/tarpaulin/template
index 1b1dea55d0b3..07f40c6892e7 100644
--- a/srcpkgs/tarpaulin/template
+++ b/srcpkgs/tarpaulin/template
@@ -1,6 +1,6 @@
 # Template file for 'tarpaulin'
 pkgname=tarpaulin
-version=0.18.5
+version=0.25.0
 revision=1
 archs="x86_64*"
 build_style=cargo
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/xd009642/tarpaulin"
 distfiles="https://github.com/xd009642/tarpaulin/archive/${version}.tar.gz"
-checksum=08b9ac70a6e857fe9b2d39db39a7f3b67f2934be873fa44de405a9d206df4eb7
+checksum=3dde8f50a6e9eb6948062556a6125ce6d27ebe36ca808b5dd3fc7b9c8ed10112
 
 post_install() {
 	vlicense LICENSE-MIT

             reply	other threads:[~2023-02-16 16:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 16:19 dkwo [this message]
2023-05-18  1:53 ` github-actions
2023-05-18 13:15 ` [PR PATCH] [Updated] " dkwo
2023-06-24 14:32 ` [PR PATCH] [Merged]: " Duncaen

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-42310@inbox.vuxu.org \
    --to=dkwo@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).