Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-crev: update to 0.23.3.
@ 2022-08-24 21:26 jcgruenhage
  2022-08-25 17:45 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-24 21:26 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.23.3_1
https://github.com/void-linux/void-packages/pull/38896

cargo-crev: update to 0.23.3.
<!-- 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/38896.patch is attached

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

From 5610de6e593582f89a61af92e8fa55a8c24b93cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 24 Aug 2022 23:26:01 +0200
Subject: [PATCH] cargo-crev: update to 0.23.3.

---
 srcpkgs/cargo-crev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
index 2c06721582ef..6a04e2869412 100644
--- a/srcpkgs/cargo-crev/template
+++ b/srcpkgs/cargo-crev/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-crev'
 pkgname=cargo-crev
-version=0.23.2
+version=0.23.3
 revision=1
 build_style=cargo
 make_install_args="--path ./cargo-crev"
@@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MPL-2.0, MIT, Apache-2.0"
 homepage="https://github.com/crev-dev/cargo-crev"
 distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
-checksum=b37ca10e252bcd352634aed7ea366dfa84900446dbd74888f3178c0c10068d10
+checksum=c66a057df87dda209ecca31d83da7ef04117a923d9bfcc88c0d505b30dabf29b
 
 post_install() {
 	vlicense LICENSE-APACHE

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

* Re: [PR REVIEW] cargo-crev: update to 0.23.3.
  2022-08-24 21:26 [PR PATCH] cargo-crev: update to 0.23.3 jcgruenhage
@ 2022-08-25 17:45 ` classabbyamp
  2022-08-28  9:44 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-25 17:45 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38896#discussion_r955256285

Comment:
```suggestion
homepage="https://github.com/crev-dev/cargo-crev"
changelog="https://raw.githubusercontent.com/crev-dev/cargo-crev/master/cargo-crev/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] cargo-crev: update to 0.23.3.
  2022-08-24 21:26 [PR PATCH] cargo-crev: update to 0.23.3 jcgruenhage
  2022-08-25 17:45 ` [PR REVIEW] " classabbyamp
@ 2022-08-28  9:44 ` jcgruenhage
  2022-08-28  9:45 ` [PR REVIEW] " jcgruenhage
  2022-08-28 10:56 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-28  9:44 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages cargo-crev-0.23.3_1
https://github.com/void-linux/void-packages/pull/38896

cargo-crev: update to 0.23.3.
<!-- 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/38896.patch is attached

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

From 8f7b656cd05e35551f06163719b9fea4a849477a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 24 Aug 2022 23:26:01 +0200
Subject: [PATCH] cargo-crev: update to 0.23.3.

---
 srcpkgs/cargo-crev/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
index 2c06721582ef..c9497a5e4497 100644
--- a/srcpkgs/cargo-crev/template
+++ b/srcpkgs/cargo-crev/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-crev'
 pkgname=cargo-crev
-version=0.23.2
+version=0.23.3
 revision=1
 build_style=cargo
 make_install_args="--path ./cargo-crev"
@@ -11,8 +11,9 @@ short_desc="Cryptographically verifiable code review system for cargo"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 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=b37ca10e252bcd352634aed7ea366dfa84900446dbd74888f3178c0c10068d10
+checksum=c66a057df87dda209ecca31d83da7ef04117a923d9bfcc88c0d505b30dabf29b
 
 post_install() {
 	vlicense LICENSE-APACHE

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

* Re: [PR REVIEW] cargo-crev: update to 0.23.3.
  2022-08-24 21:26 [PR PATCH] cargo-crev: update to 0.23.3 jcgruenhage
  2022-08-25 17:45 ` [PR REVIEW] " classabbyamp
  2022-08-28  9:44 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-08-28  9:45 ` jcgruenhage
  2022-08-28 10:56 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-28  9:45 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38896#discussion_r956699559

Comment:
Changelog added, thanks for the hint

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

* Re: [PR PATCH] [Merged]: cargo-crev: update to 0.23.3.
  2022-08-24 21:26 [PR PATCH] cargo-crev: update to 0.23.3 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-08-28  9:45 ` [PR REVIEW] " jcgruenhage
@ 2022-08-28 10:56 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-28 10:56 UTC (permalink / raw)
  To: ml

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

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

cargo-crev: update to 0.23.3.
https://github.com/void-linux/void-packages/pull/38896

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


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

end of thread, other threads:[~2022-08-28 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 21:26 [PR PATCH] cargo-crev: update to 0.23.3 jcgruenhage
2022-08-25 17:45 ` [PR REVIEW] " classabbyamp
2022-08-28  9:44 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-28  9:45 ` [PR REVIEW] " jcgruenhage
2022-08-28 10:56 ` [PR PATCH] [Merged]: " classabbyamp

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