Commit Graph

346645 Commits

Author SHA1 Message Date
Nikolay Amiantov
5e8ff1b59d
Merge pull request #154007 from abbradar/v8
v8: 8.4.255 -> 9.6.180.21
2022-01-16 11:45:41 +03:00
R. Ryantm
08e9572677 python38Packages.pybotvac: 0.0.22 -> 0.0.23 2022-01-16 09:45:21 +01:00
Ulrik Strid
209326c600 pythonPackages.python-miio: 0.5.9.1 -> 0.5.9.2
The miio integration in home-assistant is broken with the current version. These changes works as a override in my setup.
2022-01-16 09:45:01 +01:00
R. Ryantm
2f99db6b3e python38Packages.pyatv: 0.9.7 -> 0.9.8 2022-01-16 09:42:52 +01:00
R. Ryantm
c4777aeb99 python38Packages.sagemaker: 2.70.0 -> 2.72.2 2022-01-16 09:42:19 +01:00
R. Ryantm
5ec497a248 python38Packages.pytelegrambotapi: 4.2.1 -> 4.3.0 2022-01-16 09:42:08 +01:00
Nikolay Amiantov
97a0cf62f0 keycloak service: allow to set empty frontend URL
This together with extraConfig:

{
  "subsystem=undertow"."server=default-server"."http-listener=default"."proxy-address-forwarding" = true;
  "subsystem=undertow"."server=default-server"."https-listener=https"."proxy-address-forwarding" = true;
}

Allows to run Keycloak behind a reverse proxy that provides
X-Forwarded-* headers.
2022-01-16 11:41:50 +03:00
Nikolay Amiantov
84f70eefd1 keycloak service: add themes support
Custom themes can be packaged and then added using `themes` config
attribute.
2022-01-16 11:41:50 +03:00
Bobby Rong
57a7a38fdf
Merge pull request #144479 from r-ryantm/auto-update/nats-streaming-server
nats-streaming-server: 0.22.1 -> 0.23.0
2022-01-16 16:39:36 +08:00
harvidsen
6a0de2a2f2 python3Packages.mlflow: Fix broken package
Add python dependencies prometheus-flask-exporter and importlib-metadata.
Relax alembic version constraint.
2022-01-16 09:38:43 +01:00
Charlotte Van Petegem
134fa81d6d python3Packages.pywayland: 0.4.7 -> 0.4.8 2022-01-16 09:38:03 +01:00
Jonathan Ringer
ec01395f81 python3Packages.sentry-sdk: 1.5.1 -> 1.5.2 2022-01-16 09:37:21 +01:00
Robert Schütz
1f858b31c6 python3Packages.pyhiveapi: 0.4.3 -> 0.4.6 2022-01-16 09:35:42 +01:00
Robert Schütz
d83a1a4846 python3Packages.pikepdf: 4.3.0 -> 4.3.1
https://github.com/pikepdf/pikepdf/blob/v4.3.1/docs/release_notes.rst
2022-01-16 09:35:12 +01:00
Robert Schütz
1b5158c4bc python3Packages.greeclimate: 1.0.1 -> 1.0.2
https://github.com/cmroche/greeclimate/releases/tag/v1.0.2
2022-01-16 09:34:53 +01:00
Bobby Rong
a28cddf95f
Merge pull request #154373 from r-ryantm/auto-update/cudatext
cudatext: 1.152.1 -> 1.153.0
2022-01-16 16:34:40 +08:00
Robert Schütz
3cef3028c2 python3Packages.drf-jwt: 1.19.1 -> 1.19.2
https://github.com/Styria-Digital/django-rest-framework-jwt/blob/1.19.2/CHANGELOG.md
2022-01-16 09:34:23 +01:00
Nikolay Amiantov
a42abe27c0 keycloak service: use 'attrsOf anything' for extraConfig 2022-01-16 11:25:44 +03:00
Nikolay Amiantov
827267a27f keycloak service: update HTTPS configuration
Keycloak 16.1.0 uses different way to configure HTTPS.
This requires us to order commands correctly, otherwise linked
objects will fail.
2022-01-16 11:25:44 +03:00
Nikolay Amiantov
3c7e78cc6a keycloak service: ordering for CLI script
Allow update commands in the script to be ordered using `mkOrder`.
If we encounter ordered sub-objects we sort them by priority.

To implement this we now explicitly pass current node in `recurse`,
which also allows us to clean up edge case for top-level node.

Also refactor `recurse` to avoid passing result text argument; we
weren't tail recursive before anyway.
2022-01-16 11:25:44 +03:00
Vladimír Čunát
5bca7618c5
Merge #151862: xorg.libxcvt: init at 0.1.1 2022-01-16 09:20:52 +01:00
Bobby Rong
73ecb375fd
Merge pull request #155118 from figsoda/update-lunatic
lunatic: 0.7.0 -> 0.7.4
2022-01-16 16:01:32 +08:00
Bobby Rong
8aa9b52caf
Merge pull request #155150 from derekcollison/patch-1
nats-server: 2.6.3 -> 2.7.0
2022-01-16 16:01:10 +08:00
Bobby Rong
e51c21de38
Merge pull request #155161 from ipetkov/tailscale-1.20.1
tailscale: 1.18.2 -> 1.20.1
2022-01-16 15:53:58 +08:00
Dmitry Kalinkin
e24c1567a6
i3lock-blur: mark as broken on darwin 2022-01-16 02:53:50 -05:00
Bobby Rong
4483b1bbdb
Merge pull request #155174 from dotlambda/abcmidi-2022.01.13
abcmidi: 2021.12.12 -> 2022.01.13
2022-01-16 15:52:49 +08:00
Bobby Rong
51e7ae791c
Merge pull request #155180 from sei40kr/update-notion-app-enhanced
notion-app-enhanced: 2.0.16-5 -> 2.0.18-1
2022-01-16 15:42:33 +08:00
Jörg Thalheim
94640d1555
Merge pull request #154967 from fabaff/bump-python-socketio
python3Packages.python-engineio: 4.3.0 -> 4.3.1, python3Packages.python-socketio: 5.5.0 -> 5.5.1
2022-01-16 07:05:26 +00:00
Jörg Thalheim
ddd4ffdae9
Merge pull request #155099 from rhoriguchi/flameshot
flameshot: 0.10.2 -> 11.0.0
2022-01-16 06:59:45 +00:00
Jörg Thalheim
b47a652a5e
Merge pull request #155147 from kampka/skaware-llvm
skawarePackages: fix llvm build
2022-01-16 06:54:02 +00:00
Jörg Thalheim
d4846c4526
Merge pull request #155075 from Mic92/ddclient
nixos/ddclient: don't chown secrets until dynamicuser issue is resolved
2022-01-16 06:23:28 +00:00
Jörg Thalheim
5a6a12256d
Merge pull request #154157 from yaxitech/sgx-ssl
sgx-ssl: init at lin_2.15.1_1.1.1l
2022-01-16 06:05:10 +00:00
Seong Yong-ju
cef5f8dba6 notion-app-enhanced: 2.0.16-5 -> 2.0.18-1 2022-01-16 13:40:54 +09:00
Robert Schütz
d5744cffdc abcmidi: 2021.12.12 -> 2022.01.13 2022-01-16 03:01:38 +00:00
Joel
b254d2b1fe minecraftServers: init - move all minecraft-server versions into minecraftServers 2022-01-15 21:58:16 -05:00
Joel
e0843a80e2 minecraft-server: fix using latest jre for all minecraft server versions 2022-01-15 21:58:16 -05:00
Joel
63c488bf3b minecraft-server: add jyooru as maintainer 2022-01-15 21:58:16 -05:00
Joel
867b8e2188 minecraft-server: package major versions 2022-01-15 21:58:16 -05:00
Robert Schütz
29f997efd8 python3Packages.hangups: 0.4.15 -> 0.4.17
https://github.com/tdryer/hangups/releases/tag/v0.4.16
https://github.com/tdryer/hangups/releases/tag/v0.4.17
2022-01-16 02:32:50 +00:00
Martin Weinelt
ae02cde6df
Merge pull request #154697 from mweinelt/python2-byebye 2022-01-16 03:22:15 +01:00
Robert Schütz
adde93f135
Merge pull request #155060 from dotlambda/home-assistant-outsource-tests
home-assistant: outsource component tests
2022-01-15 18:01:52 -08:00
Martin Weinelt
554616d5ed
python3Packages.fiona: drop gdal_2 pin 2022-01-16 02:36:26 +01:00
Martin Weinelt
8afa8e93b4
python3Packages.rasterio: drop gdal_2 pin
Fixes osmnx build, that previously introduced two gdal versions.
2022-01-16 02:36:25 +01:00
Martin Weinelt
3c0752dbe0
displaycal: drop
Last release from 2019, hasn't migrated to python3.

```
Traceback (most recent call last):
  File "/build/DisplayCAL-3.8.9.3/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 258
    print "Bumping version number %s ->" % \
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Bumping version number %s ->" % \)?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
03ddc5b295
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
0a29b6bcd1
getmail: drop
Stuck on python2 and there is a fork that isn't. Recommend getmail6
instead.

```
Traceback (most recent call last):
  File "/build/getmail-5.14/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 51
    print 'Default installation directories:'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Default installation directories:')?
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
308e8396b7
ino: drop
The package is stuck on python2 while the upstream has archived its
repository and the last commit is from 2014.

```
  File "/build/ino-0.3.6/ino/runner.py", line 78
    print colorize(str(exc), 'red')
          ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:24 +01:00
Martin Weinelt
fa0e52a918
vigra: use python3 2022-01-16 02:36:24 +01:00
Martin Weinelt
9cdd711a66
systemtap: use python3 2022-01-16 02:36:24 +01:00
Martin Weinelt
88b69dbcbc
quickder: use python3 2022-01-16 02:36:24 +01:00