Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdcat: update to 0.22.3.
@ 2021-03-08 20:32 mobinmob
  2021-03-08 20:37 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mobinmob @ 2021-03-08 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mdcat
https://github.com/void-linux/void-packages/pull/29333

mdcat: update to 0.22.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 1d569d9ff6a00961ae789e8cfe72510a6da463bf Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 8 Mar 2021 22:31:50 +0200
Subject: [PATCH] mdcat: update to 0.22.3.

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

diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 869aecd1b4b..af07a759d10 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,8 +1,8 @@
 # Template file for 'mdcat'
 pkgname=mdcat
 reverts="0.22.2_1"
-version=0.22.1
-revision=3
+version=0.22.3
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cargo
 hostmakedepends="cmake pkg-config"
@@ -12,4 +12,4 @@ maintainer="Wilson Birney <wpb@360scada.com>"
 license="MPL-2.0"
 homepage="https://github.com/lunaryorn/mdcat"
 distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
-checksum=b14846542fb8b60ac0235b399136372df7569aa59ed63f3faf88ff7a485abe5f
+checksum=5b09423cadda34130a4f1f0af6f49728287bb8dbb94581b2dd1deba479a1271b

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

* Re: mdcat: update to 0.22.3.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
@ 2021-03-08 20:37 ` ericonr
  2021-03-08 20:40 ` mobinmob
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-03-08 20:37 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-793059309

Comment:
My upstream PR hasn't landed, so we need to fix the resulting situation before pushing this. Either tag a new docs release or wait.

This PR should also remove the reverts.

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

* Re: mdcat: update to 0.22.3.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
  2021-03-08 20:37 ` ericonr
@ 2021-03-08 20:40 ` mobinmob
  2021-03-08 20:42 ` [PR PATCH] [Updated] " mobinmob
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mobinmob @ 2021-03-08 20:40 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-793061143

Comment:
> My upstream PR hasn't landed, so we need to fix the resulting situation before pushing this. Either tag a new docs release or wait.
> 
> This PR should also remove the reverts.

Lets wait for the release ;)
I will remove reverts.

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

* Re: [PR PATCH] [Updated] mdcat: update to 0.22.3.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
  2021-03-08 20:37 ` ericonr
  2021-03-08 20:40 ` mobinmob
@ 2021-03-08 20:42 ` mobinmob
  2021-05-15  0:57 ` ericonr
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mobinmob @ 2021-03-08 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mdcat
https://github.com/void-linux/void-packages/pull/29333

mdcat: update to 0.22.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From a8f04dc5ae2d440d9aa7a82afe93c6abb248a233 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 8 Mar 2021 22:31:50 +0200
Subject: [PATCH] mdcat: update to 0.22.3.

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

diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 869aecd1b4b..18b024e081b 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,8 +1,7 @@
 # Template file for 'mdcat'
 pkgname=mdcat
-reverts="0.22.2_1"
-version=0.22.1
-revision=3
+version=0.22.3
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cargo
 hostmakedepends="cmake pkg-config"
@@ -12,4 +11,4 @@ maintainer="Wilson Birney <wpb@360scada.com>"
 license="MPL-2.0"
 homepage="https://github.com/lunaryorn/mdcat"
 distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
-checksum=b14846542fb8b60ac0235b399136372df7569aa59ed63f3faf88ff7a485abe5f
+checksum=5b09423cadda34130a4f1f0af6f49728287bb8dbb94581b2dd1deba479a1271b

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

* Re: mdcat: update to 0.22.3.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (2 preceding siblings ...)
  2021-03-08 20:42 ` [PR PATCH] [Updated] " mobinmob
@ 2021-05-15  0:57 ` ericonr
  2021-05-15 10:59 ` [PR PATCH] [Updated] " mobinmob
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-15  0:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-841574947

Comment:
.4 is out

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

* Re: [PR PATCH] [Updated] mdcat: update to 0.22.3.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (3 preceding siblings ...)
  2021-05-15  0:57 ` ericonr
@ 2021-05-15 10:59 ` mobinmob
  2021-05-15 11:00 ` mobinmob
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mobinmob @ 2021-05-15 10:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mdcat
https://github.com/void-linux/void-packages/pull/29333

mdcat: update to 0.22.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 218cbc8072158fbdfc19af8c3bb9234d4ac7995b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 15 May 2021 13:58:37 +0300
Subject: [PATCH] mdcat: update to 0.22.4.

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

diff --git a/srcpkgs/mdcat/template b/srcpkgs/mdcat/template
index 869aecd1b4bb..73cff28862a0 100644
--- a/srcpkgs/mdcat/template
+++ b/srcpkgs/mdcat/template
@@ -1,8 +1,7 @@
 # Template file for 'mdcat'
 pkgname=mdcat
-reverts="0.22.2_1"
-version=0.22.1
-revision=3
+version=0.22.4
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cargo
 hostmakedepends="cmake pkg-config"
@@ -12,4 +11,4 @@ maintainer="Wilson Birney <wpb@360scada.com>"
 license="MPL-2.0"
 homepage="https://github.com/lunaryorn/mdcat"
 distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
-checksum=b14846542fb8b60ac0235b399136372df7569aa59ed63f3faf88ff7a485abe5f
+checksum=51e13bee147e08440492c356c2b7cb7d46caeeae27448f4d72eda69d15e6aa55

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

* Re: mdcat: update to 0.22.3.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (4 preceding siblings ...)
  2021-05-15 10:59 ` [PR PATCH] [Updated] " mobinmob
@ 2021-05-15 11:00 ` mobinmob
  2021-05-15 17:41 ` mdcat: update to 0.22.4 q66
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mobinmob @ 2021-05-15 11:00 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-841640063

Comment:
> .4 is out

Ι sent and updated tempate, thanx :)

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

* Re: mdcat: update to 0.22.4.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (5 preceding siblings ...)
  2021-05-15 11:00 ` mobinmob
@ 2021-05-15 17:41 ` q66
  2021-05-15 18:09 ` ericonr
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: q66 @ 2021-05-15 17:41 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-841699174

Comment:
the original issue that I reverted .3 for has not been addressed in .4, there are zero functional changes in .4

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

* Re: mdcat: update to 0.22.4.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (6 preceding siblings ...)
  2021-05-15 17:41 ` mdcat: update to 0.22.4 q66
@ 2021-05-15 18:09 ` ericonr
  2021-05-15 18:35 ` mobinmob
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-15 18:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-841702889

Comment:
Yes, I am holding off on merging. But I didn't implement CI for my upstream fix and my PR there is stale, so unless you want to take that over I think we'll have to rip the band-aid at some point. 

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

* Re: mdcat: update to 0.22.4.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (7 preceding siblings ...)
  2021-05-15 18:09 ` ericonr
@ 2021-05-15 18:35 ` mobinmob
  2021-07-07  2:08 ` ericonr
  2021-07-07  2:08 ` [PR PATCH] [Closed]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: mobinmob @ 2021-05-15 18:35 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-841640063

Comment:
> .4 is out

Ι sent and updated template, thanx :)

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

* Re: mdcat: update to 0.22.4.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (8 preceding siblings ...)
  2021-05-15 18:35 ` mobinmob
@ 2021-07-07  2:08 ` ericonr
  2021-07-07  2:08 ` [PR PATCH] [Closed]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-07-07  2:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29333#issuecomment-875213367

Comment:
Superseded by 707988e9ff6b439de2ce7d32e31677df65d28a69

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

* Re: [PR PATCH] [Closed]: mdcat: update to 0.22.4.
  2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
                   ` (9 preceding siblings ...)
  2021-07-07  2:08 ` ericonr
@ 2021-07-07  2:08 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-07-07  2:08 UTC (permalink / raw)
  To: ml

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

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

mdcat: update to 0.22.4.
https://github.com/void-linux/void-packages/pull/29333

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-07-07  2:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 20:32 [PR PATCH] mdcat: update to 0.22.3 mobinmob
2021-03-08 20:37 ` ericonr
2021-03-08 20:40 ` mobinmob
2021-03-08 20:42 ` [PR PATCH] [Updated] " mobinmob
2021-05-15  0:57 ` ericonr
2021-05-15 10:59 ` [PR PATCH] [Updated] " mobinmob
2021-05-15 11:00 ` mobinmob
2021-05-15 17:41 ` mdcat: update to 0.22.4 q66
2021-05-15 18:09 ` ericonr
2021-05-15 18:35 ` mobinmob
2021-07-07  2:08 ` ericonr
2021-07-07  2:08 ` [PR PATCH] [Closed]: " ericonr

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