Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grex: update to 1.4.1
@ 2022-11-07 22:39 cinerea0
  2022-11-07 23:28 ` [PR PATCH] [Updated] " cinerea0
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cinerea0 @ 2022-11-07 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages grex
https://github.com/void-linux/void-packages/pull/40377

grex: update to 1.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From d77417e0da4c2cae5844482da1fb034729e31548 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 7 Nov 2022 17:38:10 -0500
Subject: [PATCH] grex: update to 1.4.1

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

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index 8204541bf6f1..61c10181dc92 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,6 +1,6 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.4.0
+version=1.4.1
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
@@ -9,7 +9,7 @@ license="Apache-2.0"
 homepage="https://github.com/pemistahl/grex"
 changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
 distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
-checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
+checksum=8413aae520d696969525961438d22e31cd966058ce3510e91e77da18603c96b9
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Updated] grex: update to 1.4.1
  2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
@ 2022-11-07 23:28 ` cinerea0
  2022-11-09  9:01 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2022-11-07 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages grex
https://github.com/void-linux/void-packages/pull/40377

grex: update to 1.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From a286005a0f8f83cf6c3a60f8b98842692adec89d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 7 Nov 2022 18:28:17 -0500
Subject: [PATCH] grex: update to 1.4.1

---
 srcpkgs/grex/patches/force-std-indexmap.patch | 13 +++++++++++++
 srcpkgs/grex/template                         |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/grex/patches/force-std-indexmap.patch

diff --git a/srcpkgs/grex/patches/force-std-indexmap.patch b/srcpkgs/grex/patches/force-std-indexmap.patch
new file mode 100644
index 000000000000..441d2ef50ddd
--- /dev/null
+++ b/srcpkgs/grex/patches/force-std-indexmap.patch
@@ -0,0 +1,13 @@
+# Drop when using petgraph version greater than 0.6.2
+diff --git a/Cargo.toml b/Cargo.toml
+index 3aa40a65cb..f5b93e8978 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -38,6 +38,7 @@ itertools = "0.10.5"
+ lazy_static = "1.4.0"
+ ndarray = "0.15.6"
+ petgraph = {version = "0.6.2", default-features = false, features = ["stable_graph"]}
++indexmap = {version = "1.7", features = ["std"] }
+ regex = "1.6.0"
+ unic-char-range = "0.9.0"
+ unic-ucd-category = "0.9.0"
diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index 8204541bf6f1..61c10181dc92 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,6 +1,6 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.4.0
+version=1.4.1
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
@@ -9,7 +9,7 @@ license="Apache-2.0"
 homepage="https://github.com/pemistahl/grex"
 changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
 distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
-checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
+checksum=8413aae520d696969525961438d22e31cd966058ce3510e91e77da18603c96b9
 
 post_install() {
 	vdoc README.md

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

* Re: [PR REVIEW] grex: update to 1.4.1
  2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
  2022-11-07 23:28 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-09  9:01 ` classabbyamp
  2022-11-09 15:31 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-09  9:01 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40377#discussion_r1017650337

Comment:
I assume this is the autocfg issue? could this be done with `cargo update --package autocfg:X.Y.Z --precise A.B.C` like most of the other packages with indexmap/autocfg issues?

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

* Re: [PR PATCH] [Updated] grex: update to 1.4.1
  2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
  2022-11-07 23:28 ` [PR PATCH] [Updated] " cinerea0
  2022-11-09  9:01 ` [PR REVIEW] " classabbyamp
@ 2022-11-09 15:31 ` cinerea0
  2022-11-09 15:55 ` cinerea0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2022-11-09 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages grex
https://github.com/void-linux/void-packages/pull/40377

grex: update to 1.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From ae46184ddd6bf19b65bfff7b462f5d855ce6518d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 9 Nov 2022 10:31:08 -0500
Subject: [PATCH] grex: update to 1.4.1

---
 srcpkgs/grex/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index 8204541bf6f1..9297e9cb4f30 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,6 +1,6 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.4.0
+version=1.4.1
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
@@ -9,7 +9,12 @@ license="Apache-2.0"
 homepage="https://github.com/pemistahl/grex"
 changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
 distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
-checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
+checksum=8413aae520d696969525961438d22e31cd966058ce3510e91e77da18603c96b9
+
+post_patch() {
+	# fixes an indexmap error when cross compiling
+	cargo update --package autocfg --precise 1.1.0
+}
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Updated] grex: update to 1.4.1
  2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
                   ` (2 preceding siblings ...)
  2022-11-09 15:31 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-09 15:55 ` cinerea0
  2022-11-09 16:18 ` [PR REVIEW] " cinerea0
  2022-11-09 18:06 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2022-11-09 15:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages grex
https://github.com/void-linux/void-packages/pull/40377

grex: update to 1.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From b9fd03bf3eb4795ee3b09a1b876e95cdc3ccc008 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 9 Nov 2022 10:52:43 -0500
Subject: [PATCH] grex: update to 1.4.1

---
 srcpkgs/grex/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index 8204541bf6f1..53bd5dd4eb55 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,6 +1,6 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.4.0
+version=1.4.1
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
@@ -9,7 +9,12 @@ license="Apache-2.0"
 homepage="https://github.com/pemistahl/grex"
 changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
 distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
-checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
+checksum=8413aae520d696969525961438d22e31cd966058ce3510e91e77da18603c96b9
+
+post_patch() {
+	# fixes an indexmap error when cross compiling
+	cargo update --package autocfg:1.0.1 --precise 1.1.0
+}
 
 post_install() {
 	vdoc README.md

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

* Re: [PR REVIEW] grex: update to 1.4.1
  2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
                   ` (3 preceding siblings ...)
  2022-11-09 15:55 ` cinerea0
@ 2022-11-09 16:18 ` cinerea0
  2022-11-09 18:06 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2022-11-09 16:18 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40377#discussion_r1018149856

Comment:
Thanks, that fixes it without having to add a patch.

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

* Re: [PR PATCH] [Merged]: grex: update to 1.4.1
  2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
                   ` (4 preceding siblings ...)
  2022-11-09 16:18 ` [PR REVIEW] " cinerea0
@ 2022-11-09 18:06 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-09 18:06 UTC (permalink / raw)
  To: ml

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

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

grex: update to 1.4.1
https://github.com/void-linux/void-packages/pull/40377

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


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

end of thread, other threads:[~2022-11-09 18:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 22:39 [PR PATCH] grex: update to 1.4.1 cinerea0
2022-11-07 23:28 ` [PR PATCH] [Updated] " cinerea0
2022-11-09  9:01 ` [PR REVIEW] " classabbyamp
2022-11-09 15:31 ` [PR PATCH] [Updated] " cinerea0
2022-11-09 15:55 ` cinerea0
2022-11-09 16:18 ` [PR REVIEW] " cinerea0
2022-11-09 18:06 ` [PR PATCH] [Merged]: " 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).