Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-edit: update to 0.11.3.
@ 2022-10-03 10:00 jcgruenhage
  2022-11-03  9:33 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2022-10-03 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-edit-0.11.3_1
https://github.com/void-linux/void-packages/pull/39661

cargo-edit: update to 0.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**


Blocked on Rust 1.64, because of workspace inheritance.
<!--
#### 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/39661.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-edit-0.11.3_1-39661.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From f8082480e3bba0fa27557d5202764c0d6b0adb46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 3 Oct 2022 11:59:57 +0200
Subject: [PATCH] cargo-edit: update to 0.11.3.

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

diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
index a795abbbda52..497b5772334a 100644
--- a/srcpkgs/cargo-edit/template
+++ b/srcpkgs/cargo-edit/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-edit'
 pkgname=cargo-edit
-version=0.11.1
+version=0.11.3
 revision=1
 archs="x86_64* i686* aarch64* arm*" # uses ring
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/killercup/cargo-edit"
 changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
 distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
-checksum=e907a6e98de63943fb4063b64aba5a7d3ff88748858ad141333d80d8f4ad8e9e
+checksum=fccee9fd2d9ceaaeda9543272874ea723e920e1c3aaa257086c9b099a61c675e
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] cargo-edit: update to 0.11.3.
  2022-10-03 10:00 [PR PATCH] cargo-edit: update to 0.11.3 jcgruenhage
@ 2022-11-03  9:33 ` jcgruenhage
  2022-11-03  9:40 ` jcgruenhage
  2022-11-08 20:43 ` [PR PATCH] [Merged]: cargo-edit: update to 0.11.5 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2022-11-03  9:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-edit-0.11.3_1
https://github.com/void-linux/void-packages/pull/39661

cargo-edit: update to 0.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**


Blocked on Rust 1.64, because of workspace inheritance.
<!--
#### 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/39661.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-edit-0.11.3_1-39661.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 9174e667591e969f02854d722b33062bc4ca8d2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 3 Oct 2022 11:59:57 +0200
Subject: [PATCH] cargo-edit: update to 0.11.3.

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

diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
index a795abbbda52..497b5772334a 100644
--- a/srcpkgs/cargo-edit/template
+++ b/srcpkgs/cargo-edit/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-edit'
 pkgname=cargo-edit
-version=0.11.1
+version=0.11.3
 revision=1
 archs="x86_64* i686* aarch64* arm*" # uses ring
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/killercup/cargo-edit"
 changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
 distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
-checksum=e907a6e98de63943fb4063b64aba5a7d3ff88748858ad141333d80d8f4ad8e9e
+checksum=fccee9fd2d9ceaaeda9543272874ea723e920e1c3aaa257086c9b099a61c675e
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] cargo-edit: update to 0.11.3.
  2022-10-03 10:00 [PR PATCH] cargo-edit: update to 0.11.3 jcgruenhage
  2022-11-03  9:33 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-03  9:40 ` jcgruenhage
  2022-11-08 20:43 ` [PR PATCH] [Merged]: cargo-edit: update to 0.11.5 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2022-11-03  9:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-edit-0.11.3_1
https://github.com/void-linux/void-packages/pull/39661

cargo-edit: update to 0.11.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**


Blocked on Rust 1.64, because of workspace inheritance.
<!--
#### 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/39661.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-edit-0.11.3_1-39661.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 33882f6887547578a6854ad26fe99abf97f76d14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 3 Oct 2022 11:59:57 +0200
Subject: [PATCH] cargo-edit: update to 0.11.5.

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

diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
index a795abbbda52..c8e9a44762ba 100644
--- a/srcpkgs/cargo-edit/template
+++ b/srcpkgs/cargo-edit/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-edit'
 pkgname=cargo-edit
-version=0.11.1
+version=0.11.5
 revision=1
 archs="x86_64* i686* aarch64* arm*" # uses ring
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/killercup/cargo-edit"
 changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
 distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
-checksum=e907a6e98de63943fb4063b64aba5a7d3ff88748858ad141333d80d8f4ad8e9e
+checksum=94a05e61af26163a82d529639a3c3859c3f2e0ffb94260fca0d5856f5ab62021
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: cargo-edit: update to 0.11.5.
  2022-10-03 10:00 [PR PATCH] cargo-edit: update to 0.11.3 jcgruenhage
  2022-11-03  9:33 ` [PR PATCH] [Updated] " jcgruenhage
  2022-11-03  9:40 ` jcgruenhage
@ 2022-11-08 20:43 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-11-08 20:43 UTC (permalink / raw)
  To: ml

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

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

cargo-edit: update to 0.11.5.
https://github.com/void-linux/void-packages/pull/39661

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:[~2022-11-08 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03 10:00 [PR PATCH] cargo-edit: update to 0.11.3 jcgruenhage
2022-11-03  9:33 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-03  9:40 ` jcgruenhage
2022-11-08 20:43 ` [PR PATCH] [Merged]: cargo-edit: update to 0.11.5 leahneukirchen

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