Commit Graph
290170 Commits
Author SHA1 Message Date
R. RyanTM 8bfc237eb3 jetty: 9.4.39.v20210325 -> 9.4.41.v20210516 2021-05-18 18:36:30 +00:00
Lorenzo ManacordaandJonathan Ringer e906410c9a solc: remove 0.7 release
They're failing on Hydra, the workload to keep them working is not worth it.
2021-05-16 22:44:21 -07:00
J. NetoandJonathan Ringer 18b051fde5 scite: 4.0.5 -> 5.0.2 2021-05-16 22:01:16 -07:00
Austin ButlerandJonathan Ringer 66201e2c1d cntk: fix build 2021-05-16 20:03:06 -07:00
R. RyanTMandJonathan Ringer 65f7d4a162 apprise: 0.9.1 -> 0.9.3 2021-05-16 20:02:13 -07:00
Anderson TorresandGitHub 04ce017de7 Merge pull request #122025 from bryanasdev000/package-ferdi-beta
ferdi: 5.5.0 -> 5.6.0-beta.5
2021-05-16 23:56:55 -03:00
Ben SiraphobandJonathan Ringer c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
Ben SiraphobandJonathan Ringer 75c67d6be9 torchat: use fetchFromGitHub 2021-05-16 19:29:28 -07:00
Ben SiraphobandJonathan Ringer 682578af42 openjdk: move unzip to nativeBuildInputs 2021-05-16 19:29:28 -07:00
Ben SiraphobandJonathan Ringer aba7bc983f openvino: move unzip to nativeBuildInputs 2021-05-16 19:29:28 -07:00
Martin WeineltandGitHub 6a5c85e926 Merge pull request #123056 from mweinelt/home-assistant 2021-05-17 03:44:38 +02:00
Martin Weinelt 22437644f9 home-assistant: disable failing test in mobile app component
____________________ test_webhook_handle_get_config[pyloop] ____________________
[gw18] linux -- Python 3.8.9 /nix/store/q6gfck5czr67090pwm53xrdyhpg6bx67-python3-3.8.9/bin/python3.8

hass = <homeassistant.core.HomeAssistant object at 0x7ffe4e71f370>
create_registrations = ({'cloudhook_url': None, 'remote_ui_url': None, 'secret': 'ed8ac650f2b5865733d2cea4ad1b6b02bcfbdcc3e527524bc1c457d5c6f...emote_ui_url': None, 'secret': None, 'webhook_id': '558fde83113d48024a427ccf004e2d2bdf7c56646c6a5a953566c272d51f1bfc'})
webhook_client = <aiohttp.test_utils.TestClient object at 0x7ffe4e640ca0>

    async def test_webhook_handle_get_config(hass, create_registrations, webhook_client):
        """Test that we can get config properly."""
        resp = await webhook_client.post(
            "/api/webhook/{}".format(create_registrations[1]["webhook_id"]),
            json={"type": "get_config"},
        )

        assert resp.status == 200

        json = await resp.json()
        if "components" in json:
            json["components"] = set(json["components"])
        if "allowlist_external_dirs" in json:
            json["allowlist_external_dirs"] = set(json["allowlist_external_dirs"])

        hass_config = hass.config.as_dict()

        expected_dict = {
            "latitude": hass_config["latitude"],
            "longitude": hass_config["longitude"],
            "elevation": hass_config["elevation"],
            "unit_system": hass_config["unit_system"],
            "location_name": hass_config["location_name"],
            "time_zone": hass_config["time_zone"],
            "components": hass_config["components"],
            "version": hass_config["version"],
            "theme_color": "#03A9F4",  # Default frontend theme color
        }

>       assert expected_dict == json
E       AssertionError: assert {'components'...st home', ...} == {'components'...st home', ...}
E         Omitting 8 identical items, use -vv to show
E         Differing items:
E         {'theme_color': '#03A9F4'} != {'theme_color': 'blue'}
E         Use -v to get the full diff

tests/components/mobile_app/test_webhook.py:231: AssertionError
2021-05-17 03:44:03 +02:00
Devin SinghandJonathan Ringer 79d252d26c vimPlugins.edge: init at 2021-05-08 2021-05-16 18:35:37 -07:00
Devin SinghandJonathan Ringer 644fbb4b8c vimPlugins.vim-easyescape: init at 2020-11-22 2021-05-16 18:35:37 -07:00
DavidandRaphael Megzari 814d9bac11 erlang-ls: add erlang to buildInputs
This enables patch-shebangs to find `escript` and patch the interpreter
path correctly
2021-05-17 10:26:48 +09:00
SandroandGitHub e4d652129a Merge pull request #122982 from mohe2015/update-discord-canary
discord-canary: 0.0.119 -> 0.0.121
2021-05-17 03:16:04 +02:00
SandroandGitHub ec1dd62608 Merge pull request #118521 from SuperSandro2000/nginx-proxy-timeout
nixos/nginx: add option to change proxy timeouts
2021-05-17 03:15:54 +02:00
Martin WeineltandPeter Hoeg fd899bd080 kodi: update git tag
Kodi dropped and renamed the tag for their latest release from v19.1 to
19.1-Matrix.

https://github.com/xbmc/xbmc/issues/19710
2021-05-17 09:14:38 +08:00
Peter Hoeg 3ed9ed81ab gerbera: 1.8.0 -> 1.8.1 2021-05-17 09:10:16 +08:00
SandroandGitHub 700942d2a5 Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
SandroandGitHub f66a5695b4 Merge pull request #121252 from NixOS/SuperSandro2000-patch-1
doc/contributing: add unnecessary string conversions
2021-05-17 02:40:29 +02:00
Sandro Jäckel 51166f90c6 nixos/nginx: add option to change proxy timeouts 2021-05-17 02:37:44 +02:00
SandroandGitHub 9bc04854e1 Merge pull request #123213 from mdevlamynck/update-plasma-applet-volumewin7mixer
plasma-applet-volumewin7mixer: v25 -> v26
2021-05-17 02:36:37 +02:00
SandroandGitHub a5157f300c Merge pull request #123214 from dotlambda/pika-backup-0.3.0
pika-backup: 0.2.3 -> 0.3.0
2021-05-17 02:35:39 +02:00
SandroandGitHub 06d7fd6824 Merge pull request #123112 from cyplo/upgrade-patchwork
ssb-patchwork: 3.18.0 -> 3.18.1
2021-05-17 02:34:53 +02:00
SandroandGitHub 63365ac57c Merge pull request #122885 from rhoriguchi/fancy-motd
fancy-motd: init at unstable-2021-05-15
2021-05-17 02:34:29 +02:00
Francesco GazzettaandGitHub 6e80cf8238 meme: rename to meme-image-generator, unstable-2020-05-28 -> 1.0.1 (#120079) 2021-05-17 02:33:18 +02:00
SandroandGitHub 4e60302dbe Merge pull request #123128 from sayanarijit/master
xplr: 0.8.4 -> 0.9.1
2021-05-17 02:28:16 +02:00
SandroandGitHub 65e349506f Merge pull request #122837 from cyberdront/patch-1
terraria-server: 1.4.1.2 -> 1.4.2.2
2021-05-17 02:27:57 +02:00
SandroandGitHub 72df572fa3 Merge pull request #122819 from primeos/maintainers-remove-pesterhazy
maintainers: remove pesterhazy
2021-05-17 02:22:35 +02:00
SandroandGitHub bd0a06ad85 Merge pull request #123163 from romildo/upd.theme-jade-1
theme-jade1: 1.12 -> 1.13
2021-05-17 02:21:12 +02:00
SandroandGitHub 3b3f4c45ee Merge pull request #122914 from r-ryantm/auto-update/galene
galene: 0.3.3 -> 0.3.4
2021-05-17 02:20:50 +02:00
SandroandGitHub 1cebd3a695 Merge pull request #121943 from beardhatcode/bump/matrix-appservice-slack
matrix-appservice-slack: 1.7.0 -> 1.8.0
2021-05-17 02:19:02 +02:00
SandroandGitHub 622c2c2382 Merge pull request #122994 from mweinelt/remove-inactive-maintainer/nand0p
treewide: remove nand0p as maintainer
2021-05-17 02:18:03 +02:00
SandroandGitHub 3fdef8c015 Merge pull request #123204 from r-ryantm/auto-update/ace
ace: 7.0.1 -> 7.0.2
2021-05-17 02:15:21 +02:00
SandroandGitHub 067281faf5 Merge pull request #123234 from Atemu/update/linux_lqx
linux_lqx: 5.11.20 -> 5.11.21
2021-05-17 02:08:20 +02:00
SandroandGitHub b2cd6ba7f5 Merge pull request #123275 from oxalica/osu
osu-lazer: 2021.502.0 -> 2021.515.0
2021-05-17 02:06:17 +02:00
Bryan A. S ee2cf16385 ferdi: Update license to asl20
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-05-16 21:03:39 -03:00
SandroandGitHub 8aea69e5ab Merge pull request #123198 from AndersonTorres/new-cardboard
cardboard: 0.0.0-unstable=2021-01-21 -> 0.0.0+unstable=2021-05-10
2021-05-17 01:59:26 +02:00
SandroandGitHub 3db5ed6d34 Merge pull request #123250 from romildo/upd.stilo-themes
stilo-themes: 3.36-3 -> 3.38-1
2021-05-17 01:58:54 +02:00
SandroandGitHub d7253ad5e3 Merge pull request #123264 from primeos/rav1e
cargo-c,rav1e: Remove myself as maintainer
2021-05-17 01:58:20 +02:00
William KralandJonathan Ringer ba0da8a076 virtualbox: 6.1.18 -> 6.1.22 2021-05-16 16:54:18 -07:00
Martin Weinelt 7bd65d54f7 treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.

- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
  maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
SandroandGitHub 8605692f10 Merge pull request #122882 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.17.3 -> 1.17.4
2021-05-17 01:47:57 +02:00
SandroandGitHub d6550423e0 Merge pull request #123278 from dotlambda/kdeltachat-2021-05-16
kdeltachat: unstable-2021-05-03 -> unstable-2021-05-16
2021-05-17 01:18:22 +02:00
SandroandGitHub e4c8b3540d Merge pull request #123276 from schnusch/esbuild
esbuild: 0.11.19 -> 0.11.23
2021-05-17 01:18:01 +02:00
Matthieu CoudronandGitHub 9d4a851c67 Merge pull request #83809 from teto/vimPlugins_rework
vimPlugins: generated.nix as an overlay
2021-05-17 01:17:22 +02:00
SandroandGitHub 921c3806cc Merge pull request #123288 from i077/zotero/5.0.96.2
zotero: 5.0.96 -> 5.0.96.2
2021-05-17 01:14:23 +02:00
SandroandGitHub f30367b066 Merge pull request #121893 from lourkeur/update/xpra
xpra: 4.0.6 -> 4.1.3
2021-05-17 01:07:57 +02:00
Raphael MegzariandGitHub ea6d3aa18f cargo-flash: 0.8.0 -> 0.10.1 ; fix darwin build (#123210) 2021-05-17 08:06:46 +09:00