Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tarpaulin: update to 0.25.0, patch tests
@ 2023-02-16 16:19 dkwo
  2023-05-18  1:53 ` github-actions
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2023-02-16 16:19 UTC (permalink / raw)
  To: ml

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

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

* Re: tarpaulin: update to 0.25.0, patch tests
  2023-02-16 16:19 [PR PATCH] tarpaulin: update to 0.25.0, patch tests dkwo
@ 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
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-05-18  1:53 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42310#issuecomment-1552298223

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] tarpaulin: update to 0.25.0, patch tests
  2023-02-16 16:19 [PR PATCH] tarpaulin: update to 0.25.0, patch tests dkwo
  2023-05-18  1:53 ` github-actions
@ 2023-05-18 13:15 ` dkwo
  2023-06-24 14:32 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-05-18 13:15 UTC (permalink / raw)
  To: ml

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

There is an updated 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 eafd6ba236263685dccda3df170d1a5511a6390a 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

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

* Re: [PR PATCH] [Merged]: tarpaulin: update to 0.25.0, patch tests
  2023-02-16 16:19 [PR PATCH] tarpaulin: update to 0.25.0, patch tests dkwo
  2023-05-18  1:53 ` github-actions
  2023-05-18 13:15 ` [PR PATCH] [Updated] " dkwo
@ 2023-06-24 14:32 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-24 14:32 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

tarpaulin: update to 0.25.0, patch tests
https://github.com/void-linux/void-packages/pull/42310

Description:
- 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.

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

end of thread, other threads:[~2023-06-24 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 16:19 [PR PATCH] tarpaulin: update to 0.25.0, patch tests dkwo
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

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