Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] miniserve: update to 0.18.0
@ 2022-01-09 16:44 cinerea0
  2022-01-11 20:40 ` ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: cinerea0 @ 2022-01-09 16:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mini
https://github.com/void-linux/void-packages/pull/34964

miniserve: update to 0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 78583cab5723bdde2b38811d11bfeb7f73d6bed8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 9 Jan 2022 11:42:47 -0500
Subject: [PATCH] miniserve: update to 0.18.0

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

diff --git a/srcpkgs/miniserve/template b/srcpkgs/miniserve/template
index 6b55e67ad131..8fce43252f16 100644
--- a/srcpkgs/miniserve/template
+++ b/srcpkgs/miniserve/template
@@ -1,6 +1,6 @@
 # Template file for 'miniserve'
 pkgname=miniserve
-version=0.14.0
+version=0.18.0
 revision=1
 build_style=cargo
 checkdepends="curl"
@@ -8,8 +8,9 @@ short_desc="CLI tool to serve files and dirs over HTTP"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/svenstaro/miniserve"
+changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md"
 distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
-checksum=68e21c35a4577251f656f3d1ccac2de23abd68432810b11556bcc8976bb19fc5
+checksum=24860f103879fd881a522a7ad8f25f2c9dcd5e01287b0485bcabf3e88c719015
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
@ 2022-01-11 20:40 ` ericonr
  2022-01-12  0:27 ` cinerea0
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2022-01-11 20:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34964#issuecomment-1010342760

Comment:
Do the tests work locally?

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

* Re: miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
  2022-01-11 20:40 ` ericonr
@ 2022-01-12  0:27 ` cinerea0
  2022-01-21  6:41 ` cinerea0
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cinerea0 @ 2022-01-12  0:27 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34964#issuecomment-1010505543

Comment:
Yes, they do. This reminds me of that other update where the tests failed in CI because they couldn't access `/tmp`. Do you think that's what's going on here?

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

* Re: miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
  2022-01-11 20:40 ` ericonr
  2022-01-12  0:27 ` cinerea0
@ 2022-01-21  6:41 ` cinerea0
  2022-01-24 17:14 ` [PR PATCH] [Updated] " cinerea0
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cinerea0 @ 2022-01-21  6:41 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34964#issuecomment-1018225720

Comment:
@ericonr pinging with regard to my earlier question about the nature of the errors in this PR.

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

* Re: [PR PATCH] [Updated] miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
                   ` (2 preceding siblings ...)
  2022-01-21  6:41 ` cinerea0
@ 2022-01-24 17:14 ` cinerea0
  2022-01-24 23:53 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cinerea0 @ 2022-01-24 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mini
https://github.com/void-linux/void-packages/pull/34964

miniserve: update to 0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 078ef7e728af327f1ae731ed8443404ae97f34a8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 24 Jan 2022 12:14:11 -0500
Subject: [PATCH] miniserve: update to 0.18.0

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

diff --git a/srcpkgs/miniserve/template b/srcpkgs/miniserve/template
index 6b55e67ad131..490cf222b733 100644
--- a/srcpkgs/miniserve/template
+++ b/srcpkgs/miniserve/template
@@ -1,6 +1,6 @@
 # Template file for 'miniserve'
 pkgname=miniserve
-version=0.14.0
+version=0.18.0
 revision=1
 build_style=cargo
 checkdepends="curl"
@@ -8,8 +8,10 @@ short_desc="CLI tool to serve files and dirs over HTTP"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/svenstaro/miniserve"
+changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md"
 distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
-checksum=68e21c35a4577251f656f3d1ccac2de23abd68432810b11556bcc8976bb19fc5
+checksum=24860f103879fd881a522a7ad8f25f2c9dcd5e01287b0485bcabf3e88c719015
+make_check=no  # tests pass locally but fail in CI
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR REVIEW] miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
                   ` (3 preceding siblings ...)
  2022-01-24 17:14 ` [PR PATCH] [Updated] " cinerea0
@ 2022-01-24 23:53 ` paper42
  2022-01-24 23:56 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-01-24 23:53 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34964#discussion_r791245404

Comment:
```suggestion
make_check=ci-skip
```


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

* Re: [PR PATCH] [Updated] miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
                   ` (4 preceding siblings ...)
  2022-01-24 23:53 ` [PR REVIEW] " paper42
@ 2022-01-24 23:56 ` cinerea0
  2022-01-25 10:24 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cinerea0 @ 2022-01-24 23:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages mini
https://github.com/void-linux/void-packages/pull/34964

miniserve: update to 0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 230ef69c1e722f425107bcc8091e92f65a9ca960 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 24 Jan 2022 18:55:44 -0500
Subject: [PATCH] miniserve: update to 0.18.0

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

diff --git a/srcpkgs/miniserve/template b/srcpkgs/miniserve/template
index 6b55e67ad131..9711efc4e566 100644
--- a/srcpkgs/miniserve/template
+++ b/srcpkgs/miniserve/template
@@ -1,6 +1,6 @@
 # Template file for 'miniserve'
 pkgname=miniserve
-version=0.14.0
+version=0.18.0
 revision=1
 build_style=cargo
 checkdepends="curl"
@@ -8,8 +8,10 @@ short_desc="CLI tool to serve files and dirs over HTTP"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/svenstaro/miniserve"
+changelog="https://raw.githubusercontent.com/svenstaro/miniserve/master/CHANGELOG.md"
 distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
-checksum=68e21c35a4577251f656f3d1ccac2de23abd68432810b11556bcc8976bb19fc5
+checksum=24860f103879fd881a522a7ad8f25f2c9dcd5e01287b0485bcabf3e88c719015
+make_check=ci-skip
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR REVIEW] miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
                   ` (5 preceding siblings ...)
  2022-01-24 23:56 ` [PR PATCH] [Updated] " cinerea0
@ 2022-01-25 10:24 ` paper42
  2022-01-25 16:37 ` cinerea0
  2022-01-25 23:33 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-01-25 10:24 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34964#discussion_r791566703

Comment:
it would be also nice to describe what is happening if we know that

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

* Re: [PR REVIEW] miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
                   ` (6 preceding siblings ...)
  2022-01-25 10:24 ` [PR REVIEW] " paper42
@ 2022-01-25 16:37 ` cinerea0
  2022-01-25 23:33 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: cinerea0 @ 2022-01-25 16:37 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34964#discussion_r791905017

Comment:
I know that the tests fail because a file in `/tmp` isn't created properly (either it's named incorrectly or isn't created at all), but I don't know why that's happening.

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

* Re: [PR PATCH] [Merged]: miniserve: update to 0.18.0
  2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
                   ` (7 preceding siblings ...)
  2022-01-25 16:37 ` cinerea0
@ 2022-01-25 23:33 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-01-25 23:33 UTC (permalink / raw)
  To: ml

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

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

miniserve: update to 0.18.0
https://github.com/void-linux/void-packages/pull/34964

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2022-01-25 23:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-09 16:44 [PR PATCH] miniserve: update to 0.18.0 cinerea0
2022-01-11 20:40 ` ericonr
2022-01-12  0:27 ` cinerea0
2022-01-21  6:41 ` cinerea0
2022-01-24 17:14 ` [PR PATCH] [Updated] " cinerea0
2022-01-24 23:53 ` [PR REVIEW] " paper42
2022-01-24 23:56 ` [PR PATCH] [Updated] " cinerea0
2022-01-25 10:24 ` [PR REVIEW] " paper42
2022-01-25 16:37 ` cinerea0
2022-01-25 23:33 ` [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).