Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grex: update to 1.4.0 and adopt
@ 2022-07-27 10:03 ishaanbhimwal
  2022-07-29  7:28 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-27 10:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages grex
https://github.com/void-linux/void-packages/pull/38305

grex: update to 1.4.0 and adopt
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->

I have taken permission from @NeelChotai to adopt.

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

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

From 0d752124884613ab9c611fb8cd5c5a14702ceb73 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Wed, 27 Jul 2022 15:26:19 +0530
Subject: [PATCH] grex: update to 1.4.0 and adopt

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

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index dd4bb9f0ad87..8d3d2076ce55 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,14 +1,14 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.3.0
+version=1.4.0
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
-maintainer="Neel Chotai <neel@chot.ai>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/pemistahl/grex"
 distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
-checksum=a330ce004fcfdd8958d057a5ae07a85b6546de585fe7d9060d05f0ada7f7686b
+checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
 
 post_install() {
 	vdoc README.md

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

* Re: [PR REVIEW] grex: update to 1.4.0 and adopt
  2022-07-27 10:03 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
@ 2022-07-29  7:28 ` classabbyamp
  2022-07-29  7:49 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-29  7:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38305#discussion_r932947910

Comment:
```suggestion
homepage="https://github.com/pemistahl/grex"
changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
```

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

* Re: [PR PATCH] [Updated] grex: update to 1.4.0 and adopt
  2022-07-27 10:03 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
  2022-07-29  7:28 ` [PR REVIEW] " classabbyamp
@ 2022-07-29  7:49 ` ishaanbhimwal
  2022-07-30 11:18 ` ishaanbhimwal
  2022-07-30 11:32 ` [PR PATCH] [Closed]: " ishaanbhimwal
  3 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-29  7:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages grex
https://github.com/void-linux/void-packages/pull/38305

grex: update to 1.4.0 and adopt
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->

I have taken permission from @NeelChotai to adopt.

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

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

From 014a266cc945cea365d2d330175ddfe8bc40e11f Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Wed, 27 Jul 2022 15:26:19 +0530
Subject: [PATCH] grex: update to 1.4.0 and adopt

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

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index dd4bb9f0ad87..8204541bf6f1 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,14 +1,15 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.3.0
+version=1.4.0
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
-maintainer="Neel Chotai <neel@chot.ai>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 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=a330ce004fcfdd8958d057a5ae07a85b6546de585fe7d9060d05f0ada7f7686b
+checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Updated] grex: update to 1.4.0 and adopt
  2022-07-27 10:03 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
  2022-07-29  7:28 ` [PR REVIEW] " classabbyamp
  2022-07-29  7:49 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-30 11:18 ` ishaanbhimwal
  2022-07-30 11:32 ` [PR PATCH] [Closed]: " ishaanbhimwal
  3 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-30 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages grex
https://github.com/void-linux/void-packages/pull/38305

grex: update to 1.4.0 and adopt
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->

I have taken permission from @NeelChotai to adopt.

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

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

From a7fe4fc6ad9621d2230b64f388585fdf2cca9ecb Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Wed, 27 Jul 2022 15:26:19 +0530
Subject: [PATCH] grex: update to 1.4.0 and adopt

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

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index dd4bb9f0ad87..8204541bf6f1 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,14 +1,15 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.3.0
+version=1.4.0
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
-maintainer="Neel Chotai <neel@chot.ai>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 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=a330ce004fcfdd8958d057a5ae07a85b6546de585fe7d9060d05f0ada7f7686b
+checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
 
 post_install() {
 	vdoc README.md

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

* Re: [PR PATCH] [Closed]: grex: update to 1.4.0 and adopt
  2022-07-27 10:03 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
                   ` (2 preceding siblings ...)
  2022-07-30 11:18 ` ishaanbhimwal
@ 2022-07-30 11:32 ` ishaanbhimwal
  3 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-30 11:32 UTC (permalink / raw)
  To: ml

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

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

grex: update to 1.4.0 and adopt
https://github.com/void-linux/void-packages/pull/38305

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->

I have taken permission from @NeelChotai to adopt.

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

* [PR PATCH] grex: update to 1.4.0 and adopt
@ 2022-07-30 11:32 ishaanbhimwal
  0 siblings, 0 replies; 6+ messages in thread
From: ishaanbhimwal @ 2022-07-30 11:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages grex-fix
https://github.com/void-linux/void-packages/pull/38368

grex: update to 1.4.0 and adopt
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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
-->

@classabbyamp https://github.com/void-linux/void-packages/pull/38305

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

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

From f37fbe94c0b3b4eaf4ecd3e284b81b7a27113eec Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Sat, 30 Jul 2022 16:56:32 +0530
Subject: [PATCH] grex: update to 1.4.0 and adopt

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

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index dd4bb9f0ad87..8204541bf6f1 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -1,14 +1,15 @@
 # Template file for 'grex'
 pkgname=grex
-version=1.3.0
+version=1.4.0
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
-maintainer="Neel Chotai <neel@chot.ai>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 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=a330ce004fcfdd8958d057a5ae07a85b6546de585fe7d9060d05f0ada7f7686b
+checksum=38610a97665a30a3b66519df41f979a39a0503d2e9ac6e1e3e3394ec305e7987
 
 post_install() {
 	vdoc README.md

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

end of thread, other threads:[~2022-07-30 11:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 10:03 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
2022-07-29  7:28 ` [PR REVIEW] " classabbyamp
2022-07-29  7:49 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-30 11:18 ` ishaanbhimwal
2022-07-30 11:32 ` [PR PATCH] [Closed]: " ishaanbhimwal
2022-07-30 11:32 [PR PATCH] " ishaanbhimwal

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