Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdbook-toc: update to 0.7.0
@ 2021-10-26 23:30 cinerea0
  2021-10-28  4:13 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-26 23:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mdb
https://github.com/void-linux/void-packages/pull/33774

mdbook-toc: update to 0.7.0
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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/33774.patch is attached

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

From 220a2a48e0ea1e96e5f012378493df38cb78b612 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 26 Oct 2021 19:25:51 -0400
Subject: [PATCH] mdbook-toc: update to 0.7.0

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

diff --git a/srcpkgs/mdbook-toc/template b/srcpkgs/mdbook-toc/template
index 6d3ba93f4e6a..29139a8eb1d8 100644
--- a/srcpkgs/mdbook-toc/template
+++ b/srcpkgs/mdbook-toc/template
@@ -1,6 +1,6 @@
 # Template file for 'mdbook-toc'
 pkgname=mdbook-toc
-version=0.5.1
+version=0.7.0
 revision=1
 build_style=cargo
 short_desc="Preprocessor for mdbook to add inline TOC support"
@@ -8,7 +8,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="MPL-2.0"
 homepage="https://github.com/badboy/mdbook-toc"
 distfiles="https://github.com/badboy/${pkgname}/archive/${version}.tar.gz"
-checksum=f688eaf876a235bfc3644e5fc5c4a2601ac513c5861ca3fd5d42e4a9a93bbfc0
+checksum=2407220d701db86767465acf96b4356bc357fc5d0f6e3ad4f2e6758e98714f40
 
 post_install() {
 	vlicense LICENSE

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

* Re: mdbook-toc: update to 0.7.0
  2021-10-26 23:30 [PR PATCH] mdbook-toc: update to 0.7.0 cinerea0
@ 2021-10-28  4:13 ` ericonr
  2021-10-28  4:57 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-10-28  4:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33774#issuecomment-953486987

Comment:
Please add changelog https://raw.githubusercontent.com/badboy/mdbook-toc/main/CHANGELOG.md

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

* Re: [PR PATCH] [Updated] mdbook-toc: update to 0.7.0
  2021-10-26 23:30 [PR PATCH] mdbook-toc: update to 0.7.0 cinerea0
  2021-10-28  4:13 ` ericonr
@ 2021-10-28  4:57 ` cinerea0
  2021-10-28  5:06 ` cinerea0
  2021-10-29  0:45 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-28  4:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mdb
https://github.com/void-linux/void-packages/pull/33774

mdbook-toc: update to 0.7.0
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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/33774.patch is attached

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

From fe3d9746609a8781181585f18144c7e4538542f8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 28 Oct 2021 00:56:25 -0400
Subject: [PATCH] mdbook-toc: update to 0.7.0

---
 srcpkgs/mdbook-toc/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mdbook-toc/template b/srcpkgs/mdbook-toc/template
index 6d3ba93f4e6a..152c6db0938b 100644
--- a/srcpkgs/mdbook-toc/template
+++ b/srcpkgs/mdbook-toc/template
@@ -1,14 +1,15 @@
 # Template file for 'mdbook-toc'
 pkgname=mdbook-toc
-version=0.5.1
+version=0.7.0
 revision=1
 build_style=cargo
 short_desc="Preprocessor for mdbook to add inline TOC support"
 maintainer="q66 <daniel@octaforge.org>"
 license="MPL-2.0"
 homepage="https://github.com/badboy/mdbook-toc"
+changelog="https://raw.githubusercontent.com/badboy/mdbook-toc/main/CHANGELOG.md"
 distfiles="https://github.com/badboy/${pkgname}/archive/${version}.tar.gz"
-checksum=f688eaf876a235bfc3644e5fc5c4a2601ac513c5861ca3fd5d42e4a9a93bbfc0
+checksum=2407220d701db86767465acf96b4356bc357fc5d0f6e3ad4f2e6758e98714f40
 
 post_install() {
 	vlicense LICENSE

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

* Re: mdbook-toc: update to 0.7.0
  2021-10-26 23:30 [PR PATCH] mdbook-toc: update to 0.7.0 cinerea0
  2021-10-28  4:13 ` ericonr
  2021-10-28  4:57 ` [PR PATCH] [Updated] " cinerea0
@ 2021-10-28  5:06 ` cinerea0
  2021-10-29  0:45 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-10-28  5:06 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/33774#issuecomment-953505706

Comment:
Fixed!

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

* Re: [PR PATCH] [Merged]: mdbook-toc: update to 0.7.0
  2021-10-26 23:30 [PR PATCH] mdbook-toc: update to 0.7.0 cinerea0
                   ` (2 preceding siblings ...)
  2021-10-28  5:06 ` cinerea0
@ 2021-10-29  0:45 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-10-29  0:45 UTC (permalink / raw)
  To: ml

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

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

mdbook-toc: update to 0.7.0
https://github.com/void-linux/void-packages/pull/33774

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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] 5+ messages in thread

end of thread, other threads:[~2021-10-29  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 23:30 [PR PATCH] mdbook-toc: update to 0.7.0 cinerea0
2021-10-28  4:13 ` ericonr
2021-10-28  4:57 ` [PR PATCH] [Updated] " cinerea0
2021-10-28  5:06 ` cinerea0
2021-10-29  0:45 ` [PR PATCH] [Merged]: " 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).