Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-update: update to 13.0.0.
@ 2023-04-02  9:57 jcgruenhage
  2023-04-02 19:41 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2023-04-02  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-13.0.0_1
https://github.com/void-linux/void-packages/pull/43183

cargo-update: update to 13.0.0.
<!-- 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/43183.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-13.0.0_1-43183.patch --]
[-- Type: text/x-diff, Size: 1206 bytes --]

From 77035ffb3b51aef28c35e5473aba419fffd1ae77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 2 Apr 2023 11:57:37 +0200
Subject: [PATCH] cargo-update: update to 13.0.0.

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

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
index ea2c25272a88..536fe3c18b20 100644
--- a/srcpkgs/cargo-update/template
+++ b/srcpkgs/cargo-update/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-update'
 pkgname=cargo-update
-version=12.0.0
+version=13.0.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config go-md2man"
@@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/nabijaczleweli/cargo-update"
 distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
-checksum=fd2e7d90487a2fede33cd3579d9509a208c119955205565ea578fc7502ba1201
+checksum=e3229e85ec015439008e3d6acdafa0872e077595aa1d97d2ef0de8fbddb5fe3e
 
 # on i686, unexpected index dir hashes are generated
 if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then

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

* Re: [PR REVIEW] cargo-update: update to 13.0.0.
  2023-04-02  9:57 [PR PATCH] cargo-update: update to 13.0.0 jcgruenhage
@ 2023-04-02 19:41 ` paper42
  2023-04-03  6:47 ` [PR PATCH] [Updated] " jcgruenhage
  2023-04-06 16:40 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-04-02 19:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43183#discussion_r1155364935

Comment:
they don't write a changelog to a text file, but the releases page contains the release notes
```suggestion
homepage="https://github.com/nabijaczleweli/cargo-update"
changelog="https://github.com/nabijaczleweli/cargo-update/releases"
```

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

* Re: [PR PATCH] [Updated] cargo-update: update to 13.0.0.
  2023-04-02  9:57 [PR PATCH] cargo-update: update to 13.0.0 jcgruenhage
  2023-04-02 19:41 ` [PR REVIEW] " paper42
@ 2023-04-03  6:47 ` jcgruenhage
  2023-04-06 16:40 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2023-04-03  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-13.0.0_1
https://github.com/void-linux/void-packages/pull/43183

cargo-update: update to 13.0.0.
<!-- 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/43183.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-13.0.0_1-43183.patch --]
[-- Type: text/x-diff, Size: 1342 bytes --]

From c33ec083e3edca14aac0c723994f272fc38edd42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 2 Apr 2023 11:57:37 +0200
Subject: [PATCH] cargo-update: update to 13.0.0.

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

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
index ea2c25272a88..f892886fca3f 100644
--- a/srcpkgs/cargo-update/template
+++ b/srcpkgs/cargo-update/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-update'
 pkgname=cargo-update
-version=12.0.0
+version=13.0.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config go-md2man"
@@ -9,8 +9,9 @@ short_desc="Cargo subcommand for updates to installed executables"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/nabijaczleweli/cargo-update"
+changelog="https://github.com/nabijaczleweli/cargo-update/releases"
 distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
-checksum=fd2e7d90487a2fede33cd3579d9509a208c119955205565ea578fc7502ba1201
+checksum=e3229e85ec015439008e3d6acdafa0872e077595aa1d97d2ef0de8fbddb5fe3e
 
 # on i686, unexpected index dir hashes are generated
 if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then

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

* Re: [PR PATCH] [Merged]: cargo-update: update to 13.0.0.
  2023-04-02  9:57 [PR PATCH] cargo-update: update to 13.0.0 jcgruenhage
  2023-04-02 19:41 ` [PR REVIEW] " paper42
  2023-04-03  6:47 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-04-06 16:40 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-04-06 16:40 UTC (permalink / raw)
  To: ml

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

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

cargo-update: update to 13.0.0.
https://github.com/void-linux/void-packages/pull/43183

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] 4+ messages in thread

end of thread, other threads:[~2023-04-06 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02  9:57 [PR PATCH] cargo-update: update to 13.0.0 jcgruenhage
2023-04-02 19:41 ` [PR REVIEW] " paper42
2023-04-03  6:47 ` [PR PATCH] [Updated] " jcgruenhage
2023-04-06 16:40 ` [PR PATCH] [Merged]: " paper42

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