Skip to content

Commit

Permalink
develop (#3)
Browse files Browse the repository at this point in the history
* flaresolverr: init at 3.3.21

* nixos/flaresolverr: initial commit

* minio: 2024-07-04T14-25-45Z -> 2024-07-16T23-46-41Z

* cargo-make: 0.37.13 -> 0.37.14

* vscode-extensions.nefrob.vscode-just-syntax: 0.3.0 -> 0.5.1

* python312Packages.tencentcloud-sdk-python: 3.0.1190 -> 3.0.1192

Diff: TencentCloud/tencentcloud-sdk-python@refs/tags/3.0.1190...3.0.1192

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1192/CHANGELOG.md

* python312Packages.tencentcloud-sdk-python: 3.0.1192 -> 3.0.1193

Diff: TencentCloud/tencentcloud-sdk-python@refs/tags/3.0.1192...3.0.1193

Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1193/CHANGELOG.md

* python312Packages.boto3-stubs: 1.34.144 -> 1.34.145

* python312Packages.botocore-stubs: 1.34.144 -> 1.34.145

* phraze: Add updateScript and version test

* files-cli: 2.13.85 -> 2.13.96

* lbreakouthd: 1.1.8 -> 1.1.9

* kdePackages.kio: 6.4.0 -> 6.4.1

* kdePackages.kwidgetsaddons: 6.4.0 -> 6.4.1

* home-assistant-custom-lovelace-modules.android-tv-card: 3.8.1 -> 3.8.2

Diff: Nerwyn/android-tv-card@3.8.1...3.8.2

* strictdoc: 0.0.57 -> 0.0.58

* nh: 3.5.18 -> 3.5.19

* steampipe: 0.23.2 -> 0.23.3

* numix-icon-theme-circle: 24.04.22 -> 24.07.19

* srm-cuarzo: 0.6.1-1 -> 0.6.3-1

* python312Packages.gpytorch: 1.11 -> 1.12

* haven-cli: 4.0.0 -> 4.0.2

* android-studio: 2024.1.1.11 -> 2024.1.1.12

* androidStudioPackages.canary: 2024.1.2.8 -> 2024.1.3.1

* ntpd-rs: 1.2.0 -> 1.2.2

* go: support FreeBSD

* python312Packages.app-model: 0.2.7 -> 0.2.8

* python312Packages.lmfit: 1.3.1 -> 1.3.2

* kustomize: 5.4.2 -> 5.4.3

* cargo-modules: 0.16.3 -> 0.16.6

* safeeyes: add missing setuptools dependency

Fixes:

    Traceback (most recent call last):
      File "/nix/store/km8nzjccd4r0g704is31q18qzl101g89-safeeyes-2.1.9/bin/.safeeyes-wrapped", line 6, in <module>
        from safeeyes.__main__ import main
      File "/nix/store/km8nzjccd4r0g704is31q18qzl101g89-safeeyes-2.1.9/lib/python3.12/site-packages/safeeyes/__main__.py", line 32, in <module>
        from safeeyes import utility
      File "/nix/store/km8nzjccd4r0g704is31q18qzl101g89-safeeyes-2.1.9/lib/python3.12/site-packages/safeeyes/utility.py", line 35, in <module>
        from distutils.version import LooseVersion
    ModuleNotFoundError: No module named 'distutils'

* python312Packages.holidays: 0.52 -> 0.53

https://github.com/vacanza/python-holidays/releases/tag/v0.53

* python312Packages.pytedee-async: 0.2.17 -> 0.2.20

Diff: zweckj/aiotedee@refs/tags/v0.2.17...v0.2.20

Changelog: https://github.com/zweckj/pytedee_async/releases/tag/v0.2.20

* python312Packages.python-kasa: 0.7.0.3 -> 0.7.0.5

Diff: python-kasa/python-kasa@refs/tags/0.7.0.3...0.7.0.5

Changelog: https://github.com/python-kasa/python-kasa/blob/0.7.0.5/CHANGELOG.md

Co-Authored-By: Martin Weinelt <[email protected]>

* python312Packages.upb-lib: 0.5.7 -> 0.5.8

Diff: gwww/upb-lib@refs/tags/0.5.7...0.5.8

Changelog: https://github.com/gwww/upb-lib/releases/tag/0.5.8

* obs-studio-plugins.obs-move-transition: 3.0.1 -> 3.0.2

* home-assistant: 2024.7.2 -> 2024.7.3

https://github.com/home-assistant/core/releases/tag/2024.7.3

* python312Packages.homeassistant-stubs: 2024.7.2 -> 2024.7.3

https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.7.3

* mark: 9.12.0 -> 9.13.0

* ntpd-rs: disable testsuite, too flaky

* python312Packages.yfinance: 0.2.40 -> 0.2.41

* emacsPackages.ott-mode: trivialBuild -> melpaBuild

Also fix homepage and license.

* python312Packages.distributed: 2024.7.0 -> 2024.7.1

* python312Packages.rotary-embedding-torch: 0.6.2 -> 0.6.4

* beanhub-cli: 1.2.2 -> 1.2.3

* open-scq30: add CoreBluetooth framework on Darwin

* doc: Remove indefinite article and ending period from example meta.description

so that meta.description examples shown in the documentation
align with recommendations given in the "Meta attributes" section
in pkgs/README.md.

The changes were made with the following commands:
nix run nixpkgs#silver-searcher -- -l0 'description\s*=\s*"([Aa]n?|[Tt]he)\s' doc \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee '/description/s/"([Aa]n?|[Tt]he)\s(.)/"\U\2/'
nix run nixpkgs#silver-searcher -- -l0 'description\s*=\s*".*\."' doc \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee '/description/s/\."/"/'

* python312Packages.gtts: 2.5.1 -> 2.5.2

* virtiofsd: 1.11.0 -> 1.11.1

* llvm: fix broken llvm-config-native for canExecute

Since a0b4b85 ("llvm: Avoid cross compiling if the build platform
can execute host binaries"), the flags to get a working
llvm-config-native are not used when the build platform can execute
host binaries, resulting in a broken llvm-config-native, and therefore
a broken mesa, but since build can execute host, we don't need a
separate llvm-config-native at all — we can just use the normal
llvm-config.

Fixes: a0b4b85 ("llvm: Avoid cross compiling if the build platform can execute host binaries")

* linuxPackages_latest.rust-out-of-tree-module.updateScript: init

Added a version to the package to make the update script happy.

* linuxPackages_latest.rust-out-of-tree-module: 0-unstable-2023-08-29 -> 0-unstable-2024-05-06

Updated for breaking changes in Linux 6.10.

* androidStudioPackages.beta: 2024.1.1.10 -> 2024.1.2.9

* python312Packages.quaternion: 2023.0.3 -> 2023.0.4

* erigon: 2.60.2 -> 2.60.4

* python312Packages.cohere: 5.6.0 -> 5.6.1

* osu-lazer-bin: 2024.718.0 -> 2024.718.1

* vscode-extensions.42crunch.vscode-openapi: 4.25.3 -> 4.27.0

- Changelog: https://github.com/42Crunch/vscode-openapi/blob/master/CHANGELOG.md#version-4270-june-27-2024
- Comparing changes: 42Crunch/vscode-openapi@v4.25.3...v4.27.0

* osu-lazer: 2024.718.0 -> 2024.718.1

* silice: 0-unstable-2024-06-23 -> 0-unstable-2024-07-15

* cudaPackages.writeGpuTestPython: allow a selector for `libraries` to accommodate different python versions

* bemenu: 0.6.22 -> 0.6.23

* cudaPackages.writeGpuTestPython: sync the attr and the filesystem paths

* python312Packages.python-smarttub: 0.0.36 -> 0.0.37

* gnome-font-viewer: fix build with clang 16

* cudaPackages.writeGpuTestPython: accept makeWrapperArgs

* python311Packages.torch.tests.tester-*Available: unbreak for non-default python package sets

* python3Packages.torch.tests.*compile*: init

* bustle: use gettext from nixpkgs

The vendored gettext fails to build with clang 16 on Darwin. The gettext in nixpkgs works.

* incus: fix OVMF path backward compatibility

incus 6.3.0 changed the OVMF path, but our module needs to support LTS
as well. Also move the newer OCI deps to be conditional on version.

* vscodium: 1.90.2.24171 -> 1.91.1.24193

* nixos/wrappers: use normal mount for /run/wrappers

We want to get rid of specialFileSystems / earlyMountScript eventually and
there is no need to run this before systemd anymore now that
the wrappers themselves are set up in a systemd unit since NixOS#263203

Also this is needed to make soft-reboot work. We want to make sure
that we remount /run/wrappers with the nosuid bit removed on soft-reboot
but because @earlyMountScript@ happens in initrd, this wouldn't happen

* xdg-desktop-portal-xapp: 1.0.7 -> 1.0.8

* cinnamon.pix: 3.4.1 -> 3.4.2

Also enable optional brasero / colord support.

linuxmint/pix@3.4.1...3.4.2

* cinnamon.cinnamon-session: 6.2.0 -> 6.2.1

* applet-window-buttons6: init at 0.13.0

* python312Packages.formulae: 0.5.3 -> 0.5.4

* python312Packages.tplink-omada-client: 1.4.0 -> 1.4.1

* tui-journal: 0.9.0 -> 0.9.1

* wstunnel: 9.7.2 -> 9.7.4

* iosevka: 30.3.2 -> 30.3.3

---------

Co-authored-by: Pavel Sobolev <[email protected]>
Co-authored-by: Peder Bergebakken Sundt <[email protected]>
Co-authored-by: Emily <[email protected]>
Co-authored-by: Martin Weinelt <[email protected]>
Co-authored-by: R. Ryantm <[email protected]>
Co-authored-by: Robert Scott <[email protected]>
Co-authored-by: Johannes Jöns <[email protected]>
Co-authored-by: nixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>
Co-authored-by: abysssol <[email protected]>
Co-authored-by: uncenter <[email protected]>
Co-authored-by: Fabian Affolter <[email protected]>
Co-authored-by: Fabian Affolter <[email protected]>
Co-authored-by: Jörg Thalheim <[email protected]>
Co-authored-by: José Romildo Malaquias <[email protected]>
Co-authored-by: x123 <[email protected]>
Co-authored-by: Thomas Gerbet <[email protected]>
Co-authored-by: Artturin <[email protected]>
Co-authored-by: K900 <[email protected]>
Co-authored-by: Adam C. Stephens <[email protected]>
Co-authored-by: Nick Cao <[email protected]>
Co-authored-by: Emily Trau <[email protected]>
Co-authored-by: Weijia Wang <[email protected]>
Co-authored-by: Yt <[email protected]>
Co-authored-by: Lin Jian <[email protected]>
Co-authored-by: Franz Pletz <[email protected]>
Co-authored-by: Audrey Dutcher <[email protected]>
Co-authored-by: Cole Helbling <[email protected]>
Co-authored-by: Martin Weinelt <[email protected]>
Co-authored-by: Robert Schütz <[email protected]>
Co-authored-by: Marcus Ramberg <[email protected]>
Co-authored-by: Randy Eckenrode <[email protected]>
Co-authored-by: Pol Dellaiera <[email protected]>
Co-authored-by: Alexis Hildebrandt <[email protected]>
Co-authored-by: lassulus <[email protected]>
Co-authored-by: Robert Schütz <[email protected]>
Co-authored-by: Alyssa Ross <[email protected]>
Co-authored-by: Masum Reza <[email protected]>
Co-authored-by: Thiago Kenji Okada <[email protected]>
Co-authored-by: Sandro <[email protected]>
Co-authored-by: Gutyina Gergő <[email protected]>
Co-authored-by: Benedikt Hiemer <[email protected]>
Co-authored-by: Maximilian Bosch <[email protected]>
Co-authored-by: Aleksana <[email protected]>
Co-authored-by: Guillaume Girol <[email protected]>
Co-authored-by: Someone Serge <[email protected]>
Co-authored-by: ❄️ <[email protected]>
Co-authored-by: Yorick <[email protected]>
Co-authored-by: Adam Stephens <[email protected]>
Co-authored-by: Leona Maroni <[email protected]>
Co-authored-by: Arian van Putten <[email protected]>
Co-authored-by: A1ca7raz <[email protected]>
Co-authored-by: John Ericson <[email protected]>
Co-authored-by: Bobby Rong <[email protected]>
Co-authored-by: Someone <[email protected]>
  • Loading branch information
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d0436f5

Please sign in to comment.