Commit Graph

290883 Commits

Author SHA1 Message Date
Martin Weinelt
c53ab92c04
python3Packages.pyflume: 0.6.4 -> 0.7.0 2021-05-18 17:07:32 +02:00
Martin Weinelt
344573771e
home-assistant: pin pylast at 4.2.0
The following test failure occurs with 4.2.1, due to `network` not being
allowed to be None after 6fe9aa632b.

_________________________ test_update_playing[pyloop] __________________________
[gw20] linux -- Python 3.8.9 /nix/store/hq6mrm0pc6xn6j8y6lm4qcgg9rwmqd8q-python3-3.8.9/bin/python3.8

hass = <homeassistant.core.HomeAssistant object at 0x7ffdcba15700>
lastfm_network = <MagicMock name='LastFMNetwork' id='140728019800752'>

    async def test_update_playing(hass, lastfm_network):
        """Test update when song playing."""

        lastfm_network.return_value.get_user.return_value = MockUser(
>           Track("artist", "title", None)
        )

hass       = <homeassistant.core.HomeAssistant object at 0x7ffdcba15700>
lastfm_network = <MagicMock name='LastFMNetwork' id='140728019800752'>

tests/components/lastfm/test_sensor.py:70:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/f0ci60zk59rz5767l9lfy7q767zna6j5-python3.8-pylast-4.2.1/lib/python3.8/site-packages/pylast/__init__.py:2095: in __init__
    super().__init__(artist, title, network, "track", username, info)
        __class__  = <class 'pylast.Track'>
        artist     = 'artist'
        info       = None
        network    = None
        self       = pylast.Track('artist', 'title', None)
        title      = 'title'
        username   = None
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = pylast.Track('artist', 'title', None), artist = 'artist', title = 'title'
network = None, ws_prefix = 'track', username = None, info = {}

    def __init__(self, artist, title, network, ws_prefix, username=None, info=None):
        """
        Create an opus instance.
        # Parameters:
            * artist: An artist name or an Artist object.
            * title: The album or track title.
            * ws_prefix: 'album' or 'track'
        """

        if info is None:
            info = {}

        super().__init__(network=network, ws_prefix=ws_prefix)

        if isinstance(artist, Artist):
            self.artist = artist
        else:
            self.artist = Artist(artist, self.network)

        self.title = title
        self.username = (
>           username if username else network.username
        )  # Default to current user
E       AttributeError: 'NoneType' object has no attribute 'username'

__class__  = <class 'pylast._Opus'>
artist     = 'artist'
info       = {}
network    = None
self       = pylast.Track('artist', 'title', None)
title      = 'title'
username   = None
ws_prefix  = 'track'

/nix/store/f0ci60zk59rz5767l9lfy7q767zna6j5-python3.8-pylast-4.2.1/lib/python3.8/site-packages/pylast/__init__.py:1520: AttributeError
2021-05-18 17:07:30 +02:00
Martin Weinelt
a1a1a6b1df
home-assistant: pin pyopenuv at 1.0.13 2021-05-18 17:06:54 +02:00
Daniel Șerbănescu
89631e4df2 gnome-podcasts: 0.4.8 -> 0.4.9 2021-05-18 17:03:43 +02:00
Martin Weinelt
f6b1fc2996
home-assistant: pin pyflunearyou at 1.0.7 2021-05-18 16:53:53 +02:00
Martin Weinelt
ec9cfba2d3
nixos/phosh: Fix unrestricted login because of insecure PAM config
The PAM config deployed would not check anything meaningful. Remove it
and rely on the defaults in the security.pam module to fix login with
arbitrary credentials.

Resolves: #123435
2021-05-18 16:39:03 +02:00
Stéphan Kochen
e097fa08c8
nss_wrapper: broken on darwin (#123462) 2021-05-18 10:38:38 -04:00
Stéphan Kochen
51eeb21486
powershell: fix darwin build (#123484) 2021-05-18 10:36:25 -04:00
Stéphan Kochen
fbf1525f01
probe-run: fix darwin build (#123494) 2021-05-18 10:35:37 -04:00
Stéphan Kochen
7e9451ffb3
rink: fix darwin build (#123501) 2021-05-18 10:34:25 -04:00
Stéphan Kochen
4bb1c4677d
rdesktop: fix darwin build (#123498) 2021-05-18 10:33:26 -04:00
Maciej Krüger
6e98a27ffa
gtk-sharp-2_0: fix with patch from arch 2021-05-18 16:26:25 +02:00
figsoda
1fd56f5487 macchina: 0.7.2 -> 0.8.1 2021-05-18 10:25:46 -04:00
Pavol Rusnak
aaaab99d8c
Merge pull request #123341 from dotlambda/vivaldi-ffmpeg
vivaldi: use ffmpeg instead of ffmpeg_3
2021-05-18 16:24:33 +02:00
Daniël de Kok
2206118886 python3Packages.spacy: 3.0.5 -> 3.0.6
Changelog:
https://github.com/explosion/spaCy/releases/tag/v3.0.6
2021-05-18 16:17:26 +02:00
Daniël de Kok
91b9bbe38c python3Packages.srsly: 2.4.0 -> 2.4.1
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.4.1
2021-05-18 16:17:22 +02:00
AndersonTorres
8352b700e9 notejot: 1.6.3 -> 3.0.4 2021-05-18 11:12:32 -03:00
AndersonTorres
ac31cfa66b fondo: adoption 2021-05-18 11:12:32 -03:00
AndersonTorres
9cb3114a54 celluloid: 0.20 -> 0.21
Also, adopts from worldofpeace (in memoriam?).
2021-05-18 11:12:32 -03:00
AndersonTorres
284e715277 taxi: 0.0.1 -> 0.0.1-unstable=2020-09-03 2021-05-18 11:12:31 -03:00
Michael Weiss
1b114586e8
Merge pull request #123381 from primeos/nixos-tests-cagebreak
nixos/tests/cagebreak: Fix the test
2021-05-18 16:01:37 +02:00
R. RyanTM
92a7f5cb67 find-cursor: 1.6 -> 1.7 2021-05-18 13:41:32 +00:00
David Wood
23b30e11a0
webssh: init at 1.5.3 (#122559)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-18 15:29:19 +02:00
Maximilian Bosch
30d16a42df
Merge pull request #123497 from stephank/fix-prometheus-wireguard-exporter-darwin
prometheus-wireguard-exporter: fix darwin build
2021-05-18 15:18:31 +02:00
Fabian Affolter
655b7e57f5 home-assistant: update component-packages 2021-05-18 14:32:42 +02:00
Fabian Affolter
42036b5158 python3Packages.locationsharinglib: init at 4.1.6 2021-05-18 14:32:14 +02:00
Jan Tojnar
1b1faeb2db
Merge pull request #86288 from worldofpeace/gnome-doc
nixos/gnome3: add docs
2021-05-18 14:19:33 +02:00
Jan Tojnar
293d6a8c75
Merge pull request #122747 from maxeaubrey/modemmanager_1.14.12
modemmanager: 1.14.10 -> 1.14.12
2021-05-18 14:17:51 +02:00
Stéphan Kochen
70e199136e spacenavd: fix darwin build 2021-05-18 14:08:03 +02:00
Jan Tojnar
ed47351533
nixos/flatpak: Remove guiPackages internal option
It was basically just a `environment.systemPackages` synonym,
only GNOME used it, and it was stretching the responsibilities
of the flatpak module too far.

It also makes it cleaner to avoid installing the program
using GNOME module’s `excludePackages` option.

Partially reverts: https://github.com/NixOS/nixpkgs/pull/101516
Fixes: https://github.com/NixOS/nixpkgs/issues/110310
2021-05-18 14:06:23 +02:00
Michael Raskin
9f67421fe8
Merge pull request #123463 from ninjin/julia_10-bin-cve
julia: mark julia_10-bin as insecure
2021-05-18 12:03:25 +00:00
Sandro
614e22f8d2
Merge pull request #123443 from mweinelt/python/pulsectl
python3Packages.pulsectl: 21.5.0 -> 21.5.17
2021-05-18 13:59:51 +02:00
Stéphan Kochen
83c02160e5 spacenav-cube-example: fix darwin build 2021-05-18 13:56:08 +02:00
Stéphan Kochen
1e6e18ddd1 libspnav: fix dylib install name on darwin 2021-05-18 13:55:51 +02:00
Stéphan Kochen
71ad0ab33d simple-http-server: fix darwin build 2021-05-18 13:51:26 +02:00
Stéphan Kochen
1f8d964c77 silicon: fix darwin build 2021-05-18 13:47:50 +02:00
Stéphan Kochen
20f36556dc samblaster: fix darwin build 2021-05-18 13:41:51 +02:00
Jan Tojnar
c6812829db
Merge pull request #123096 from mschuwalow/update-clipboard-indicator
gnomeExtensions.clipboard-indicator: 37 -> 38
2021-05-18 13:23:27 +02:00
Stéphan Kochen
558b42cb50 rig: fix darwin build 2021-05-18 13:23:06 +02:00
Stéphan Kochen
9284a2b99f prometheus-wireguard-exporter: fix darwin build 2021-05-18 13:11:45 +02:00
Stéphan Kochen
5b9bef75e1 prometheus-unbound-exporter: fix darwin build 2021-05-18 13:08:23 +02:00
Sandro
aee5df81aa
Merge pull request #123429 from tfmoraes/zettlr_1.8.9
Zettlr: 1.8.7 -> 1.8.9
2021-05-18 13:05:04 +02:00
Sandro
10d2be7d5a
Merge pull request #123479 from stephank/fix-pactorio-darwin
pactorio: fix darwin build
2021-05-18 13:01:11 +02:00
Sandro
ab040108fb
Merge pull request #123481 from stephank/fix-physfs2-darwin
physfs_2: fix darwin build
2021-05-18 13:00:55 +02:00
Sandro
7bfe6b141d
Merge pull request #123471 from stephank/fix-openbox-menu-darwin
openbox-menu: fix darwin build
2021-05-18 13:00:30 +02:00
Sandro
5cec01f440
Merge pull request #123478 from dotlambda/avxsynth-drop
avxsynth: drop
2021-05-18 12:55:24 +02:00
Michael Raskin
1943ac5961
Merge pull request #123480 from dotlambda/baresip-ffmpeg
baresip: use ffmpeg instead of ffmpeg_3
2021-05-18 10:55:18 +00:00
Michael Raskin
02ba3238d2
Merge pull request #123053 from pschyska/master
atop, netatop, nixos/atop: improve packaging and options
2021-05-18 10:54:13 +00:00
Vladimír Čunát
e3088f6793
Merge #123483: privateer: drop, broken for years 2021-05-18 12:13:20 +02:00
Sandro
9be60ffa43
Merge pull request #123482 from stephank/fix-pikchr-darwin
pikchr: fix darwin build
2021-05-18 12:11:43 +02:00