natsukium
b0de0f30d0
python311Packages.repoze-sphinx-autointerface: refactor
2024-01-03 11:04:42 +09:00
natsukium
4205b1a2bc
python311Packages.repoze-sphinx-autointerface: rename from repoze_sphinx_autointerface
2024-01-03 11:04:38 +09:00
natsukium
a8bf17127a
python311Packages.repoze-lru: refactor
2024-01-03 11:04:32 +09:00
natsukium
97475a68f7
python311Packages.repoze-lru: rename from repoze_lru
2024-01-03 11:04:09 +09:00
OTABI Tomoya
8c22a6517c
Merge pull request #266973 from natsukium/zope-exceptions
...
python311Packages.zope-exceptions: 4.6 -> 5.0.1; rename from zope_exceptions
2023-12-31 10:44:04 +09:00
OTABI Tomoya
55b9aa64c3
Merge pull request #277788 from trofi/python3Packages.openllm-core-fix-optional-dependencies-eval
...
python3Packages.openllm-core: fix `optional-dependencies` evaluation
2023-12-31 10:23:37 +09:00
OTABI Tomoya
1f98210a0f
Merge pull request #277777 from trofi/python3Packages.openllm-client-fix-optional-dependencies-attribute
...
python3Packages.openllm-client: fix `optional-dependencies` attribute
2023-12-31 10:22:11 +09:00
OTABI Tomoya
20cff77122
Merge pull request #277563 from r-ryantm/auto-update/readarr
...
readarr: 0.3.12.2327 -> 0.3.13.2338
2023-12-31 10:10:12 +09:00
OTABI Tomoya
c86c8b354e
Merge pull request #277737 from r-ryantm/auto-update/svd2rust
...
svd2rust: 0.31.2 -> 0.31.3
2023-12-31 10:09:54 +09:00
OTABI Tomoya
691597b330
Merge pull request #277766 from r-ryantm/auto-update/turso-cli
...
turso-cli: 0.87.6 -> 0.87.7
2023-12-31 10:09:29 +09:00
OTABI Tomoya
9ccc0ec1e9
Merge pull request #277754 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.54.10 -> 0.54.12
2023-12-31 10:09:11 +09:00
Fabian Affolter
08ccaaf73c
Merge pull request #277801 from fabaff/aioairzone-cloud-bump
...
python311Packages.aioairzone-cloud: 0.3.7 -> 0.3.8
2023-12-31 02:08:43 +01:00
Fabian Affolter
0e196c8632
Merge pull request #277756 from fabaff/aiounifi-bump
...
python311Packages.aiounifi: 67 -> 68
2023-12-31 02:08:23 +01:00
Fabian Affolter
42c4582dbb
Merge pull request #277799 from fabaff/casbin-bump
...
python311Packages.casbin: 1.33.0 -> 1.34.0
2023-12-31 02:08:02 +01:00
OTABI Tomoya
c10df0fb3e
Merge pull request #277651 from natsukium/rdkit/update
...
python311Packages.rdkit: 2023.09.1 -> 2023.09.3; coordgenlibs: fix build with clang
2023-12-31 10:02:02 +09:00
OTABI Tomoya
8ae636c59b
Merge pull request #274860 from SomeoneSerge/fix/opensfm-opencv-cuda
...
python311Packages.opensfm: unbreak the builds
2023-12-31 10:00:24 +09:00
Robert Scott
ec3229de33
Merge pull request #277753 from gador/flask-security-too-5.3.3
...
python3Packages.flask-security-too: 5.3.2 -> 5.3.3
2023-12-30 23:45:14 +00:00
Peder Bergebakken Sundt
855df076e6
Merge pull request #271772 from uakci/renoise-version-bump
...
renoise: 3.3.2 → 3.4.3
2023-12-31 00:38:16 +01:00
Mario Rodas
9f434bd436
Merge pull request #277388 from marsam/update-universal-ctags
...
universal-ctags: 6.0.0 -> 6.1.0
2023-12-30 17:22:45 -05:00
Fabian Affolter
ce7d19b6ad
Merge pull request #277690 from fabaff/thermobeacon-ble-bump
...
python311Packages.thermobeacon-ble: 0.6.0 -> 0.6.2
2023-12-30 23:21:16 +01:00
Ilan Joselevich
210ab761b4
Merge pull request #276294 from phaer/cachix-signing-key
...
cachix-watch-store: allow to set a signing key
2023-12-31 00:20:52 +02:00
Fabian Affolter
99690d1689
python311Packages.casbin: 1.33.0 -> 1.34.0
...
Diff: https://github.com/casbin/pycasbin/compare/refs/tags/v1.33.0...v1.34.0
Changelog: https://github.com/casbin/pycasbin/blob/v1.34.0/CHANGELOG.md
2023-12-30 23:17:35 +01:00
Mario Rodas
86e2edaa29
Merge pull request #277785 from r-ryantm/auto-update/usql
...
usql: 0.17.0 -> 0.17.2
2023-12-30 17:16:00 -05:00
Fabian Affolter
0a12884559
python311Packages.aioairzone-cloud: 0.3.7 -> 0.3.8
...
Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.3.7...0.3.8
Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.3.8
2023-12-30 23:14:05 +01:00
Nikolay Korotkiy
3ff2ce71b8
Merge pull request #277621 from NickCao/traefik
...
traefik: fix cross compilation
2023-12-31 01:45:35 +04:00
Sergei Trofimovich
09a5f17eec
lua-wrapper: fix luaPath and luaCpath definitions
...
Before the change:
$ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
error:
error: attribute 'lib' missing
After the change:
$ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
[ "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?.lua;/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?/init.lua" "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/lib/lua/5.2/?.so" ]
2023-12-30 22:37:06 +01:00
Guillaume Girol
88a82d455f
nix-du: 1.1.1 -> 1.2.0
...
Diff: https://github.com/symphorien/nix-du/compare/v1.1.1...v1.2.0
2023-12-30 22:20:45 +01:00
Nikolay Korotkiy
00a18a8c6a
Merge pull request #277623 from NickCao/micro
...
micro: fix cross compilation
2023-12-31 00:51:41 +04:00
Sergei Trofimovich
12a8aa5ac8
python3Packages.openllm-core: fix optional-dependencies
evaluation
...
Without the change eval fails as:
$ nix build --no-link -f. python3Packages.openllm-core.optional-dependencies
error:
79| passthru.optional-dependencies =
| ^
80| let
error: attribute 'accelerate' missing
From what I see `accelerate` was always missing in `transflrmers` package.
While at it fixed `full` evaluation by disambiguating between input
argument and `passthru` attribute.
2023-12-30 20:40:20 +00:00
Nikolay Korotkiy
d3252cdcea
Merge pull request #277522 from trzpiot/bruno-1.5.1
...
bruno: 1.5.0 -> 1.5.1
2023-12-31 00:37:57 +04:00
R. Ryantm
1977db4663
usql: 0.17.0 -> 0.17.2
2023-12-30 20:32:01 +00:00
Nick Cao
5bc0439d70
Merge pull request #272683 from r-ryantm/auto-update/rust-analyzer-unwrapped
...
rust-analyzer-unwrapped: 2023-11-13 -> 2023-12-25
2023-12-30 14:59:05 -05:00
R. Ryantm
ff69b00937
rat-king-adventure: 1.5.2a -> 1.5.3
2023-12-30 19:52:56 +00:00
R. Ryantm
cc0553a638
goxel: 0.12.0 -> 0.13.0
2023-12-30 19:46:43 +00:00
Sergei Trofimovich
7a851d2593
python3Packages.openllm-client: fix optional-dependencies
attribute
...
Without the change `python3Packages.openllm-client.optional-dependencies.full`
always fails to evaluate as:
$ nix build --no-link -f. python3Packages.openllm-client.optional-dependencies.full
error:
error: attribute 'agents' missing
49| soundfile
50| ] ++ transformers.agents;
| ^
51| full = passthru.optional-dependencies.grpc ++ passthru.optional-dependencies.agents;
As `transformers` never exposed `agents` let's just drop the reference.
2023-12-30 19:29:02 +00:00
Doron Behar
b0d36bd0a4
Merge pull request #277337 from doronbehar/pkg/python-pint
...
python311Packages.pint: 0.22 -> 0.23
2023-12-30 18:35:34 +00:00
R. Ryantm
8e058b5ee7
turso-cli: 0.87.6 -> 0.87.7
2023-12-30 18:23:46 +00:00
Nick Cao
fb6f005181
Merge pull request #272552 from SuperSandro2000/ghostscript-nox
...
nixos/no-x-libs: add ghostscript
2023-12-30 13:23:42 -05:00
Nick Cao
86b9cdb250
Merge pull request #277736 from r-ryantm/auto-update/surrealdb-migrations
...
surrealdb-migrations: 1.0.0 -> 1.0.1
2023-12-30 12:48:50 -05:00
Adam C. Stephens
7d97faa166
Merge pull request #277752 from philiptaron/regression-fix/pr-271326
...
nixos/lxd-agent: fix evaluation regression
2023-12-30 12:23:56 -05:00
Nick Cao
5eee63e188
Merge pull request #277652 from NickCao/sing-box
...
sing-box: 1.7.6 -> 1.7.7
2023-12-30 12:21:20 -05:00
Nick Cao
c9ecfc1a8e
Merge pull request #277619 from NickCao/mtail
...
mtail: build all binaries, enable tests
2023-12-30 12:21:08 -05:00
Nikolay Korotkiy
97959816b1
Merge pull request #277687 from snaar/update-far2l
...
far2l: 2.4.1 -> 2.5.3
2023-12-30 21:02:25 +04:00
Fabian Affolter
2765ca157c
python311Packages.aiounifi: 67 -> 68
...
Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v67...v68
Changelog: https://github.com/Kane610/aiounifi/releases/tag/v68
2023-12-30 18:02:23 +01:00
R. Ryantm
1ac836a295
terragrunt: 0.54.10 -> 0.54.12
2023-12-30 16:56:10 +00:00
Philip Taron
da90576aac
nixos/lxd-agent: fix evaluation regression caused by nixos/nixpkgs#271326
2023-12-30 08:45:30 -08:00
snaar
5b2eefcc03
far2l: 2.4.1 -> 2.5.3
...
seems to address core dump that started to happen on 23.11;
patch for python installation script no longer needed, so automatic updates should be unblocked now
2023-12-30 11:34:35 -05:00
Robert Hensing
9f98c59547
Merge pull request #276271 from hercules-ci/modules-types-description-nonRestrictiveClause
...
lib.types: Improve descriptions of composed types that have commas
2023-12-30 17:29:16 +01:00
Florian Brandes
4e53e55619
python3Packages.flask-security-too: 5.3.2 -> 5.3.3
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-12-30 17:03:12 +01:00
Nick Cao
53928007cd
Merge pull request #277730 from GaetanLepage/pymc
...
python311Packages.pymc: fix hash mismatch
2023-12-30 10:42:43 -05:00