Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
3b53fac020 pyradio: 0.9.3.7 -> 0.9.3.9 2024-06-07 11:19:20 +00:00
R. Ryantm
b40e28775b pyradio: 0.9.3.6 -> 0.9.3.7 2024-05-26 14:44:57 +02:00
Yaya
7201c99b50 pyradio: 0.9.3.4 -> 0.9.3.6
Diff: https://github.com/coderholic/pyradio/compare/refs/tags/0.9.3.4...0.9.3.6

Changelog: https://github.com/coderholic/pyradio/releases/tag/0.9.3.6
2024-05-11 08:52:40 +02:00
Yaya
a98dd90cef pyradio: Disable update check
pyradio checks for new releases every 10 days and offers the user to
self-update:

```console
$ pyradio --update
Released version   :  0.9.3.3
Installed version  :  0.9.3.1
Updating PyRadio...
Using directory: "/tmp/tmp-pyradio"
Downloading PyRadio source code...
  url: "https://github.com/coderholic/pyradio/archive/0.9.3.3.zip"
  filename: "/tmp/tmp-pyradio/pyradio-0.9.3.3.zip"
^CError: Failed to download PyRadio source code..
```

This functionality can be disabled by setting the `distro` configuration
parameter to anything different than `None`. With such patch applied, it
will now refuse to self-update:

```console
$ pyradio --update
PyRadio has been installed using either pip or your distribution's
package manager. Please use that to update it.
```

Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
2024-05-04 17:13:59 +02:00
R. Ryantm
7ff9349968 pyradio: 0.9.3.2 -> 0.9.3.4 2024-04-24 09:33:52 +02:00
R. Ryantm
d2d64fd29e pyradio: 0.9.3.1 -> 0.9.3.2 2024-04-12 11:13:20 +00:00
Yaya
239a88ca61
pyradio: add yayayayaka to maintainers 2024-04-07 11:44:30 +02:00
R. Ryantm
6d45a92d5e pyradio: 0.9.2.25 -> 0.9.3.1 2024-04-07 08:17:45 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
John Garcia
c6246d47f5 pyradio: 0.9.1 -> 0.9.2.25 2024-02-27 11:18:29 +00:00
R. Ryantm
4fa61c7d79 pyradio: 0.9.0 -> 0.9.1 2023-02-25 22:43:35 +00:00
R. Ryantm
4c0008ac4b pyradio: 0.8.9.36 -> 0.9.0 2023-01-29 23:39:09 +00:00
R. Ryantm
f9743eebe2 pyradio: 0.8.9.32 -> 0.8.9.36 2023-01-16 14:53:50 +00:00
Fabian Affolter
af2a04eb31
pyradio: add changelog to meta 2022-12-10 11:33:25 +01:00
R. Ryantm
7674933d95 pyradio: 0.8.9.31 -> 0.8.9.32 2022-12-10 07:05:15 +00:00
R. Ryantm
f33383ac7b pyradio: 0.8.9.28 -> 0.8.9.31 2022-11-26 04:58:10 +00:00
R. Ryantm
97116b9f7c pyradio: 0.8.9.27 -> 0.8.9.28 2022-09-28 12:16:24 +08:00
R. Ryantm
7f074e3b7e pyradio: 0.8.9.26 -> 0.8.9.27 2022-09-19 02:33:47 +00:00
R. Ryantm
fe913f1465 pyradio: 0.8.9.25 -> 0.8.9.26 2022-09-08 15:22:34 +00:00
R. Ryantm
42ddae4fe4 pyradio: 0.8.9.22 -> 0.8.9.25 2022-08-19 13:55:35 +00:00
R. Ryantm
72b001fd68 pyradio: 0.8.9.21 -> 0.8.9.22 2022-07-03 10:08:45 +00:00
R. Ryantm
457dc5b9cb pyradio: 0.8.9.20 -> 0.8.9.21 2022-06-27 08:47:45 +00:00
Mario Rodas
56e1d67f0f pyradio: install manpage 2022-05-25 04:20:00 +00:00
R. Ryantm
d2e921713c pyradio: 0.8.9.17 -> 0.8.9.20 2022-05-25 12:00:02 +00:00
R. Ryantm
d620320246 pyradio: 0.8.9.16 -> 0.8.9.17 2022-04-29 09:54:05 +00:00
R. Ryantm
fd1b7310ab pyradio: 0.8.9.15 -> 0.8.9.16 2022-03-21 16:49:11 +00:00
R. Ryantm
a4c989b64f pyradio: 0.8.9.14 -> 0.8.9.15 2022-03-18 14:25:44 +00:00
R. Ryantm
b8e1198b55 pyradio: 0.8.9.12 -> 0.8.9.14 2022-02-18 23:20:01 +00:00
R. RyanTM
ad29b2d553
pyradio: 0.8.9.10 -> 0.8.9.12
(#159717)
2022-02-17 13:32:01 +01:00
YI
af992ad62b pyradio: 0.8.9.9 -> 0.8.9.10 2022-01-19 18:29:43 +08:00
JST
647a5f636b pyradio: moved package folder
pyradio is an end-user-application to listen to music and should be
placed in the 'audio' folder, where all the similar applications are
stored. It currently resides in the 'radio' folder, which mainly contains
applications in the realm of signal processing and software-radio.

See #137905.
2021-09-18 16:01:19 +02:00