Wolfgang Walther
a1ae4377e0
nixosTests.postgresql-wal-receiver: avoid manual imports
...
Manually importing postgresql packages from the /pkgs/ folder or
manually importing the test from /nixos/tests/ in generic.nix is not
only ugly, but also forbidden should we ever move to pkgs/by-name.
We can achieve almost the same with a slightly different setup. We allow
overriding the postgresql package for the test via passthru.override, to
make sure that each postgresql_xx.tests.postgresql-wal-receiver is
properly teted with the right version.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
75d51c5889
postgresqlVersions: init
...
Allows building all PostgreSQL versions at once with:
nix-build -A postgresqlVersions
Also makes it possible for nixosTests to target all PostgreSQL versions
without importing the postgresql folder across the whole repo.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
d3feaaebea
nixosTests.pgjwt: fix test
...
This seems to have broken years ago, because "CREATE EXTENSION
pgcrypto;" etc. were added to the upstream file about 6 years ago.
2024-11-09 18:23:58 +01:00
R. Ryantm
e2636cf342
python312Packages.msgraph-sdk: 1.11.0 -> 1.12.0
2024-11-09 17:23:45 +00:00
Maximilian Bosch and GitHub
3bf6a063b3
Merge: postgresqlPackages: fix some builds on darwin ( #354748 )
2024-11-09 18:21:30 +01:00
R. Ryantm
059fc0f2de
gh-dash: 4.7.0 -> 4.7.1
2024-11-09 17:14:18 +00:00
fliiiix
e4525288a6
python312Packages.radish-bdd: re-enable all tests
2024-11-09 18:12:33 +01:00
R. Ryantm
8f55df5aa8
krabby: 0.2.0 -> 0.2.1
2024-11-09 17:11:12 +00:00
fliiiix
7e47960599
python312Packages.radish-bdd: remove unused dependencies
2024-11-09 18:05:16 +01:00
Maximilian Bosch and GitHub
f11b5ff8a2
Merge: pg-dump-anon: use latest postgresql available ( #354526 )
2024-11-09 17:57:17 +01:00
Dionysis Grigoropoulos
0a7544a423
python312Packages.anthropic: 0.35.0 -> 0.39.0
2024-11-09 18:55:44 +02:00
SomeoneSerge
b01d3ee023
python312Packages.polars: 1.9.0 -> 1.12.0
2024-11-09 16:53:53 +00:00
Fabian Affolter
8f3dad550f
python312Packages.lacuscore: 1.11.3 -> 1.12.1
...
Diff: ail-project/LacusCore@refs/tags/v1.11.3...v1.12.1
Changelog: https://github.com/ail-project/LacusCore/releases/tag/v1.12.1
2024-11-09 17:49:07 +01:00
Fabian Affolter
446aa3f0b2
python312Packages.playwrightcapture: 1.26.3 -> 1.27.0
...
Diff: Lookyloo/PlaywrightCapture@refs/tags/v1.26.3...v1.27.0
Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.27.0
2024-11-09 17:48:34 +01:00
fliiiix
116732a915
python312Packages.radish-bdd: fix missing yaml dependency
...
```
Traceback (most recent call last):
File "/nix/store/m7wyckhw6ll6q2azfpivb0jqk9q9fm8z-python3.12-radish-bdd-0.17.1/bin/.radish-test-wrapped", line 6, in <module>
from radish.testing.__main__ import main
File "/nix/store/m7wyckhw6ll6q2azfpivb0jqk9q9fm8z-python3.12-radish-bdd-0.17.1/lib/python3.12/site-packages/radish/testing/__main__.py", line 15, in <module>
from radish.testing.matches import test_step_matches_configs
File "/nix/store/m7wyckhw6ll6q2azfpivb0jqk9q9fm8z-python3.12-radish-bdd-0.17.1/lib/python3.12/site-packages/radish/testing/matches.py", line 12, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
```
radish-test requires pyyaml at runtime.
2024-11-09 17:43:34 +01:00
Doron Behar
635e9d2ebb
sile: switch to the zstd based source
2024-11-09 18:24:14 +02:00
Nick Cao and GitHub
172cb3ef53
openpgp-card-tools: Add shell completions and man pages ( #354287 )
2024-11-09 11:18:56 -05:00
Caleb Maclennan and Doron Behar
91e4660ed8
git-warp-time: init at 0.8.4
2024-11-09 18:17:15 +02:00
R. Ryantm
d60f27f889
ov: 0.36.0 -> 0.37.0
2024-11-09 16:16:30 +00:00
Robert Schütz and GitHub
b35c45a2c1
python312Packages.imap-tools: 1.7.3 -> 1.7.4 ( #354754 )
2024-11-09 08:10:39 -08:00
Robert Schütz and GitHub
31aa6f6edf
python312Packages.nice-go: 0.3.9 -> 0.3.10 ( #354750 )
2024-11-09 08:09:32 -08:00
Nick Cao and GitHub
bba140c5a3
python312Packages.free-proxy: 1.1.2 -> 1.1.3 ( #354539 )
2024-11-09 11:03:35 -05:00
R. Ryantm
c61adda6be
python312Packages.dinghy: 1.3.2 -> 1.3.3
2024-11-09 16:03:16 +00:00
Nick Cao and GitHub
6430e02e54
cotp: 1.9.1 -> 1.9.2 ( #354558 )
2024-11-09 11:02:58 -05:00
Nick Cao and GitHub
9139ad63f2
granted: 0.36.0 -> 0.36.1 ( #354572 )
2024-11-09 11:02:18 -05:00
Nick Cao and GitHub
275614510a
python312Packages.ucsmsdk: 0.9.20 -> 0.9.21 ( #354596 )
2024-11-09 11:01:21 -05:00
Nick Cao and GitHub
cff5cbc5a1
python312Packages.aiortm: 0.9.24 -> 0.9.25 ( #354607 )
2024-11-09 10:59:37 -05:00
Doron Behar
d7249b6c2b
python312Packages.jedi-language-server: fix meta.changelog link
2024-11-09 17:57:56 +02:00
Nick Cao and GitHub
043d2cb448
python312Packages.whenever: 0.6.10 -> 0.6.12 ( #354613 )
2024-11-09 10:57:54 -05:00
Doron Behar
d3c201838e
python312Packages.jedi-language-server: modernise
...
- Don't use `with lib;` in `meta`.
- Use modern dependencies arguments to `buildPythonPackage`.
- Don't use `repo = pname` in `src`.
- Use "pyproject = true;" instead of "format = pyproject".
- Reorder inputs to the order they are used, and put them in sections.
2024-11-09 17:57:51 +02:00
Nick Cao and GitHub
646347d507
pulumi-bin: 3.137.0 -> 3.138.0 ( #354618 )
2024-11-09 10:55:39 -05:00
Weijia Wang and GitHub
807e43e559
msi-ec: 0-unstable-2024-09-19 -> 0-unstable-2024-11-04 ( #353627 )
2024-11-09 16:54:28 +01:00
Nick Cao and GitHub
02e3707a2c
python312Packages.jedi-language-server: 0.41.4 -> 0.42.0 ( #354713 )
2024-11-09 10:51:58 -05:00
Nick Cao and GitHub
d8a18ae783
python312Packages.mitogen: 0.3.16 -> 0.3.18 ( #354717 )
2024-11-09 10:50:48 -05:00
Nick Cao and GitHub
b276bfa32b
python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 ( #354720 )
2024-11-09 10:49:23 -05:00
Yt and GitHub
df67f3f7b2
helix-gpt: 0.31.0 -> 0.34.0 ( #354767 )
2024-11-09 10:47:16 -05:00
Martin Weinelt and GitHub
7307a89645
home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0 ( #354787 )
2024-11-09 16:46:55 +01:00
Nick Cao and GitHub
9559e9044e
python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68 ( #354681 )
2024-11-09 10:45:57 -05:00
R. Ryantm
45d7d8c8b3
python312Packages.millheater: 0.11.8 -> 0.12.0
2024-11-09 15:45:12 +00:00
Nick Cao and GitHub
3061dbd29c
ab-av1: 0.7.18 -> 0.7.19 ( #354684 )
2024-11-09 10:44:50 -05:00
Nick Cao and GitHub
3be1322ad9
python312Packages.objprint: 0.2.3 -> 0.3.0 ( #354693 )
2024-11-09 10:42:56 -05:00
Nick Cao and GitHub
a8e970898d
ccls: 0.20240505 -> 0.20241108 ( #354698 )
2024-11-09 10:40:32 -05:00
Nick Cao and GitHub
d5df6af636
python312Packages.tencentcloud-sdk-python: 3.0.1261 -> 3.0.1262 ( #354699 )
2024-11-09 10:39:53 -05:00
Nick Cao and GitHub
2bac553f5a
okteto: 3.0.0 -> 3.1.0 ( #354702 )
2024-11-09 10:39:12 -05:00
Nick Cao and GitHub
d7a6066949
ocamlPackages.http-mirage-client: 0.0.7 -> 0.0.8 ( #354650 )
2024-11-09 10:37:30 -05:00
Nick Cao and GitHub
011f48fb22
fluent-bit: 3.1.9 -> 3.1.10 ( #354664 )
2024-11-09 10:35:45 -05:00
Doron Behar
f8ba284376
python312Packages.guidata: 3.7.0 -> 3.7.1
...
Diff: https://github.com/PlotPyStack/guidata/compare/refs/tags/v3.7.0...v3.7.1
Changelog: https://github.com/PlotPyStack/guidata/blob/refs/tags/v3.7.1/CHANGELOG.md
2024-11-09 17:33:23 +02:00
Nick Cao and GitHub
d9353697ca
tile38: 1.33.3 -> 1.33.4 ( #354674 )
2024-11-09 10:32:53 -05:00
happysalada
4f101cae70
aider-chat: add playwright version
2024-11-09 10:32:00 -05:00
Ramses and GitHub
7953deea24
keybase-gui: 6.2.4 -> 6.4.0 ( #336886 )
2024-11-09 16:30:22 +01:00