Commit Graph

542716 Commits

Author SHA1 Message Date
Janne Heß
d80d7d6697
Merge pull request #258071 from helsinki-systems/feat/stc-lock
nixos/switch-to-configuration: Lock the switch
2023-10-30 10:49:50 +01:00
Maximilian Bosch
71ece62fd4
glom: provide bin dir of postgresql
By default `pg_config --bindir` is executed during configure phase to
get the bin directory containing all the postgres executables used by
glom.

This seems wrong given that the same postgresql_15 package will be
executed on build and on the final host platform which is not
necessarily the same. To avoid that, specify the bin dir manually via
the corresponding configure option.
2023-10-30 10:41:16 +01:00
Maximilian Bosch
1220a4d4dd
postgresql_11: remove
As described in the release lifecycle docs from postgresql[1], v11 will
stop receiving fixes as of Nov 9 2023. This means it's EOL throughout
the entire lifetime of 23.11, so let's drop it now.

A lot of examples are also referencing postgresql_11. Where it's
sensible, use postgresql_15 as example now to avoid confusion.

This is also handy because the LLVM 16 fix for postgresql is not
available for postgresql 11 ;-)

[1] https://www.postgresql.org/support/versioning/
2023-10-30 10:41:16 +01:00
K900
699e0ab8d9
Merge pull request #264313 from K900/kernel-6.6
Kernel 6.6
2023-10-30 12:39:39 +03:00
R. Ryantm
5f3e09f413 fulcio: 1.4.1 -> 1.4.3 2023-10-30 09:25:56 +00:00
R. Ryantm
1aa5e4f866 ddns-go: 5.6.3 -> 5.6.4 2023-10-30 09:23:20 +00:00
Atemu
f5458516e4
Merge pull request #264002 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-10-28
2023-10-30 10:08:08 +01:00
Kirill Radzikhovskyy
c08e458e7f guitarix: fix build 2023-10-30 19:49:32 +11:00
Claudio Bley
c871ce0f51 bazel_6: Fix pythonBinPath and pythonBinPathWithNixHacks tests
The tests started to fail after the repo-wide python 3.10 -> 3.11 update.

This is caused by Bazel's py_binary rule setting the [`PYTHONSAFEPATH`][1]
environment variable, which only has an effect for Python >= 3.11.

Setting this variable avoids prepending the current working directory and the
script's directory. The current test code relied on this behavior and thus
failed with:

```
Traceback (most recent call last):
  File "/build/.cache/bazel/_bazel_build/8bcfff1c77854f2a2b07d1413b0fc106/execroot/our_workspace/bazel-out/k8-fastbuild/bin/python/bin.runfiles/our_workspace/python/bin.py", line 6, in <module>
    from lib import foo
ModuleNotFoundError: No module named 'lib'
```

See also [bazelbuild/bazel#7091][2]

[1]: https://docs.python.org/3.11/using/cmdline.html#envvar-PYTHONSAFEPATH
[2]: https://github.com/bazelbuild/bazel/issues/7091
2023-10-30 09:43:28 +01:00
Alyssa Ross
423b31f1b2 pr-tracker: 1.2.0 -> 1.3.0 2023-10-30 08:13:13 +00:00
Alyssa Ross
ed449a1f05 pr-tracker: fetchurl -> fetchzip
The tarballs are dynamically generated by cgit, so we should use
fetchzip (which extracts the tarball) to ensure determinism.
2023-10-30 08:13:13 +00:00
R. Ryantm
25fbde2ad0 civo: 1.0.67 -> 1.0.68 2023-10-30 08:12:07 +00:00
K900
be33098cff linux/common-config: enable new security features for 6.6 2023-10-30 11:11:15 +03:00
K900
419eba9ab1 linux_6_6: init at 6.6 2023-10-30 10:48:44 +03:00
Fabian Affolter
059348710f
Merge pull request #263578 from fabaff/azure-mgmt-containerregistry-bump
python311Packages.azure-mgmt-containerregistry: 10.1.0 -> 10.2.0
2023-10-30 08:19:32 +01:00
Fabian Affolter
65c2538b25
Merge pull request #263577 from fabaff/azure-mgmt-netapp-bump
python311Packages.azure-mgmt-netapp: 10.1.0 -> 11.0.0
2023-10-30 08:16:32 +01:00
Fabian Affolter
720e9b082f
Merge pull request #264115 from fabaff/google-cloud-vision-bump
python311Packages.google-cloud-vision: 3.4.4 -> 3.4.5
2023-10-30 08:05:50 +01:00
Fabian Affolter
ab940810a0
Merge pull request #264113 from fabaff/garminconnect-bump
python311Packages.garminconnect: 0.2.8 -> 0.2.9
2023-10-30 08:05:19 +01:00
Fabian Affolter
0532c14154 python311Packages.publicsuffixlist: switch to pyproject 2023-10-30 08:02:39 +01:00
Fabian Affolter
9c8d9a7af3 python311Packages.publicsuffixlist: 0.10.0.20231026 -> 0.10.0.20231030 2023-10-30 07:58:50 +01:00
Fabian Affolter
9909fe5a1c python311Packages.qcodes-loop: remove patch
- add changelog to meta
- enable all tests
2023-10-30 07:56:38 +01:00
Woze Parrot
99bc0b5a9a
seaweedfs: 3.55 -> 3.58 2023-10-30 02:43:41 -04:00
Fabian Affolter
14e7480dd5 python311Packages.pgvector: 0.2.2 -> 0.2.3
Diff: https://github.com/pgvector/pgvector-python/compare/refs/tags/v0.2.2...v0.2.3

Changelog: https://github.com/pgvector/pgvector-python/blob/refs/tags/v0.2.3/CHANGELOG.md
2023-10-30 07:33:21 +01:00
Fabian Affolter
fab8bbf389
Merge pull request #264182 from fabaff/hap-python-bump
python311Packages.hap-python: 4.9.0 -> 4.9.1
2023-10-30 07:32:28 +01:00
Fabian Affolter
2f66a2de51
Merge pull request #264216 from fabaff/peaqevcore-bump
python311Packages.peaqevcore: 19.5.10 -> 19.5.12
2023-10-30 07:32:17 +01:00
Mario Rodas
8c23210236
Merge pull request #263126 from adamcstephens/calibreweb/bump
calibre-web: 0.6.20 -> 0.6.21
2023-10-30 01:18:35 -05:00
Mario Rodas
1d9a88ae85
Merge pull request #264184 from r-ryantm/auto-update/git-cliff
git-cliff: 1.3.1 -> 1.4.0
2023-10-30 00:56:15 -05:00
Mario Rodas
382b0bb6ec
Merge pull request #264000 from marsam/update-mystmd
mystmd: 1.1.22 -> 1.1.23
2023-10-30 00:55:12 -05:00
Julien Malka
e0c778859c buildbot: fix twisted version requirement & missing pkg_resources 2023-10-30 15:15:45 +10:00
Rob
d5965022f2
python311Packages.nuitka: default to lto off for darwin 2023-10-29 21:59:05 -07:00
R. Ryantm
fa1b02a52f grpcurl: 1.8.8 -> 1.8.9 2023-10-30 04:49:41 +00:00
a-kenji
4d32327bb0 gimoji: set meta.mainProgram 2023-10-30 05:44:36 +01:00
a-kenji
def8bfe0c7 hebbot: set meta.mainProgram 2023-10-30 05:41:52 +01:00
R. Ryantm
4e9938a45f gqrx: 2.17.2 -> 2.17.3 2023-10-30 04:21:43 +00:00
Mario Rodas
e9d089bba0 zuo: add updateScript 2023-10-30 04:20:00 +00:00
Mario Rodas
1c247c31d4 mailpit: add meta.mainProgram 2023-10-30 04:20:00 +00:00
Mario Rodas
58da932d40 python311Packages.scrapy: fix build 2023-10-30 04:20:00 +00:00
Mario Rodas
22c601148e chezmoi: 2.40.3 -> 2.40.4
Diff: https://github.com/twpayne/chezmoi/compare/v2.40.3...v2.40.4

Changelog: https://github.com/twpayne/chezmoi/releases/tag/v2.40.4
2023-10-30 04:20:00 +00:00
Mario Rodas
50b063baaa zuo: unstable-2023-01-02 -> unstable-2023-10-17
Diff: 464aae9ae9...493e9cd081
2023-10-30 04:20:00 +00:00
Mario Rodas
d761372b5c mailpit: 1.7.1 -> 1.9.9
Changelog: https://github.com/axllent/mailpit/releases/tag/v1.9.9
2023-10-30 04:20:00 +00:00
zowoq
55af7f3e2c
Merge pull request #264290 from natsukium/fix-ofborg-eval
libhugetlbfs: make meta.badPlatforms flat; fix ofborg eval error
2023-10-30 14:10:54 +10:00
figsoda
d82801fc94
Merge pull request #264032 from SFrijters/hurl
hurl: 4.0.0 -> 4.1.0
2023-10-29 23:08:02 -04:00
figsoda
24483ad2c9
Merge pull request #263978 from r-ryantm/auto-update/cargo-make
cargo-make: 0.37.2 -> 0.37.3
2023-10-29 23:02:20 -04:00
figsoda
ccecf42ad4
Merge pull request #264169 from r-ryantm/auto-update/cargo-insta
cargo-insta: 1.32.0 -> 1.33.0
2023-10-29 23:01:05 -04:00
figsoda
13493d4547
Merge pull request #264171 from r-ryantm/auto-update/cargo-modules
cargo-modules: 0.9.4 -> 0.10.2
2023-10-29 23:00:12 -04:00
natsukium
b45ec9b195
libhugetlbfs: make meta.badPlatforms flat
This change fixes ofborg eval error
2023-10-30 11:47:31 +09:00
rewine
0a32ab67b3
deepin.dde-daemon: fix build with ddcutil 2 2023-10-30 10:39:09 +08:00
Aaron Jheng
919951b1e5
mysql-shell-innovation: 8.1.1 -> 8.2.0 2023-10-30 10:23:46 +08:00
Aaron Jheng
c0782f8e9c
mysql-shell: 8.0.34 -> 8.0.35 2023-10-30 10:07:36 +08:00
OTABI Tomoya
b12786c187
Merge pull request #264219 from r-ryantm/auto-update/walk
walk: 1.6.2 -> 1.7.0
2023-10-30 10:44:03 +09:00