Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grip: update to 4.6.1.
@ 2022-08-18  2:01 eljamm
  2022-08-18  2:03 ` [PR REVIEW] " classabbyamp
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 03a0077385c4bd142112946e17dc9ba5e4f80c23 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

---
 srcpkgs/grip/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..c3f4551847c8 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,16 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
@ 2022-08-18  2:03 ` classabbyamp
  2022-08-18  2:03 ` classabbyamp
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#discussion_r948584390

Comment:
wrap this at ~80 chars (or the nearest space)

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

* Re: [PR REVIEW] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
  2022-08-18  2:03 ` [PR REVIEW] " classabbyamp
@ 2022-08-18  2:03 ` classabbyamp
  2022-08-18  2:04 ` [PR PATCH] [Updated] " eljamm
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#discussion_r948584473

Comment:
```suggestion
homepage="https://github.com/joeyespo/grip"
changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
```

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
  2022-08-18  2:03 ` [PR REVIEW] " classabbyamp
  2022-08-18  2:03 ` classabbyamp
@ 2022-08-18  2:04 ` eljamm
  2022-08-18  2:05 ` eljamm
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 03a0077385c4bd142112946e17dc9ba5e4f80c23 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH 1/2] grip: update to 4.6.1.

---
 srcpkgs/grip/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..c3f4551847c8 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,16 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

From eaffffaff98830097f21d7379da6b855e8ddc522 Mon Sep 17 00:00:00 2001
From: Fedi Jamoussi <83901271+eljamm@users.noreply.github.com>
Date: Thu, 18 Aug 2022 02:04:39 +0000
Subject: [PATCH 2/2] Update srcpkgs/grip/template

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

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index c3f4551847c8..26f432be60b6 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -9,6 +9,7 @@ short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (2 preceding siblings ...)
  2022-08-18  2:04 ` [PR PATCH] [Updated] " eljamm
@ 2022-08-18  2:05 ` eljamm
  2022-08-18  2:10 ` eljamm
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 9fd74a0036237dd5817a7a9a6522742adb916495 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..26f432be60b6 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,17 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (3 preceding siblings ...)
  2022-08-18  2:05 ` eljamm
@ 2022-08-18  2:10 ` eljamm
  2022-08-18  2:19 ` [PR REVIEW] " classabbyamp
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 117e4999c69d79b2a85e1d9aa82fec87fea8c843 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..466039b70262 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,18 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (4 preceding siblings ...)
  2022-08-18  2:10 ` eljamm
@ 2022-08-18  2:19 ` classabbyamp
  2022-08-18  2:20 ` [PR PATCH] [Updated] " eljamm
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#discussion_r948590479

Comment:
sorry, forgot to mention that the continuation should have 1 space of indent
```suggestion
 python3-Pygments python3-requests python3-Werkzeug"
```

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (5 preceding siblings ...)
  2022-08-18  2:19 ` [PR REVIEW] " classabbyamp
@ 2022-08-18  2:20 ` eljamm
  2022-08-18  2:20 ` eljamm
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From d3d027112a6392d7865a06a96a1e4810c1fea64e Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..466039b70262 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,18 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (6 preceding siblings ...)
  2022-08-18  2:20 ` [PR PATCH] [Updated] " eljamm
@ 2022-08-18  2:20 ` eljamm
  2022-08-18  2:24 ` [PR REVIEW] " classabbyamp
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From cbaace6f430ed749cf1e819ed61229578a702d65 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..673fd8180498 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,18 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (7 preceding siblings ...)
  2022-08-18  2:20 ` eljamm
@ 2022-08-18  2:24 ` classabbyamp
  2022-08-18  2:24 ` classabbyamp
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#discussion_r948592874

Comment:
```suggestion
distfiles="https://github.com/joeyespo/grip/archive/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (8 preceding siblings ...)
  2022-08-18  2:24 ` [PR REVIEW] " classabbyamp
@ 2022-08-18  2:24 ` classabbyamp
  2022-08-18  2:25 ` [PR PATCH] [Updated] " eljamm
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#discussion_r948592754

Comment:
```suggestion
 python3-Pygments python3-requests python3-Werkzeug"
checkdepends="$depends python3-pytest"
```

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (9 preceding siblings ...)
  2022-08-18  2:24 ` classabbyamp
@ 2022-08-18  2:25 ` eljamm
  2022-08-18  2:26 ` eljamm
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From cbaace6f430ed749cf1e819ed61229578a702d65 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH 1/2] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..673fd8180498 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,18 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

From 89d508142e299346bef7ce9e203f36c5bba5f8c5 Mon Sep 17 00:00:00 2001
From: Fedi Jamoussi <83901271+eljamm@users.noreply.github.com>
Date: Thu, 18 Aug 2022 02:25:50 +0000
Subject: [PATCH 2/2] Update srcpkgs/grip/template

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

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 673fd8180498..260edd8eea1d 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -6,6 +6,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
  python3-Pygments python3-requests python3-Werkzeug"
+checkdepends="$depends python3-pytest"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (10 preceding siblings ...)
  2022-08-18  2:25 ` [PR PATCH] [Updated] " eljamm
@ 2022-08-18  2:26 ` eljamm
  2022-08-18  2:27 ` eljamm
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From cbaace6f430ed749cf1e819ed61229578a702d65 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH 1/3] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..673fd8180498 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,18 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

From 89d508142e299346bef7ce9e203f36c5bba5f8c5 Mon Sep 17 00:00:00 2001
From: Fedi Jamoussi <83901271+eljamm@users.noreply.github.com>
Date: Thu, 18 Aug 2022 02:25:50 +0000
Subject: [PATCH 2/3] Update srcpkgs/grip/template

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

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 673fd8180498..260edd8eea1d 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -6,6 +6,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
  python3-Pygments python3-requests python3-Werkzeug"
+checkdepends="$depends python3-pytest"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"

From 40c1be726ae60a14368dc8939e7b4220c06da561 Mon Sep 17 00:00:00 2001
From: Fedi Jamoussi <83901271+eljamm@users.noreply.github.com>
Date: Thu, 18 Aug 2022 02:26:03 +0000
Subject: [PATCH 3/3] Update srcpkgs/grip/template

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

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 260edd8eea1d..f79f33a1bfed 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -12,7 +12,7 @@ maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
 changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
-distfiles="${homepage}/archive/v${version}.tar.gz"
+distfiles="https://github.com/joeyespo/grip/archive/v${version}.tar.gz"
 checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (11 preceding siblings ...)
  2022-08-18  2:26 ` eljamm
@ 2022-08-18  2:27 ` eljamm
  2022-08-18  2:29 ` classabbyamp
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 8ae5cd0a7336cc347ebd7f760ec910fb5910b2ab Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..f79f33a1bfed 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,19 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
+checkdepends="$depends python3-pytest"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
+distfiles="https://github.com/joeyespo/grip/archive/v${version}.tar.gz"
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (12 preceding siblings ...)
  2022-08-18  2:27 ` eljamm
@ 2022-08-18  2:29 ` classabbyamp
  2022-08-18  2:30 ` [PR PATCH] [Updated] " eljamm
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#issuecomment-1218924675

Comment:
ok, it also needs `python3-responses` in checkdepends

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (13 preceding siblings ...)
  2022-08-18  2:29 ` classabbyamp
@ 2022-08-18  2:30 ` eljamm
  2022-08-18  2:41 ` classabbyamp
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 898d0e33f7fad81ea9da76897871e602b8835d6f Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/grip/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..cd93828436a1 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,19 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
+checkdepends="$depends python3-pytest python3-responses"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
+distfiles="https://github.com/joeyespo/grip/archive/v${version}.tar.gz"
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (14 preceding siblings ...)
  2022-08-18  2:30 ` [PR PATCH] [Updated] " eljamm
@ 2022-08-18  2:41 ` classabbyamp
  2022-08-18  2:45 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

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

From 437e6e296d00d52583eff0499676f94a0638ca68 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

---
 srcpkgs/grip/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..0f8e6cec2fea 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,22 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
+checkdepends="$depends python3-pytest python3-responses"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
+distfiles="https://github.com/joeyespo/grip/archive/v${version}.tar.gz"
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
+
+# these tests fail and don't do anything useful
+make_check_args="--ignore=tests/test_cli.py --ignore=tests/test_github.py"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (15 preceding siblings ...)
  2022-08-18  2:41 ` classabbyamp
@ 2022-08-18  2:45 ` classabbyamp
  2022-08-18  2:46 ` eljamm
  2022-08-18  2:47 ` classabbyamp
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:45 UTC (permalink / raw)
  To: ml

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

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

grip: update to 4.6.1.
https://github.com/void-linux/void-packages/pull/38749

Description:
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

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

#### 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
  - armv6l
  - i686
  - x86_64-musl

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

* Re: grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (16 preceding siblings ...)
  2022-08-18  2:45 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-08-18  2:46 ` eljamm
  2022-08-18  2:47 ` classabbyamp
  18 siblings, 0 replies; 20+ messages in thread
From: eljamm @ 2022-08-18  2:46 UTC (permalink / raw)
  To: ml

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

New comment by eljamm on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#issuecomment-1218956419

Comment:
Thanks for the help.

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

* Re: grip: update to 4.6.1.
  2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
                   ` (17 preceding siblings ...)
  2022-08-18  2:46 ` eljamm
@ 2022-08-18  2:47 ` classabbyamp
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-08-18  2:47 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38749#issuecomment-1218958368

Comment:
thanks for the quick responses

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

end of thread, other threads:[~2022-08-18  2:47 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  2:01 [PR PATCH] grip: update to 4.6.1 eljamm
2022-08-18  2:03 ` [PR REVIEW] " classabbyamp
2022-08-18  2:03 ` classabbyamp
2022-08-18  2:04 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:05 ` eljamm
2022-08-18  2:10 ` eljamm
2022-08-18  2:19 ` [PR REVIEW] " classabbyamp
2022-08-18  2:20 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:20 ` eljamm
2022-08-18  2:24 ` [PR REVIEW] " classabbyamp
2022-08-18  2:24 ` classabbyamp
2022-08-18  2:25 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:26 ` eljamm
2022-08-18  2:27 ` eljamm
2022-08-18  2:29 ` classabbyamp
2022-08-18  2:30 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:41 ` classabbyamp
2022-08-18  2:45 ` [PR PATCH] [Merged]: " classabbyamp
2022-08-18  2:46 ` eljamm
2022-08-18  2:47 ` 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).