Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pyradio: set homepage to https
@ 2023-04-02  8:22 realcharmer
  2023-04-10 11:27 ` Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: realcharmer @ 2023-04-02  8:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages pyradio
https://github.com/void-linux/void-packages/pull/43171

pyradio: set homepage to https
The homepage works with TLS, but doesn't properly redirect to it. We should probably link directly to the TLS version.

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

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

From e7ffadf46d3ebd26006804716abf308ddf76f11d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Sun, 2 Apr 2023 10:14:45 +0200
Subject: [PATCH] pyradio: set homepage to https

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

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 8e43e85698c8..355e1631152e 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,14 +1,14 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.9.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-dnspython python3-psutil python3-rich"
 short_desc="Curses based internet radio player"
 maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="MIT"
-homepage="http://www.coderholic.com/pyradio/"
+homepage="https://www.coderholic.com/pyradio/"
 changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
 distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
 checksum=bc92c6e1364d6867244500924a00ae5a918a58c29138484872e0dd168891762b

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

* Re: pyradio: set homepage to https
  2023-04-02  8:22 [PR PATCH] pyradio: set homepage to https realcharmer
@ 2023-04-10 11:27 ` Eloitor
  2023-04-10 13:38 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2023-04-10 11:27 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/43171#issuecomment-1501712652

Comment:
I'm waiting for this PR to be merged to update pyradio to 0.9.2.5.

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

* Re: pyradio: set homepage to https
  2023-04-02  8:22 [PR PATCH] pyradio: set homepage to https realcharmer
  2023-04-10 11:27 ` Eloitor
@ 2023-04-10 13:38 ` paper42
  2023-04-11  7:09 ` Eloitor
  2023-04-11  7:13 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-04-10 13:38 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43171#issuecomment-1501823980

Comment:
either remove the revbump or include this change in the update PR

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

* Re: pyradio: set homepage to https
  2023-04-02  8:22 [PR PATCH] pyradio: set homepage to https realcharmer
  2023-04-10 11:27 ` Eloitor
  2023-04-10 13:38 ` paper42
@ 2023-04-11  7:09 ` Eloitor
  2023-04-11  7:13 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2023-04-11  7:09 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/43171#issuecomment-1502790973

Comment:
This is solved in #43381 

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

* Re: [PR PATCH] [Closed]: pyradio: set homepage to https
  2023-04-02  8:22 [PR PATCH] pyradio: set homepage to https realcharmer
                   ` (2 preceding siblings ...)
  2023-04-11  7:09 ` Eloitor
@ 2023-04-11  7:13 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-04-11  7:13 UTC (permalink / raw)
  To: ml

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

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

pyradio: set homepage to https
https://github.com/void-linux/void-packages/pull/43171

Description:
The homepage works with TLS, but doesn't properly redirect to it. We should probably link directly to the TLS version.

Tagging the maintainer @Eloitor.

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

end of thread, other threads:[~2023-04-11  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02  8:22 [PR PATCH] pyradio: set homepage to https realcharmer
2023-04-10 11:27 ` Eloitor
2023-04-10 13:38 ` paper42
2023-04-11  7:09 ` Eloitor
2023-04-11  7:13 ` [PR PATCH] [Closed]: " 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).