Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdbook-mermaid: update to 0.12.6.
@ 2022-12-31 16:09 jcgruenhage
  2022-12-31 16:31 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2022-12-31 16:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1246 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.12.6_1
https://github.com/void-linux/void-packages/pull/41382

mdbook-mermaid: update to 0.12.6.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/41382.patch is attached

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

From 94c54b93ffe776421a5c83ccbbfa8f06f0772cf4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 31 Dec 2022 17:09:00 +0100
Subject: [PATCH] mdbook-mermaid: update to 0.12.6.

---
 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 f0b6d47c6d86..be4220eecb0c 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.12.3
+version=0.12.6
 revision=1
 build_style=cargo
 short_desc="Prepocessor for mdbook to add mermaid support"
@@ -9,7 +9,7 @@ license="MPL-2.0"
 homepage="https://github.com/badboy/mdbook-mermaid"
 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=3456743ae68621dfd5b0b20f6be72c2083b6be8d053b6f017481e9f7e3df34c8
+checksum=5177331df89ffa453fd272a1e4e0968a0b8d3face82689ee7ee332c851f1b729
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] mdbook-mermaid: update to 0.12.6.
  2022-12-31 16:09 [PR PATCH] mdbook-mermaid: update to 0.12.6 jcgruenhage
@ 2022-12-31 16:31 ` paper42
  2023-01-01 17:32 ` [PR PATCH] [Updated] " jcgruenhage
  2023-01-01 18:00 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-31 16:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41382#discussion_r1059661361

Comment:
```suggestion
short_desc="Preprocessor for mdbook to add mermaid support"
```

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

* Re: [PR PATCH] [Updated] mdbook-mermaid: update to 0.12.6.
  2022-12-31 16:09 [PR PATCH] mdbook-mermaid: update to 0.12.6 jcgruenhage
  2022-12-31 16:31 ` [PR REVIEW] " paper42
@ 2023-01-01 17:32 ` jcgruenhage
  2023-01-01 18:00 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2023-01-01 17:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages mdbook-mermaid-0.12.6_1
https://github.com/void-linux/void-packages/pull/41382

mdbook-mermaid: update to 0.12.6.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/41382.patch is attached

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

From 5df2d9790ba1bcc7cc440b295c2a8c5bd40616ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 31 Dec 2022 17:09:00 +0100
Subject: [PATCH] mdbook-mermaid: update to 0.12.6.

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

diff --git a/srcpkgs/mdbook-mermaid/template b/srcpkgs/mdbook-mermaid/template
index f0b6d47c6d86..9a4905aa95ef 100644
--- a/srcpkgs/mdbook-mermaid/template
+++ b/srcpkgs/mdbook-mermaid/template
@@ -1,15 +1,15 @@
 # Template file for 'mdbook-mermaid'
 pkgname=mdbook-mermaid
-version=0.12.3
+version=0.12.6
 revision=1
 build_style=cargo
-short_desc="Prepocessor for mdbook to add mermaid support"
+short_desc="Preprocessor 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"
 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=3456743ae68621dfd5b0b20f6be72c2083b6be8d053b6f017481e9f7e3df34c8
+checksum=5177331df89ffa453fd272a1e4e0968a0b8d3face82689ee7ee332c851f1b729
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: mdbook-mermaid: update to 0.12.6.
  2022-12-31 16:09 [PR PATCH] mdbook-mermaid: update to 0.12.6 jcgruenhage
  2022-12-31 16:31 ` [PR REVIEW] " paper42
  2023-01-01 17:32 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-01-01 18:00 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-01 18:00 UTC (permalink / raw)
  To: ml

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

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

mdbook-mermaid: update to 0.12.6.
https://github.com/void-linux/void-packages/pull/41382

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 4+ messages in thread

end of thread, other threads:[~2023-01-01 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 16:09 [PR PATCH] mdbook-mermaid: update to 0.12.6 jcgruenhage
2022-12-31 16:31 ` [PR REVIEW] " paper42
2023-01-01 17:32 ` [PR PATCH] [Updated] " jcgruenhage
2023-01-01 18:00 ` [PR PATCH] [Merged]: " paper42

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