Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-crev: update to 0.25.5.
@ 2023-12-15 18:54 jcgruenhage
  0 siblings, 0 replies; only message in thread
From: jcgruenhage @ 2023-12-15 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.25.5_1
https://github.com/void-linux/void-packages/pull/47773

cargo-crev: update to 0.25.5.
<!-- 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**|**NO**
-->

<!-- 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/47773.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.25.5_1-47773.patch --]
[-- Type: text/x-diff, Size: 3150 bytes --]

From 63ef54411902d858e8bfc40691a73dec52312dfd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 15 Dec 2023 19:53:35 +0100
Subject: [PATCH] cargo-crev: update to 0.25.5.

---
 ...ix-index-guix-dependency-of-crevette.patch | 40 +++++++++++++++++++
 srcpkgs/cargo-crev/template                   |  6 +--
 2 files changed, 43 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch

diff --git a/srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch b/srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch
new file mode 100644
index 0000000000000..59656ae95c0c9
--- /dev/null
+++ b/srcpkgs/cargo-crev/patches/0001-fix-index-guix-dependency-of-crevette.patch
@@ -0,0 +1,40 @@
+From ad3ba20d878a410a92d496beb7cf8ddf1f18e739 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
+ <jan.christian@gruenhage.xyz>
+Date: Fri, 15 Dec 2023 19:38:11 +0100
+Subject: [PATCH] fix index-guix dependency of crevette
+
+---
+ Cargo.lock          | 2 ++
+ crevette/Cargo.toml | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/Cargo.lock b/Cargo.lock
+index 7ab97e0..0416f03 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -3341,6 +3341,8 @@ dependencies = [
+ [[package]]
+ name = "index-guix"
+ version = "1.0.0"
++source = "registry+https://github.com/rust-lang/crates.io-index"
++checksum = "bd5527d0b9a90f16299c4db9a1c93c74089abe2e38dbd640b69e4afc378038e3"
+ dependencies = [
+  "gix 0.55.2",
+  "nom",
+diff --git a/crevette/Cargo.toml b/crevette/Cargo.toml
+index f40ed63..0acd77d 100644
+--- a/crevette/Cargo.toml
++++ b/crevette/Cargo.toml
+@@ -23,7 +23,7 @@ toml_edit = { version = "0.21.0", features = ["serde"] }
+ cargo_author = { version = "1.0.6", optional = true }
+ flate2 = { version = "1.0.28", optional = true }
+ index-debcargo = { version = "1.1.0", optional = true }
+-index-guix = { version = "1.0.0", optional = true, path = "../../index-guix" }
++index-guix = { version = "1.0.0", optional = true }
+ reqwest = { version = "0.11.22", features = ["blocking"], optional = true }
+ 
+ [features]
+-- 
+2.43.0
+
diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
index 168b688a73815..9e08bd5a58b2f 100644
--- a/srcpkgs/cargo-crev/template
+++ b/srcpkgs/cargo-crev/template
@@ -1,7 +1,7 @@
 # Template file for 'cargo-crev'
 pkgname=cargo-crev
-version=0.23.3
-revision=3
+version=0.25.5
+revision=1
 build_style=cargo
 make_install_args="--path ./cargo-crev"
 make_check_args="-- --skip creates_new_id_implicitly"
@@ -13,7 +13,7 @@ license="MPL-2.0, MIT, Apache-2.0"
 homepage="https://github.com/crev-dev/cargo-crev"
 changelog="https://raw.githubusercontent.com/crev-dev/cargo-crev/master/cargo-crev/CHANGELOG.md"
 distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
-checksum=c66a057df87dda209ecca31d83da7ef04117a923d9bfcc88c0d505b30dabf29b
+checksum=3c26e9abb31ad008f2e1ced8c7b9b859027ce09d4b34fdf363dbf3a07626dca4
 
 post_install() {
 	vlicense LICENSE-APACHE

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-15 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15 18:54 [PR PATCH] cargo-crev: update to 0.25.5 jcgruenhage

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