Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grex: update to 1.4.0 and adopt
@ 2022-07-30 11:32 ishaanbhimwal
  2022-07-31  7:11 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ 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] 5+ messages in thread

* Re: grex: update to 1.4.0 and adopt
  2022-07-30 11:32 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
@ 2022-07-31  7:11 ` classabbyamp
  2022-07-31  7:18 ` ishaanbhimwal
  2022-07-31  7:19 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-31  7:11 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38368#issuecomment-1200364613

Comment:
why was the previous PR closed?

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

* Re: grex: update to 1.4.0 and adopt
  2022-07-30 11:32 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
  2022-07-31  7:11 ` classabbyamp
@ 2022-07-31  7:18 ` ishaanbhimwal
  2022-07-31  7:19 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: ishaanbhimwal @ 2022-07-31  7:18 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38368#issuecomment-1200365698

Comment:
tried my best but wasn't able to fix the rebase issue

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

* Re: [PR PATCH] [Merged]: grex: update to 1.4.0 and adopt
  2022-07-30 11:32 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
  2022-07-31  7:11 ` classabbyamp
  2022-07-31  7:18 ` ishaanbhimwal
@ 2022-07-31  7:19 ` classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-31  7:19 UTC (permalink / raw)
  To: ml

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

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

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

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

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

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

* [PR PATCH] grex: update to 1.4.0 and adopt
@ 2022-07-27 10:03 ishaanbhimwal
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2022-07-31  7:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-30 11:32 [PR PATCH] grex: update to 1.4.0 and adopt ishaanbhimwal
2022-07-31  7:11 ` classabbyamp
2022-07-31  7:18 ` ishaanbhimwal
2022-07-31  7:19 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2022-07-27 10:03 [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).