Commit Graph

370408 Commits

Author SHA1 Message Date
Fabian Affolter
ae682ef169
Merge pull request #168699 from fabaff/bump-policyuniverse
python3Packages.policyuniverse: 1.4.0.20220110 -> 1.5.0.20220414
2022-04-15 09:50:37 +02:00
Fabian Affolter
08bdeab5c0
python3Packages.sqlite-utils: add pythonImportsCheck 2022-04-15 09:49:44 +02:00
Fabian Affolter
a2c87f6132
Merge pull request #168710 from fabaff/bump-checkov
checkov: 2.0.1034 -> 2.0.1065
2022-04-15 09:44:07 +02:00
Vlad M
aee3138b8f
Merge pull request #168751 from LibreCybernetics/update-pijul
pijul: 1.0.0-beta → 1.0.0-beta.1
2022-04-15 10:39:25 +03:00
lewo
9d1c308649
Merge pull request #168739 from SuperSandro2000/yq-go
yq-go: 4.24.4 -> 4.24.5
2022-04-15 08:55:56 +02:00
Maximilian Bosch
0772c92925
Merge pull request #168514 from drupol/php/april-2022-bumps
php: bumps (April 2022)
2022-04-15 08:42:09 +02:00
github-actions[bot]
eef7dee538
Merge master into staging-next 2022-04-15 06:01:16 +00:00
Ilya Fedin
2be32fb551 kotatogram-desktop: fix screensharing on Wayland 2022-04-15 09:42:22 +04:00
Ilya Fedin
7cd3799074 kotatogram-desktop: use clang*Stdenv instead of llvmPackages_*.*stdenv 2022-04-15 09:42:22 +04:00
Ilya Fedin
868da59066 kotatogram-desktop: update patches to fix build on Darwin 2022-04-15 09:42:22 +04:00
Ilya Fedin
923748a634 kotatogram-desktop: update tg_owt 2022-04-15 09:42:17 +04:00
Fabián Heredia Montiel
cb4a8b71c0 pijul: 1.0.0-beta → 1.0.0-beta.1 2022-04-15 00:25:09 -05:00
Mario Rodas
c18683f350
Merge pull request #168630 from fabaff/bump-nuclei
nuclei: 2.6.6 -> 2.6.7
2022-04-14 22:06:45 -05:00
Mario Rodas
3b013d9daf
Merge pull request #168700 from r-ryantm/auto-update/python3.10-srsly
python310Packages.srsly: 2.4.2 -> 2.4.3
2022-04-14 22:05:45 -05:00
Lin Yinfeng
bedc267a78
autoPatchelfHook: fix precise dependency ignorance
This commit fixes precise dependency ignorance by converting the
environment variable `autoPatchelfIgnoreMissingDeps` into a bash array
`ignoreMissingDepsArray`, passing `"${ignoreMissingDepsArray[@]}"`
instead of `"${autoPatchelfIgnoreMissingDeps[@]}"` to the python
script.

The original implementation does not work when
`autoPatchelfIgnoreMissingDeps` contains multiple dependency names.
Because it mistakenly passes `"${autoPatchelfIgnoreMissingDeps[@]}"`
to the python script. According to the Nix manual
(https://nixos.org/manual/nix/stable/expressions/derivations.html),
lists of strings are concatenated into whitespace-separated strings,
then passed to the builder as environment variables. So, if
`autoPatchelfIgnoreMissingDeps = [ "dep1" "dep2" "dep3" ]`,
`"${autoPatchelfIgnoreMissingDeps[@]}"` will be expanded to a single
argument `"dep1 dep2 dep3"`, which is not the intended behavior,
because the python script takes the long argument as a dependency
name.

With this commit, `"${ignoreMissingDepsArray[@]}"` will be expanded to
three arguments `"dep1" "dep2" "dep3"` arguments as expected, fixing
the issue.
2022-04-15 10:35:11 +08:00
Martin Weinelt
831a344b8b
Merge pull request #168439 from r-ryantm/auto-update/brave 2022-04-15 04:30:39 +02:00
Martin Weinelt
a78f962c1f
Merge pull request #168738 from SuperSandro2000/mutagen
python310Packages.mutagen: fix default output not containg code
2022-04-15 04:23:18 +02:00
Sandro
4aa11b21b5
Merge pull request #168455 from barinov274/sanctuary
unigine-sanctuary: init at 2.3
2022-04-15 04:22:15 +02:00
Sandro
f19b0a553d
Merge pull request #168573 from a-m-joseph/boost178-architecture-renaming
boost: fix taxonomy mistake, account taxonomy change in v1.78
2022-04-15 04:18:39 +02:00
Sandro
13e0fadf57
Merge pull request #168560 from malob/fix-libcst-darwin
python3Packages.libcst: fix build on darwin
2022-04-15 04:06:27 +02:00
Sandro Jäckel
a638192019
yq-go: 4.24.4 -> 4.24.5 2022-04-15 04:03:43 +02:00
Sandro Jäckel
0177c0fa27
python310Packages.mutagen: fix default output not containg code 2022-04-15 04:00:31 +02:00
Martin Weinelt
95fb30e575
Merge pull request #168508 from trofi/pcre-on-crossen
pcre, pcre2: autodetect jit support, don't force-enable
2022-04-15 03:49:08 +02:00
Martin Weinelt
33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Martin Weinelt
ae0bb28468
Merge pull request #148539 from r-burns/gfortran-default-gcc
[staging] gfortran: default to same gcc version as stdenv
2022-04-15 03:47:09 +02:00
Martin Weinelt
10a976fd1f
Merge pull request #167071 from a-m-joseph/libtool-2.4.7
libtool: 2.4.6 -> 2.4.7
2022-04-15 03:45:28 +02:00
Sandro
5181d5945e
Merge pull request #168606 from fgaz/gron/0.7.1
gron: 0.6.1 -> 0.7.1
2022-04-15 03:41:22 +02:00
Martin Weinelt
0d75610566
puddletag: relax lxml version 2022-04-15 03:32:42 +02:00
Sandro
29014d65aa
Merge pull request #167721 from bbigras/kopia
kopia: 0.10.6 -> 0.10.7
2022-04-15 03:32:05 +02:00
Sandro Jäckel
cd7a1607c6 python310Packages.scikit-build: 0.13.1 -> 0.14.1 2022-04-15 03:29:35 +02:00
Sandro Jäckel
d8e61ab141 python310Packages.levenshtein: fix build 2022-04-15 03:29:35 +02:00
Robert Schütz
4e5672439c python3Packages.rapidfuzz: 1.9.1 -> 2.0.8
https://github.com/maxbachmann/RapidFuzz/blob/v2.0.8/CHANGELOG.md
2022-04-15 03:29:35 +02:00
Sandro Jäckel
0aba33ec29 python310Packages.cython_3: init at 3.0.0a10 2022-04-15 03:29:35 +02:00
Robert Schütz
5005b42561 python3Packages.jarowinkler: init at 1.0.2 2022-04-15 03:29:35 +02:00
Robert Schütz
c2eae2011c python3Packages.rapidfuzz-capi: init at 1.0.5 2022-04-15 03:29:35 +02:00
Martin Weinelt
cd3b084c17 python3Packages.grip: 4.5.2 -> 4.6.1 2022-04-15 03:29:35 +02:00
Martin Weinelt
e87755d957 pgadmin4: relax pytz constraint 2022-04-15 03:29:35 +02:00
Martin Weinelt
1607fca7a8 pdm: 1.13.3 -> 1.14.0 2022-04-15 03:29:35 +02:00
Martin Weinelt
55ac17856a python3Packages.installer: 0.3.0 -> 0.5.1 2022-04-15 03:29:35 +02:00
Martin Weinelt
fd89ce6694 python3Packages.myfitnesspal: propagate typing-extensions 2022-04-15 03:29:35 +02:00
Martin Weinelt
c089f9c377 oci-cli: 3.6.0 -> 3.7.2
Pins jmespath to 0.10.0.
2022-04-15 03:29:35 +02:00
Martin Weinelt
18e3fc0341 python3Packages.oci: 2.60.0 -> 2.63.0 2022-04-15 03:29:35 +02:00
Martin Weinelt
9ae1ca3fe6 litecli: 1.6.0 -> 1.8.0 2022-04-15 03:29:34 +02:00
Martin Weinelt
621a68e489 python3Packages.json-schema-for-humans: relax pytz constraint 2022-04-15 03:29:34 +02:00
Martin Weinelt
bd382e6341 python3Packages.vdirsyncer: relax click-log constraint 2022-04-15 03:29:34 +02:00
Martin Weinelt
56a90cd791 python3Packages.prompt_toolkit: propagate six 2022-04-15 03:29:34 +02:00
Martin Weinelt
b66f4f6d8f python3Packages.gipc: remove broken flag 2022-04-15 03:17:40 +02:00
Martin Weinelt
fa37f4a1ff python3Packages.flask-restx: patch for werkzeug 2.1 compat 2022-04-15 03:17:40 +02:00
Martin Weinelt
75331fc5e5 python3Packages.SQLAlchemy-ImageAttach: drop
Unmaintained since 2017 and incompatible with SQLAlchemy 1.4
2022-04-15 03:17:40 +02:00
Martin Weinelt
8adac3f85f python3Packages.pyrad: revamp
- Use pyproject build
- Patch poetry-core usage
- Use unittest over nosetest
- Fix meta.homepage
2022-04-15 03:17:40 +02:00