Commit Graph

535967 Commits

Author SHA1 Message Date
Fabian Affolter
501203e286
Merge pull request #260945 from r-ryantm/auto-update/python310Packages.cssutils
python310Packages.cssutils: 2.7.1 -> 2.9.0
2023-10-14 20:56:13 +02:00
Fabian Affolter
70a8730b8e
Merge pull request #260970 from r-ryantm/auto-update/python310Packages.django-phonenumber-field
python310Packages.django-phonenumber-field: 7.1.0 -> 7.2.0
2023-10-14 20:55:55 +02:00
Fabian Affolter
f48030d1cc
Merge pull request #260980 from r-ryantm/auto-update/python310Packages.etils
python310Packages.etils: 1.4.1 -> 1.5.1
2023-10-14 20:55:32 +02:00
Fabian Affolter
79a3df98fc
Merge pull request #260989 from r-ryantm/auto-update/python310Packages.formulae
python310Packages.formulae: 0.5.0 -> 0.5.1
2023-10-14 20:54:58 +02:00
Fabian Affolter
a01eeeb186
Merge pull request #260992 from r-ryantm/auto-update/python310Packages.galois
python310Packages.galois: 0.3.5 -> 0.3.6
2023-10-14 20:54:28 +02:00
Fabian Affolter
9fdeac9bf9
Merge pull request #260994 from r-ryantm/auto-update/python310Packages.globus-sdk
python310Packages.globus-sdk: 3.28.0 -> 3.29.0
2023-10-14 20:53:58 +02:00
Fabian Affolter
c336289ee9
Merge pull request #261017 from r-ryantm/auto-update/python310Packages.ibm-cloud-sdk-core
python310Packages.ibm-cloud-sdk-core: 3.16.7 -> 3.17.2
2023-10-14 20:52:19 +02:00
Maximilian Bosch
632cfff257
Merge pull request #259619 from Majiir/fix-networkd-dhcp
nixos/network-interfaces-systemd: fix DHCP setting
2023-10-14 20:47:36 +02:00
Fabian Affolter
050726bf76
Merge pull request #261055 from r-ryantm/auto-update/python310Packages.k-diffusion
python310Packages.k-diffusion: 0.1.0 -> 0.1.1
2023-10-14 20:43:12 +02:00
Fabian Affolter
1b8fdf6697
Merge pull request #261094 from r-ryantm/auto-update/python310Packages.model-bakery
python310Packages.model-bakery: 1.15.0 -> 1.16.0
2023-10-14 20:39:51 +02:00
Fabian Affolter
eefdbbf3f7
Merge pull request #261071 from fabaff/hahomematic-bump
python311Packages.hahomematic: 2023.10.10 -> 2023.10.11
2023-10-14 20:33:38 +02:00
Fabian Affolter
c25898ae23
Merge pull request #261092 from r-ryantm/auto-update/python310Packages.mkdocstrings-python
python310Packages.mkdocstrings-python: 1.7.1 -> 1.7.3
2023-10-14 20:33:29 +02:00
Fabian Affolter
e81fb7cad9
Merge pull request #261086 from r-ryantm/auto-update/python310Packages.meraki
python310Packages.meraki: 1.37.3 -> 1.38.0
2023-10-14 20:32:45 +02:00
Fabian Affolter
9459c55455
Merge pull request #260917 from r-ryantm/auto-update/python310Packages.canopen
python310Packages.canopen: 2.1.0 -> 2.2.0
2023-10-14 20:14:06 +02:00
Fabian Affolter
4c09b9154a
Merge pull request #260955 from r-ryantm/auto-update/python310Packages.datasette
python310Packages.datasette: 0.64.4 -> 0.64.5
2023-10-14 20:12:54 +02:00
Fabian Affolter
16df11991c
Merge pull request #261075 from fabaff/shodan-bump
python311Packages.shodan: 1.30.0 -> 1.30.1
2023-10-14 20:12:37 +02:00
Fabian Affolter
62aacea17c
Merge pull request #257397 from fabaff/fakeredis-bump
python311Packages.fakeredis: 2.18.1 -> 2.19.0
2023-10-14 20:12:21 +02:00
Majiir Paktu
c4228b6c8f nixos/network-interfaces-systemd: fix DHCP setting
The networkd backend logic for setting DHCP= on an interface is bugged
and inconsistent with the scripted logic. Consider this simple NixOS
configuration:

    {
      networking.useNetworkd = true;
      networking.interfaces.eth0.wakeOnLan.enable = true;
    }

The default value of networking.useDHCP is true, so we expect our eth0
interface to have DHCP enabled. With the scripted backend, this works.
But the networkd backend generates the following 40-eth0.network file:

    [Match]
    Name=eth0

    [Network]
    DHCP=no
    IPv6PrivacyExtensions=kernel

This is happening because the wakeOnLan configuration creates a key in
networking.interfaces, and the networkd backend erroneously checks that
instead of for explicitly configured IP addresses as in the scripted
backend. The documentation is also inconsistent across various options.

This change aligns the networkd backend and option documentation to the
actual behavior of the scripted backend, and updates a test to account
for this behavior for both backends.
2023-10-14 13:57:32 -04:00
R. Ryantm
398ac823a1 python310Packages.litellm: 0.1.590 -> 0.1.738 2023-10-14 17:41:44 +00:00
Fabian Affolter
830010bdea
Merge pull request #256839 from fabaff/screenlogicpy-bump
python311Packages.screenlogicpy: 0.8.2 -> 0.9.1
2023-10-14 19:16:10 +02:00
Fabian Affolter
d2a558ae35 python311Packages.cmaes: disable failing test 2023-10-14 19:14:09 +02:00
R. Ryantm
16a4fa0314 python310Packages.model-bakery: 1.15.0 -> 1.16.0 2023-10-14 16:56:30 +00:00
figsoda
3b9fc49935 lurk: 0.3.3 -> 0.3.4
Diff: https://github.com/jakwai01/lurk/compare/v0.3.3...v0.3.4

Changelog: https://github.com/jakwai01/lurk/releases/tag/v0.3.4
2023-10-14 18:46:32 +02:00
R. Ryantm
c5075d8d13 python310Packages.mkdocstrings-python: 1.7.1 -> 1.7.3 2023-10-14 16:36:49 +00:00
Fabian Affolter
7b6de3fa20 python311Packages.fakeredis: 2.18.1 -> 2.19.0
Diff: cunla/fakeredis-py@refs/tags/v2.18.1...v2.19.0

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.19.0
2023-10-14 18:23:16 +02:00
Pavel Anpin
b24f9836f2 codeium: init at 1.2.104 2023-10-14 18:19:53 +02:00
Thomas Gerbet
493a816d1a
Merge pull request #260561 from MikaelFangel/update-caprine-bin
caprine-bin: 2.58.3 -> 2.59.1
2023-10-14 18:01:42 +02:00
Weijia Wang
3004751e3a
Merge pull request #261084 from raphaelr/patch/rider
jetbrains.rider: symlink dotnet-sdk again
2023-10-14 17:55:59 +02:00
R. Ryantm
2fd792f7f1 python310Packages.meraki: 1.37.3 -> 1.38.0 2023-10-14 15:53:09 +00:00
Artturi
75023c43a2
Merge pull request #260975 from Artturin/x11xkb
nixos/x11: don't use a submodule for xkb options
2023-10-14 18:52:30 +03:00
Raphael Robatsch
812e28f491 jetbrains.rider: symlink dotnet-sdk again
`lib/ReSharperHost/linux-*/dotnet` does not exist, so that pattern
expands to nothing, and the ln command became just
`ln -s ${dotnet-sdk_7}`.
2023-10-14 17:38:57 +02:00
Weijia Wang
d0f0927e59
Merge pull request #259434 from wegank/merkaartor-cmake
merkaartor: build with cmake
2023-10-14 17:35:31 +02:00
Fabian Affolter
d5bee46644
Merge pull request #260844 from r-ryantm/auto-update/python310Packages.ansible-core
python310Packages.ansible-core: 2.15.4 -> 2.15.5
2023-10-14 17:26:25 +02:00
Fabian Affolter
c7a40893fe
Merge pull request #260864 from r-ryantm/auto-update/python310Packages.azure-eventgrid
python310Packages.azure-eventgrid: 4.14.0 -> 4.15.0
2023-10-14 17:25:58 +02:00
Fabian Affolter
d6d1427e01
Merge pull request #260870 from r-ryantm/auto-update/python310Packages.azure-mgmt-redhatopenshift
python310Packages.azure-mgmt-redhatopenshift: 1.3.0 -> 1.4.0
2023-10-14 17:25:34 +02:00
Fabian Affolter
3af48348bf
Merge pull request #260914 from r-ryantm/auto-update/python310Packages.btrees
python310Packages.btrees: 5.0 -> 5.1
2023-10-14 17:24:31 +02:00
Fabian Affolter
6e190c4468
python311Packages.canopen: add changelog to meta 2023-10-14 17:22:52 +02:00
Lily Foster
f341d42886
Merge pull request #260982 from marsam/fix-llpp-linux
llpp: fix build
2023-10-14 11:22:10 -04:00
Fabian Affolter
37784e924f
python310Packages.datasette: update disabled 2023-10-14 17:18:50 +02:00
Fabian Affolter
cd55cf0452
python311Packages.datasette: update postPatch section 2023-10-14 17:18:19 +02:00
Fabian Affolter
91be858c0f
python310Packages.cssutils: update disabled 2023-10-14 17:16:07 +02:00
Fabian Affolter
63100599ae
Merge pull request #260928 from r-ryantm/auto-update/python310Packages.crc
python310Packages.crc: 4.3.0 -> 5.0.0
2023-10-14 17:13:39 +02:00
Weijia Wang
d9584005c9
Merge pull request #261007 from wegank/jetbrains-aarch64-1
jetbrains: do not hardcode x64 paths
2023-10-14 17:06:46 +02:00
Fabian Affolter
75752da733 python311Packages.shodan: 1.30.0 -> 1.30.1
Changelog: https://github.com/achillean/shodan-python/blob/1.30.1/CHANGELOG.md
2023-10-14 16:49:59 +02:00
Fabian Affolter
401b41b0b3 python311Packages.hahomematic: 2023.10.10 -> 2023.10.11
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.10.10...2023.10.11

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.10.11
2023-10-14 16:40:01 +02:00
Nick Cao
ce2c2b598d
Merge pull request #260960 from devusb/aws-sso-cli
aws-sso-cli: 1.13.1 -> 1.14.0
2023-10-14 10:34:24 -04:00
Nick Cao
a3f7595178
Merge pull request #260972 from r-ryantm/auto-update/python310Packages.django-simple-captcha
python310Packages.django-simple-captcha: 0.5.18 -> 0.5.20
2023-10-14 10:32:57 -04:00
Nick Cao
839d162a96
Merge pull request #260977 from r-ryantm/auto-update/python310Packages.elasticsearch8
python310Packages.elasticsearch8: 8.10.0 -> 8.10.1
2023-10-14 10:32:16 -04:00
Nick Cao
40da78346f
Merge pull request #260813 from zzzsyyy/update/lutgen
lutgen: 0.8.3 -> 0.9.0
2023-10-14 10:30:20 -04:00
Nick Cao
500b462e96
Merge pull request #260819 from r-ryantm/auto-update/pyrosimple
pyrosimple: 2.11.3 -> 2.11.4
2023-10-14 10:29:09 -04:00