Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdbook-mermaid: update to 0.11.1.
@ 2022-07-21  8:16 jcgruenhage
  2022-07-22  3:45 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-07-21  8:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.11.1_1
https://github.com/void-linux/void-packages/pull/38169

mdbook-mermaid: update to 0.11.1.
<!-- 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.11.1_1-38169.patch --]
[-- Type: text/x-diff, Size: 1140 bytes --]

From 6628dcdb3ee0626c890cf301c65ed4ffff12a6e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 21 Jul 2022 10:15:24 +0200
Subject: [PATCH] mdbook-mermaid: update to 0.11.1.

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

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
index de337697bfe1..c92d462839fb 100644
--- a/srcpkgs/mdbook-mermaid/template
+++ b/srcpkgs/mdbook-mermaid/template
@@ -1,6 +1,6 @@
 # Template file for 'mdbook-mermaid'
 pkgname=mdbook-mermaid
-version=0.11.0
+version=0.11.1
 revision=1
 build_style=cargo
 short_desc="Prepocessor for mdbook to add mermaid support"
@@ -8,7 +8,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MPL-2.0"
 homepage="https://github.com/badboy/mdbook-mermaid"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=b136ccd7a07b6758e914820188755c24b32ecbd336e135d1cc611c6bb8033a4e
+checksum=d2585cb4892baa2da2a5f65061f234c17c8cc4ee92ccc27d116aea934d5b76cf
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] mdbook-mermaid: update to 0.11.1.
  2022-07-21  8:16 [PR PATCH] mdbook-mermaid: update to 0.11.1 jcgruenhage
@ 2022-07-22  3:45 ` classabbyamp
  2022-07-28 18:59 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-22  3:45 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38169#discussion_r927263170

Comment:
```suggestion
homepage="https://github.com/badboy/mdbook-mermaid"
changelog="https://raw.githubusercontent.com/badboy/mdbook-mermaid/main/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] mdbook-mermaid: update to 0.11.1.
  2022-07-21  8:16 [PR PATCH] mdbook-mermaid: update to 0.11.1 jcgruenhage
  2022-07-22  3:45 ` [PR REVIEW] " classabbyamp
@ 2022-07-28 18:59 ` classabbyamp
  2022-07-28 19:01 ` classabbyamp
  2022-07-28 19:10 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-28 18:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.11.1_1
https://github.com/void-linux/void-packages/pull/38169

mdbook-mermaid: update to 0.11.1.
<!-- 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.11.1_1-38169.patch --]
[-- Type: text/x-diff, Size: 1308 bytes --]

From fde5487543faf3a2f1108b396a4d2eb07b23ab87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 21 Jul 2022 10:15:24 +0200
Subject: [PATCH] mdbook-mermaid: update to 0.11.1.

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

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
index de337697bfe1..d8c10913da37 100644
--- a/srcpkgs/mdbook-mermaid/template
+++ b/srcpkgs/mdbook-mermaid/template
@@ -1,14 +1,15 @@
 # Template file for 'mdbook-mermaid'
 pkgname=mdbook-mermaid
-version=0.11.0
+version=0.11.1
 revision=1
 build_style=cargo
 short_desc="Prepocessor for mdbook to add mermaid support"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MPL-2.0"
 homepage="https://github.com/badboy/mdbook-mermaid"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=b136ccd7a07b6758e914820188755c24b32ecbd336e135d1cc611c6bb8033a4e
+changelog="https://raw.githubusercontent.com/badboy/mdbook-mermaid/main/CHANGELOG.md"
+distfiles="https://github.com/badboy/mdbook-mermaid/archive/refs/tags/v${version}.tar.gz"
+checksum=d2585cb4892baa2da2a5f65061f234c17c8cc4ee92ccc27d116aea934d5b76cf
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mdbook-mermaid: update to 0.11.1.
  2022-07-21  8:16 [PR PATCH] mdbook-mermaid: update to 0.11.1 jcgruenhage
  2022-07-22  3:45 ` [PR REVIEW] " classabbyamp
  2022-07-28 18:59 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-07-28 19:01 ` classabbyamp
  2022-07-28 19:10 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-28 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.11.1_1
https://github.com/void-linux/void-packages/pull/38169

mdbook-mermaid: update to 0.11.1.
<!-- 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdbook-mermaid-0.11.1_1-38169.patch --]
[-- Type: text/x-diff, Size: 1308 bytes --]

From cdd573aed88e835486f5d78eed81e34b6828b735 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 21 Jul 2022 10:15:24 +0200
Subject: [PATCH] mdbook-mermaid: update to 0.11.1.

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

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
index de337697bfe1..d8c10913da37 100644
--- a/srcpkgs/mdbook-mermaid/template
+++ b/srcpkgs/mdbook-mermaid/template
@@ -1,14 +1,15 @@
 # Template file for 'mdbook-mermaid'
 pkgname=mdbook-mermaid
-version=0.11.0
+version=0.11.1
 revision=1
 build_style=cargo
 short_desc="Prepocessor for mdbook to add mermaid support"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MPL-2.0"
 homepage="https://github.com/badboy/mdbook-mermaid"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=b136ccd7a07b6758e914820188755c24b32ecbd336e135d1cc611c6bb8033a4e
+changelog="https://raw.githubusercontent.com/badboy/mdbook-mermaid/main/CHANGELOG.md"
+distfiles="https://github.com/badboy/mdbook-mermaid/archive/refs/tags/v${version}.tar.gz"
+checksum=d2585cb4892baa2da2a5f65061f234c17c8cc4ee92ccc27d116aea934d5b76cf
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: mdbook-mermaid: update to 0.11.1.
  2022-07-21  8:16 [PR PATCH] mdbook-mermaid: update to 0.11.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-07-28 19:01 ` classabbyamp
@ 2022-07-28 19:10 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-28 19:10 UTC (permalink / raw)
  To: ml

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

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

mdbook-mermaid: update to 0.11.1.
https://github.com/void-linux/void-packages/pull/38169

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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21  8:16 [PR PATCH] mdbook-mermaid: update to 0.11.1 jcgruenhage
2022-07-22  3:45 ` [PR REVIEW] " classabbyamp
2022-07-28 18:59 ` [PR PATCH] [Updated] " classabbyamp
2022-07-28 19:01 ` classabbyamp
2022-07-28 19:10 ` [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).