Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flavours: update to 0.7.1.
@ 2023-07-05  2:29 Newchair2644
  2023-07-05  3:48 ` [PR REVIEW] " classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Newchair2644 @ 2023-07-05  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Newchair2644/void-packages flavours
https://github.com/void-linux/void-packages/pull/44850

flavours: update to 0.7.1.
<!-- 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, (x86_64)
<!--
- 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/44850.patch is attached

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

From fac6d72fcd0c7c1ef49b79fffdd2b67cee82c793 Mon Sep 17 00:00:00 2001
From: Numair Dubas <Numair2644@protonmail.com>
Date: Tue, 4 Jul 2023 22:21:23 -0400
Subject: [PATCH] flavours: update to 0.7.1.

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

diff --git a/srcpkgs/flavours/template b/srcpkgs/flavours/template
index 7e5dfd626932..1f330d02a3a8 100644
--- a/srcpkgs/flavours/template
+++ b/srcpkgs/flavours/template
@@ -1,6 +1,6 @@
 # Template file for 'flavours'
 pkgname=flavours
-version=0.6.1
+version=0.7.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -9,7 +9,7 @@ maintainer="Numair Dubas <Numair2644@protonmail.com>"
 license="MIT"
 homepage="https://github.com/Misterio77/flavours"
 distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz
-checksum=48c7659031d399ff125a07b71419935946e0da8d3ef1817a9f89dda32c2dcac1
+checksum=207002728cc270d92f4cd437384925e767c611d30520ec8a29816dfe600d7f61
 
 post_build() {
 	FLAVOURS="target/${RUST_TARGET}/release/flavours"

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

* Re: [PR REVIEW] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
@ 2023-07-05  3:48 ` classabbyamp
  2023-07-05  3:48 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-07-05  3:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44850#discussion_r1252505122

Comment:
```suggestion
distfiles=https://github.com/Misterio77/flavours/archive/refs/tags/v${version}.tar.gz
```

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

* Re: [PR REVIEW] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
  2023-07-05  3:48 ` [PR REVIEW] " classabbyamp
@ 2023-07-05  3:48 ` classabbyamp
  2023-07-05  4:06 ` [PR PATCH] [Updated] " Newchair2644
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-07-05  3:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44850#discussion_r1252505179

Comment:
```suggestion
homepage="https://github.com/Misterio77/flavours"
changelog="https://raw.githubusercontent.com/Misterio77/flavours/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
  2023-07-05  3:48 ` [PR REVIEW] " classabbyamp
  2023-07-05  3:48 ` classabbyamp
@ 2023-07-05  4:06 ` Newchair2644
  2023-07-05  4:07 ` [PR REVIEW] " Newchair2644
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Newchair2644 @ 2023-07-05  4:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Newchair2644/void-packages flavours
https://github.com/void-linux/void-packages/pull/44850

flavours: update to 0.7.1.
<!-- 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, (x86_64)
<!--
- 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/44850.patch is attached

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

From fac6d72fcd0c7c1ef49b79fffdd2b67cee82c793 Mon Sep 17 00:00:00 2001
From: Numair Dubas <Numair2644@protonmail.com>
Date: Tue, 4 Jul 2023 22:21:23 -0400
Subject: [PATCH 1/2] flavours: update to 0.7.1.

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

diff --git a/srcpkgs/flavours/template b/srcpkgs/flavours/template
index 7e5dfd626932..1f330d02a3a8 100644
--- a/srcpkgs/flavours/template
+++ b/srcpkgs/flavours/template
@@ -1,6 +1,6 @@
 # Template file for 'flavours'
 pkgname=flavours
-version=0.6.1
+version=0.7.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -9,7 +9,7 @@ maintainer="Numair Dubas <Numair2644@protonmail.com>"
 license="MIT"
 homepage="https://github.com/Misterio77/flavours"
 distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz
-checksum=48c7659031d399ff125a07b71419935946e0da8d3ef1817a9f89dda32c2dcac1
+checksum=207002728cc270d92f4cd437384925e767c611d30520ec8a29816dfe600d7f61
 
 post_build() {
 	FLAVOURS="target/${RUST_TARGET}/release/flavours"

From 97ad235f58752fbd6db05280e3fd5252ab9d6235 Mon Sep 17 00:00:00 2001
From: Newchair2644 <69362192+Newchair2644@users.noreply.github.com>
Date: Wed, 5 Jul 2023 00:06:12 -0400
Subject: [PATCH 2/2] Update srcpkgs/flavours/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/flavours/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/flavours/template b/srcpkgs/flavours/template
index 1f330d02a3a8..6ec23451312b 100644
--- a/srcpkgs/flavours/template
+++ b/srcpkgs/flavours/template
@@ -8,6 +8,7 @@ short_desc="Simple and easy cli to build and use base16 schemes"
 maintainer="Numair Dubas <Numair2644@protonmail.com>"
 license="MIT"
 homepage="https://github.com/Misterio77/flavours"
+changelog="https://raw.githubusercontent.com/Misterio77/flavours/master/CHANGELOG.md"
 distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz
 checksum=207002728cc270d92f4cd437384925e767c611d30520ec8a29816dfe600d7f61
 

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

* Re: [PR REVIEW] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
                   ` (2 preceding siblings ...)
  2023-07-05  4:06 ` [PR PATCH] [Updated] " Newchair2644
@ 2023-07-05  4:07 ` Newchair2644
  2023-07-05  4:13 ` classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Newchair2644 @ 2023-07-05  4:07 UTC (permalink / raw)
  To: ml

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

New review comment by Newchair2644 on void-packages repository

https://github.com/void-linux/void-packages/pull/44850#discussion_r1252513146

Comment:
Thank you for the suggestions. Should I squash the commits?

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

* Re: [PR REVIEW] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
                   ` (3 preceding siblings ...)
  2023-07-05  4:07 ` [PR REVIEW] " Newchair2644
@ 2023-07-05  4:13 ` classabbyamp
  2023-07-05 11:33 ` [PR PATCH] [Updated] " Newchair2644
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-07-05  4:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44850#discussion_r1252515357

Comment:
yes please

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

* Re: [PR PATCH] [Updated] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
                   ` (4 preceding siblings ...)
  2023-07-05  4:13 ` classabbyamp
@ 2023-07-05 11:33 ` Newchair2644
  2023-07-05 11:37 ` [PR REVIEW] " Newchair2644
  2023-07-05 17:59 ` [PR PATCH] [Closed]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: Newchair2644 @ 2023-07-05 11:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Newchair2644/void-packages flavours
https://github.com/void-linux/void-packages/pull/44850

flavours: update to 0.7.1.
<!-- 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, (x86_64)
<!--
- 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/44850.patch is attached

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

From 6ca2a11be8a60a0e4239693863195eea3563d288 Mon Sep 17 00:00:00 2001
From: Numair Dubas <Numair2644@protonmail.com>
Date: Tue, 4 Jul 2023 22:21:23 -0400
Subject: [PATCH] flavours: update to 0.7.1.

Update srcpkgs/flavours/template

Co-authored-by: classabbyamp <void@placeviolette.net>

flavours: update to 0.7.1.
---
 srcpkgs/flavours/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/flavours/template b/srcpkgs/flavours/template
index 7e5dfd626932..afb58c057d56 100644
--- a/srcpkgs/flavours/template
+++ b/srcpkgs/flavours/template
@@ -1,6 +1,6 @@
 # Template file for 'flavours'
 pkgname=flavours
-version=0.6.1
+version=0.7.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -8,8 +8,9 @@ short_desc="Simple and easy cli to build and use base16 schemes"
 maintainer="Numair Dubas <Numair2644@protonmail.com>"
 license="MIT"
 homepage="https://github.com/Misterio77/flavours"
-distfiles=${homepage}/archive/refs/tags/v${version}.tar.gz
-checksum=48c7659031d399ff125a07b71419935946e0da8d3ef1817a9f89dda32c2dcac1
+changelog="https://raw.githubusercontent.com/Misterio77/flavours/master/CHANGELOG.md"
+distfiles=https://github.com/Misterio77/flavours/archive/refs/tags/v${version}.tar.gz
+checksum=207002728cc270d92f4cd437384925e767c611d30520ec8a29816dfe600d7f61
 
 post_build() {
 	FLAVOURS="target/${RUST_TARGET}/release/flavours"

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

* Re: [PR REVIEW] flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
                   ` (5 preceding siblings ...)
  2023-07-05 11:33 ` [PR PATCH] [Updated] " Newchair2644
@ 2023-07-05 11:37 ` Newchair2644
  2023-07-05 17:59 ` [PR PATCH] [Closed]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: Newchair2644 @ 2023-07-05 11:37 UTC (permalink / raw)
  To: ml

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

New review comment by Newchair2644 on void-packages repository

https://github.com/void-linux/void-packages/pull/44850#discussion_r1252978763

Comment:
Done. I also used an email I found on your packages because `xlint` was complaining about a noreply address.

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

* Re: [PR PATCH] [Closed]: flavours: update to 0.7.1.
  2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
                   ` (6 preceding siblings ...)
  2023-07-05 11:37 ` [PR REVIEW] " Newchair2644
@ 2023-07-05 17:59 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-07-05 17:59 UTC (permalink / raw)
  To: ml

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

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

flavours: update to 0.7.1.
https://github.com/void-linux/void-packages/pull/44850

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, (x86_64)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-07-05 17:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05  2:29 [PR PATCH] flavours: update to 0.7.1 Newchair2644
2023-07-05  3:48 ` [PR REVIEW] " classabbyamp
2023-07-05  3:48 ` classabbyamp
2023-07-05  4:06 ` [PR PATCH] [Updated] " Newchair2644
2023-07-05  4:07 ` [PR REVIEW] " Newchair2644
2023-07-05  4:13 ` classabbyamp
2023-07-05 11:33 ` [PR PATCH] [Updated] " Newchair2644
2023-07-05 11:37 ` [PR REVIEW] " Newchair2644
2023-07-05 17:59 ` [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).