Commit Graph

478576 Commits

Author SHA1 Message Date
Fabian Affolter
623d45548d
Merge pull request #228590 from fabaff/adlfs-bump
python310Packages.adlfs: 2023.1.0 -> 2023.4.0
2023-04-28 00:14:12 +02:00
Fabian Affolter
2874ee999a
Merge pull request #228425 from fabaff/syrupy-bump
python310Packages.syrupy: 4.0.1 -> 4.0.2
2023-04-28 00:13:42 +02:00
Fabian Affolter
7b7d34e25b
Merge pull request #228546 from fabaff/checkov-bump
checkov: 2.3.199 -> 2.3.202
2023-04-28 00:13:15 +02:00
Fabian Affolter
e6cddaa23a
Merge pull request #228400 from fabaff/python-gvm-bump
python310Packages.python-gvm: 23.4.1 -> 23.4.2
2023-04-28 00:12:10 +02:00
Fabian Affolter
73001a1f5c
Merge pull request #228547 from fabaff/fakeredis-bump
python310Packages.fakeredis: 2.11.0 -> 2.11.1
2023-04-28 00:11:56 +02:00
Fabian Affolter
398f6d9724
Merge pull request #228420 from fabaff/trufflehog-bump
trufflehog: 3.32.2 -> 3.33.0
2023-04-28 00:11:30 +02:00
Lily Foster
766302de21
Merge pull request #228545 from SuperSandro2000/nodejs-patch
nodePackages.node2nix: add wrongly removed patch back
2023-04-27 18:06:35 -04:00
Weijia Wang
e67d2ca182
Merge pull request #228588 from wegank/root-darwin
root: fix build on aarch64-darwin
2023-04-28 01:05:44 +03:00
R. Ryantm
b1b7370ffc python310Packages.python-vlc: 3.0.18121 -> 3.0.18122 2023-04-27 22:03:02 +00:00
Fabian Affolter
0605bc4522 python310Packages.annoy: add changelog to meta 2023-04-28 00:02:38 +02:00
Fabian Affolter
f187ab6ae8 python310Packages.annoy: 1.17.1 -> 1.17.2 2023-04-28 00:00:46 +02:00
Kiskae
fd48d7c336 linuxPackages.nvidia_x11_vulkan_beta: 525.47.18 -> 525.47.22 2023-04-28 00:00:16 +02:00
Weijia Wang
ee81eeca83
Merge pull request #228596 from wegank/qscintilla-darwin
qscintilla: remove from libsForQt5
2023-04-28 00:59:15 +03:00
Fabian Affolter
c1d21c3e01 python310Packages.aiomisc: 17.0.8 -> 17.1.4
Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
2023-04-27 23:59:02 +02:00
Fabian Affolter
25a7da075c python310Packages.appthreat-vulnerability-db: 5.0.4 -> 5.1.1
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.0.4...v5.1.1

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.1.1
2023-04-27 23:57:59 +02:00
Elias Naur
c10a195ab1 gcc: tighten platform flags special-case for aarch64-darwin
The 4aa95e3312 commit added support for
aarch64-darwin but also ignored platform flags if the build platform
is aarch64-darwin. This leads to confusing errors such as
`pkgsCross.raspberryPi` packages compiled with soft-float even though
the platform supports hard-float (and is built as such on other
platforms).

The correct way to ignore platform flags is to check `targetPlatform`,
not the build platform. This change fixes that.

While we're here, tigthen the special-case to cover only the problematic
flags: `-with-cpu` and `-with-arch`.
2023-04-27 15:57:17 -06:00
Fabian Affolter
9c99054523 python310Packages.ansible-later: 3.2.2 -> 3.3.1
Diff: https://github.com/thegeeklab/ansible-later/compare/refs/tags/v3.2.2...v3.3.1

Changelog: https://github.com/thegeeklab/ansible-later/releases/tag/v3.3.1
2023-04-27 23:56:56 +02:00
Weijia Wang
8f218d6d78 python310Packages.cirq-google: disable problematic tests 2023-04-28 00:50:45 +03:00
Weijia Wang
cf6fb1bbcc python310Packages.cirq-ionq: disable deprecated tests 2023-04-28 00:50:29 +03:00
Weijia Wang
24978ed771 python310Packages.pyquil: relax deps 2023-04-28 00:50:04 +03:00
Weijia Wang
14e649ed6f python310Packages.cirq-core: fix build 2023-04-28 00:49:38 +03:00
Alyssa Ross
d7d3821ab8 tofi: fix cross 2023-04-27 21:39:15 +00:00
Alyssa Ross
a7333e6b43 tofi: unmark broken on aarch64
When the tofi package was added, it didn't build on aarch64, but now
it does, presumably due to the GCC upgrade.
2023-04-27 21:39:15 +00:00
Fabian Affolter
cd2cf0e625 python310Packages.marshmallow-dataclass: 8.5.13 -> 8.5.14
Diff: https://github.com/lovasoa/marshmallow_dataclass/compare/refs/tags/v8.5.13...v8.5.14

Changelog: https://github.com/lovasoa/marshmallow_dataclass/blob/v8.5.14/CHANGELOG.md
2023-04-27 23:27:51 +02:00
wzy
f7cb50b3cf trash-cli: use installShellCompletion 2023-04-27 23:22:46 +02:00
wzy
8634641676 trash-cli: add shell completions 2023-04-27 23:22:46 +02:00
Fabian Affolter
a2991ad525 python310Packages.pydevccu: 0.1.5 -> 0.1.6
Diff: https://github.com/danielperna84/pydevccu/compare/refs/tags/0.1.5...0.1.6

Changelog: https://github.com/danielperna84/pydevccu/releases/tag/0.1.6
2023-04-27 23:22:35 +02:00
Weijia Wang
d6bde74dde
Merge pull request #228575 from wegank/openscenegraph-darwin
openscenegraph: fix build on darwin
2023-04-28 00:21:43 +03:00
Weijia Wang
5b085abeb5
Merge pull request #228589 from wegank/uamqp-darwin
python310Packages.uamqp: fix build on aarch64-darwin
2023-04-28 00:19:10 +03:00
Weijia Wang
3f8152aaaf
Merge pull request #228584 from wegank/squashfstools-darwin
squashfsTools: fix build on darwin
2023-04-28 00:13:01 +03:00
Yuriy Taraday
53e5cca730 vimPlugins.vim-solarized8: init at 2023-02-25 2023-04-27 23:04:12 +02:00
Weijia Wang
ea88f8313e qscintilla: remove from libsForQt5 2023-04-27 23:55:28 +03:00
Ilan Joselevich
2363eacc1b
Merge pull request #228485 from LeSuisse/mattermost-7.8.3
mattermost: 7.8.1 -> 7.8.3
2023-04-27 23:55:28 +03:00
Fabian Affolter
c6df64ab73 python310Packages.sentry-sdk: 1.20.0 -> 1.21.0
Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.20.0...1.21.0

Changelog: https://github.com/getsentry/sentry-python/blob/1.21.0/CHANGELOG.md
2023-04-27 22:51:44 +02:00
Fabian Affolter
45f11d894d python310Packages.fountains: 2.0.0 -> 2.1.0 2023-04-27 22:49:47 +02:00
Fabian Affolter
a487523390 python310Packages.pontos: 23.4.6 -> 23.4.7
Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.4.6...v23.4.7

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.4.7
2023-04-27 22:46:44 +02:00
Fabian Affolter
b18c84f2a5 python310Packages.bitlist: 1.0.1 -> 1.1.0 2023-04-27 22:42:59 +02:00
Fabian Affolter
fc17b707cf python310Packages.parts: 1.5.2 -> 1.6.0 2023-04-27 22:42:42 +02:00
Fabian Affolter
f3013e9b2b python310Packages.bc-detect-secrets: 1.4.21 -> 1.4.23
Diff: https://github.com/bridgecrewio/detect-secrets/compare/refs/tags/1.4.21...1.4.23
2023-04-27 22:39:08 +02:00
Quentin JOLY
53264e7daa kubecm: init at 0.22.1
fix lint
2023-04-27 17:39:00 -03:00
Fabian Affolter
337a4cc448 python310Packages.pytibber: 0.27.1 -> 0.27.2
Diff: https://github.com/Danielhiversen/pyTibber/compare/refs/tags/0.27.1...0.27.2

Changelog: https://github.com/Danielhiversen/pyTibber/releases/tag/0.27.2
2023-04-27 22:35:06 +02:00
Weijia Wang
28211c5c65 python310Packages.uamqp: fix build on aarch64-darwin 2023-04-27 23:33:06 +03:00
Fabian Affolter
13e9ef736a python310Packages.adlfs: 2023.1.0 -> 2023.4.0
Diff: https://github.com/fsspec/adlfs/compare/refs/tags/2023.1.0...2023.4.0

Changelog: https://github.com/fsspec/adlfs/blob/2023.4.0/CHANGELOG.md
2023-04-27 22:30:32 +02:00
Weijia Wang
2600c94f7f
Merge pull request #228576 from SFrijters/laxex2mathml-3.75.3
python3Packages.latex2mathml: 3.75.2 -> 3.75.3
2023-04-27 23:24:36 +03:00
Weijia Wang
36302a3056 root: fix build on aarch64-darwin 2023-04-27 23:22:33 +03:00
Matthieu Coudron
26dd4a84ed buildLuarocksPackage: fixes attributes being ignored
follow up of https://github.com/NixOS/nixpkgs/pull/224553 where
some arguments got ignored whil they were before taken into account.
2023-04-27 22:22:01 +02:00
Alyssa Ross
3d40934541 rofi-wayland: fix cross 2023-04-27 20:08:00 +00:00
Alyssa Ross
2e2d5d6f11 river-tag-overlay: unmark broken on aarch64
This package didn't build on aarch64 when it was added, but now it
does.  In the meantime we bumped the default GCC on aarch64, so
presumably that fixed it.
2023-04-27 20:07:43 +00:00
Alyssa Ross
dbed54656c river-tag-overlay: fix cross 2023-04-27 20:07:43 +00:00
Alyssa Ross
36233d9675 hello-wayland: unstable-2023-03-16 -> unstable-2023-04-23 2023-04-27 20:07:28 +00:00