Gerhard Schwanzer
e035286f2b
mopidy: use setuptools_80 at runtime
...
Mopidy 3.4.2 and its extensions still import pkg_resources, which was removed from setuptools 82. Keep the current build system while retaining the runtime API with setuptools_80.
Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
2026-07-18 09:03:33 +02:00
Clément
5d26766cbf
treewide: add missing meta.homepage with source git repository
...
Added homepage where missing, where the sources are pulled from:
- https://github.com
- https://git.sr.ht
- https://gitlab.com
- https://invent.kde.org
- https://codeberg.org
- https://gitlab.gnome.org
- https://gitlab.freedesktop.org
- https://git.FreeBSD.org
- https://salsa.debian.org
- https://git.tvdr.de
- https://git.suckless.org
2026-06-01 23:40:52 +02:00
Sandro Jäckel
e37f833de7
mopidy-iris: turn off Google Analytics per default
2026-05-14 23:33:28 +02:00
Sandro Jäckel
efb6a3b7be
mopidy-iris: build from source
2026-05-14 23:07:50 +02:00
Weijia Wang
d09f226767
mopidy-notify: 0.2.1 -> 0.2.2 + clean + adopt ( #496919 )
2026-05-01 02:16:29 +00:00
Peder Bergebakken Sundt
588b42b878
various: update github owner names ( #514908 )
2026-05-01 00:32:37 +00:00
Sandro
1476235ddb
mopidy: add ffmpeg support ( #468949 )
2026-04-30 20:34:51 +00:00
Marcel
fc4b030491
mopidy: add ffmpeg support
2026-04-30 22:25:23 +02:00
Sigmanificient
17cc18cc70
mopidy: update GitHub owner name
2026-04-30 03:03:24 +02:00
Marcin Serwin
94690a55f2
maintainers: drop Gonzih
...
Signed-off-by: Marcin Serwin <marcin@serwin.dev >
2026-04-04 16:57:03 +02:00
Guilhem Saurel
6ad580001a
mopidy-notify: 0.2.1 -> 0.2.2 + clean + adopt
2026-03-05 16:38:50 +01:00
Gergő Gutyina
0c1f517e7a
various: use finalAttrs instead of rec, part 1 ( #489110 )
2026-02-21 12:32:25 +00:00
Stefan Frijters
aa8bd0603f
mopidy-moped: move env vars into env for structuredAttrs
2026-02-19 17:43:18 +01:00
Aliaksandr
3f26693a02
various: use finalAttrs instead of rec
2026-02-18 04:21:56 +02:00
Weijia Wang
eff943e2e1
mopidy-tidal: 0.3.11 -> 0.3.12 ( #470894 )
2026-02-04 18:57:45 +00:00
Gaël James
0e74d2b64c
tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchFromBitbucket, fetchFromSourcehut: use tag = instead of rev = refs/tags/...
2026-01-15 18:27:42 +01:00
R. Ryantm
1d6f35c681
mopidy-tidal: 0.3.11 -> 0.3.12
2025-12-15 01:44:36 +00:00
Ihar Hrachyshka
567e8dfd8e
treewide: clean up 'meta = with' pattern
...
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-10 18:09:49 +01:00
Robert Schütz
4c4a73d521
mopidyPackages.mopidy-spotify: remove unnecessary optional dependencies
...
We don't include development dependencies in optional-dependencies.
2025-11-16 07:38:32 -08:00
Wolfgang Walther
c283f32d29
treewide: remove unused with
...
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Marcel
92ee1030ad
mopidy-iris: 3.69.3 -> 3.70.0
2025-10-03 13:26:29 +02:00
R. Ryantm
772da8ee62
mopidy-tidal: 0.3.10 -> 0.3.11
2025-08-26 18:19:43 +00:00
Fabián Heredia Montiel
4c5513d312
mopidy: remove upstreamed patch
2025-08-24 11:30:53 -06:00
Weijia Wang
780381e31d
mopidy-tidal: 0.3.9 -> 0.3.10 ( #425050 )
2025-08-03 18:21:44 -06:00
Franz Pletz
4541bcd16e
mopidy-listenbrainz: init 0.3.0 ( #425939 )
2025-07-30 14:43:48 +02:00
Wolfgang Walther
5a0711127c
treewide: run nixfmt 1.0.0
2025-07-24 13:55:40 +02:00
beh _95842
bbb906562d
mopidy-listenbrainz: init 0.3.0
2025-07-17 15:33:31 +01:00
R. Ryantm
d66dc61db2
mopidy-tidal: 0.3.9 -> 0.3.10
2025-07-14 10:16:57 +00:00
nixpkgs-ci[bot]
8287b2917e
Merge master into staging-next
2025-07-12 18:05:06 +00:00
TomaSajt
0c1a3a55ca
mopidyPackages: modernize and clean up
2025-07-11 23:50:21 +02:00
Alyssa Ross
e0910df589
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/by-name/me/meson/package.nix
2025-07-02 14:49:42 +02:00
Martin Weinelt
ae4a1a485a
treewide: add explicit format attribute for Python packages
...
If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.
This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format
This is so we can unify the problem space for the next step of the
migration.
2025-07-02 05:56:47 +02:00
Yueh-Shun Li
794f904bf3
treewide: pytestFlagsArray -> enabledTestPaths (trivial)
2025-06-12 22:05:29 +08:00
Peder Bergebakken Sundt
b3f90f1dc6
mopidy: exclude pipewire on darwin; mopidy-tidal: 0.3.2 -> 0.3.9 ( #407886 )
2025-06-04 05:58:47 +02:00
Amadej Kastelic
2f08dad0d1
mopidy: remove usage of with lib;
2025-06-03 15:16:03 +02:00
Amadej Kastelic
d7edbf5505
mopidy-tidal: remove usage of with lib; add changelog
2025-06-03 15:14:41 +02:00
Amadej Kastelic
661d65c871
mopidy-tidal: 0.3.2 -> 0.3.9; fetchPypi -> fetchFromGitHub
2025-06-03 15:13:12 +02:00
liberodark
51104bca6e
treewide: remove with lib Part 1
2025-06-03 18:27:59 +05:30
Amadej Kastelic
f369b2b824
mopidy: exclude pipewire on darwin
2025-06-03 14:29:42 +02:00
K900
f42e00d66e
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-08 10:29:26 +03:00
Winter
a19cd4ffb1
Revert "treewide: replace rev with tag"
...
This reverts commit 65a333600d .
This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.
It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).
A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.
[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
K900
b3146d4446
Merge remote-tracking branch 'origin/master' into staging-next
2025-04-07 21:21:10 +03:00
Pol Dellaiera
65a333600d
treewide: replace rev with tag
2025-04-07 16:57:22 +02:00
Jan Tojnar
74d1627311
mopidy: Fix with gst-plugins-rs 0.13.5
...
The first patch was already backported in 0.13.3 so it can be removed.
Had to regenerate `Cargo.lock` part of the second patch.
Also add `mopidy` to `gst-plugins-rs.passthru.tests` to check that the override still builds on updates.
2025-04-04 12:41:11 +02:00
Sigmanificient
670aba9a64
treewide: remove unused arguments
2025-03-13 18:00:11 +01:00
FliegendeWurst
aa51851af7
mopidy-local: use fetchPypi again
2025-03-09 17:50:21 +01:00
Arne Keller
d768cd5b42
mopidy-local: 3.2.1 -> 3.3.0 ( #366244 )
2025-03-09 17:48:03 +01:00
Andrea Scarpino
81dc52990b
mopidy-jellyfin: 1.0.5 -> 1.0.6
2025-02-26 16:06:00 +01:00
seth
bd2b24b723
mopidy-spotify: 5.0.0a2 -> 5.0.0a3
...
Diff: https://github.com/mopidy/mopidy-spotify/compare/v5.0.0a2...v5.0.0a3
Changelog: https://github.com/mopidy/mopidy-spotify/releases/tag/v5.0.0a3
2025-01-03 01:50:21 -05:00
seth
978c0461ff
mopidy: backport spotify access token auth
...
The current implementation is broken, but was not backported to 0.13 by
upstream due to the patch also raising the MSRV -- this isn't a problem
for us ;)
2025-01-03 01:50:18 -05:00