Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-edit: update to 0.12.0.
@ 2023-05-26 19:08 icp1994
  2023-06-09  2:08 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: icp1994 @ 2023-05-26 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-edit
https://github.com/void-linux/void-packages/pull/44104

cargo-edit: update to 0.12.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/44104.patch is attached

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

From 48e171290983bd78a0066e00e96c9a25a1e13497 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 26 May 2023 20:26:37 +0530
Subject: [PATCH] cargo-edit: update to 0.12.0.

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

diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
index e8cf16b500cb..65a225435c87 100644
--- a/srcpkgs/cargo-edit/template
+++ b/srcpkgs/cargo-edit/template
@@ -1,10 +1,10 @@
 # Template file for 'cargo-edit'
 pkgname=cargo-edit
-version=0.11.11
+version=0.12.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # uses ring
 build_style=cargo
-configure_args="--no-default-features -F add,rm,upgrade,set-version"
+configure_args="--no-default-features -F add,upgrade,set-version"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel libgit2-devel"
 short_desc="Utility for managing cargo dependencies from the command line"
@@ -13,7 +13,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/refs/tags/v${version}.tar.gz"
-checksum=9ce140e840498d61c1573ff4206214d0c41c8db24048f0f0f27b7f4464310f9a
+checksum=a8168ea2320c095f55d2b32f8bede8c814dcdc4290c250df36dc8ce0f6fb2095
 
 post_install() {
 	vlicense LICENSE

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

* Re: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
@ 2023-06-09  2:08 ` classabbyamp
  2023-06-09  2:08 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-06-09  2:08 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44104#issuecomment-1583833555

Comment:
what's the different between cargo's `cargo add` and cargo-edit's `cargo add`

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

* Re: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
  2023-06-09  2:08 ` classabbyamp
@ 2023-06-09  2:08 ` classabbyamp
  2023-06-09  6:45 ` [PR PATCH] [Updated] " icp1994
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-06-09  2:08 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44104#issuecomment-1583833555

Comment:
what's the different between cargo's `cargo add` and cargo-edit's `cargo add`?

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

* Re: [PR PATCH] [Updated] cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
  2023-06-09  2:08 ` classabbyamp
  2023-06-09  2:08 ` classabbyamp
@ 2023-06-09  6:45 ` icp1994
  2023-06-09  6:46 ` icp1994
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-06-09  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-edit
https://github.com/void-linux/void-packages/pull/44104

cargo-edit: update to 0.12.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/44104.patch is attached

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

From 6f65311f96e54cd4994d1003862b487df450c324 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 26 May 2023 20:26:37 +0530
Subject: [PATCH] cargo-edit: update to 0.12.0.

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

diff --git a/srcpkgs/cargo-edit/template b/srcpkgs/cargo-edit/template
index e8cf16b500cb..c6f1015c91a2 100644
--- a/srcpkgs/cargo-edit/template
+++ b/srcpkgs/cargo-edit/template
@@ -1,10 +1,10 @@
 # Template file for 'cargo-edit'
 pkgname=cargo-edit
-version=0.11.11
+version=0.12.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # uses ring
 build_style=cargo
-configure_args="--no-default-features -F add,rm,upgrade,set-version"
+configure_args="--no-default-features -F upgrade,set-version"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel libgit2-devel"
 short_desc="Utility for managing cargo dependencies from the command line"
@@ -13,7 +13,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/refs/tags/v${version}.tar.gz"
-checksum=9ce140e840498d61c1573ff4206214d0c41c8db24048f0f0f27b7f4464310f9a
+checksum=a8168ea2320c095f55d2b32f8bede8c814dcdc4290c250df36dc8ce0f6fb2095
 
 post_install() {
 	vlicense LICENSE

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

* Re: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
                   ` (2 preceding siblings ...)
  2023-06-09  6:45 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-09  6:46 ` icp1994
  2023-06-09  6:57 ` classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-06-09  6:46 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44104#issuecomment-1584059907

Comment:
Nothing, was merged in cargo long time ago.

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

* Re: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
                   ` (3 preceding siblings ...)
  2023-06-09  6:46 ` icp1994
@ 2023-06-09  6:57 ` classabbyamp
  2023-06-09  8:27 ` icp1994
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-06-09  6:57 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44104#issuecomment-1584070343

Comment:
it's no longer linking to libgit2: https://github.com/void-linux/void-packages/actions/runs/5219079314/jobs/9420509876?pr=44104#step:9:51

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

* Re: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
                   ` (4 preceding siblings ...)
  2023-06-09  6:57 ` classabbyamp
@ 2023-06-09  8:27 ` icp1994
  2023-06-10 12:48 ` classabbyamp
  2023-06-10 12:48 ` [PR PATCH] [Closed]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-06-09  8:27 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44104#issuecomment-1584177546

Comment:
No idea why it's building the vendored code. It worked last time https://github.com/void-linux/void-packages/actions/runs/5039350583/jobs/9037435880?pr=44020#step:7:1071

I wish they would just merge https://github.com/rust-lang/git2-rs/pull/939 - would make life easier.

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

* Re: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
                   ` (5 preceding siblings ...)
  2023-06-09  8:27 ` icp1994
@ 2023-06-10 12:48 ` classabbyamp
  2023-06-10 12:48 ` [PR PATCH] [Closed]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-06-10 12:48 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44104#issuecomment-1585651978

Comment:
integrated into #43435

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

* Re: [PR PATCH] [Closed]: cargo-edit: update to 0.12.0.
  2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
                   ` (6 preceding siblings ...)
  2023-06-10 12:48 ` classabbyamp
@ 2023-06-10 12:48 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-06-10 12:48 UTC (permalink / raw)
  To: ml

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

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

cargo-edit: update to 0.12.0.
https://github.com/void-linux/void-packages/pull/44104

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-06-10 12:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 19:08 [PR PATCH] cargo-edit: update to 0.12.0 icp1994
2023-06-09  2:08 ` classabbyamp
2023-06-09  2:08 ` classabbyamp
2023-06-09  6:45 ` [PR PATCH] [Updated] " icp1994
2023-06-09  6:46 ` icp1994
2023-06-09  6:57 ` classabbyamp
2023-06-09  8:27 ` icp1994
2023-06-10 12:48 ` classabbyamp
2023-06-10 12:48 ` [PR PATCH] [Closed]: " 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).