Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-modules: update to 0.9.4.
@ 2023-10-15 19:00 icp1994
  2023-10-16  5:23 ` [PR PATCH] [Updated] " icp1994
  2023-10-17  7:42 ` [PR PATCH] [Merged]: cargo-modules: update to 0.10.0 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-10-15 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-modules
https://github.com/void-linux/void-packages/pull/46703

cargo-modules: update to 0.9.4.
#### 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/46703.patch is attached

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

From 059652463759d7627ee301c939a4abc43cb6ebc4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 15 Oct 2023 11:09:57 +0530
Subject: [PATCH] cargo-modules: update to 0.9.4.

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

diff --git a/srcpkgs/cargo-modules/template b/srcpkgs/cargo-modules/template
index 647e610930279..cbcacadc6f1f6 100644
--- a/srcpkgs/cargo-modules/template
+++ b/srcpkgs/cargo-modules/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-modules'
 pkgname=cargo-modules
-version=0.9.3
+version=0.9.4
 revision=1
 build_style=cargo
 short_desc="Cargo plugin to render crate's module/item structure as a tree or graph"
@@ -9,4 +9,4 @@ license="MPL-2.0"
 homepage="https://github.com/regexident/cargo-modules"
 changelog="https://raw.githubusercontent.com/regexident/cargo-modules/main/CHANGELOG.md"
 distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/${version}.tar.gz"
-checksum=a7bf566d0297801877dc70c6e02b9f1066909f4c3e37a4fb45b56fc5683901b7
+checksum=d12d55f16b6a8b0d09b673b22009ad2d85c988a196acaf341a2ea0e015292f8c

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

* Re: [PR PATCH] [Updated] cargo-modules: update to 0.9.4.
  2023-10-15 19:00 [PR PATCH] cargo-modules: update to 0.9.4 icp1994
@ 2023-10-16  5:23 ` icp1994
  2023-10-17  7:42 ` [PR PATCH] [Merged]: cargo-modules: update to 0.10.0 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-10-16  5:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages cargo-modules
https://github.com/void-linux/void-packages/pull/46703

cargo-modules: update to 0.9.4.
#### 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/46703.patch is attached

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

From 72b2fc74b8eaecef165c549058abc78acea7f962 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 15 Oct 2023 11:09:57 +0530
Subject: [PATCH] cargo-modules: update to 0.10.0

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

diff --git a/srcpkgs/cargo-modules/template b/srcpkgs/cargo-modules/template
index 647e610930279..ccdcf11de4808 100644
--- a/srcpkgs/cargo-modules/template
+++ b/srcpkgs/cargo-modules/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-modules'
 pkgname=cargo-modules
-version=0.9.3
+version=0.10.0
 revision=1
 build_style=cargo
 short_desc="Cargo plugin to render crate's module/item structure as a tree or graph"
@@ -9,4 +9,4 @@ license="MPL-2.0"
 homepage="https://github.com/regexident/cargo-modules"
 changelog="https://raw.githubusercontent.com/regexident/cargo-modules/main/CHANGELOG.md"
 distfiles="https://github.com/regexident/cargo-modules/archive/refs/tags/${version}.tar.gz"
-checksum=a7bf566d0297801877dc70c6e02b9f1066909f4c3e37a4fb45b56fc5683901b7
+checksum=441448832c5adc2fd61dee471a509e370f2f21cbf86f5d87b7ad3faf7a3d966a

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

* Re: [PR PATCH] [Merged]: cargo-modules: update to 0.10.0
  2023-10-15 19:00 [PR PATCH] cargo-modules: update to 0.9.4 icp1994
  2023-10-16  5:23 ` [PR PATCH] [Updated] " icp1994
@ 2023-10-17  7:42 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-17  7:42 UTC (permalink / raw)
  To: ml

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

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

cargo-modules: update to 0.10.0
https://github.com/void-linux/void-packages/pull/46703

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

end of thread, other threads:[~2023-10-17  7:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 19:00 [PR PATCH] cargo-modules: update to 0.9.4 icp1994
2023-10-16  5:23 ` [PR PATCH] [Updated] " icp1994
2023-10-17  7:42 ` [PR PATCH] [Merged]: cargo-modules: update to 0.10.0 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).