3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

356781 commits

Author SHA1 Message Date
Pavol Rusnak 14780ccf6a
Merge pull request #161451 from johnbcoughlin/petsc-disable-hardening
Disable stackprotector on aarch64-darwin for PETSc
2022-02-23 10:38:01 +01:00
Stig 28c4ea1115
Merge pull request #152162 from Artturin/oldaliascheckscript
maintainers/scripts/remove-old-aliases.py: script to remove aliases older than $date
2022-02-23 10:28:55 +01:00
R. Ryantm 55f16afb6f libmodulemd: 2.13.0 → 2.14.0
https://github.com/fedora-modularity/libmodulemd/releases/tag/2.14.0
2022-02-23 10:26:02 +01:00
Fabian Affolter 29ea452faa python3Packages.tifffile: 2021.11.2 -> 2022.2.9 2022-02-23 10:16:29 +01:00
Fabian Affolter d0e42fc00f python3Packages.gcsfs: 2021.10.1 -> 2022.01.0 2022-02-23 10:16:29 +01:00
Fabian Affolter 8713d02555 python3Packages.fsspec: 2021.10.1 -> 2022.01.0 2022-02-23 10:16:29 +01:00
Fabian Affolter ad822f9985 python3Packages.distributed: 2021.12.0 -> 2022.2.0 2022-02-23 10:16:29 +01:00
Fabian Affolter 6148760cc2 python3Packages.dask: 2022.01.0 -> 2022.02.0 2022-02-23 10:16:29 +01:00
Fabian Affolter b397667043
Merge pull request #161478 from r-ryantm/auto-update/python3.10-pysaml2
python310Packages.pysaml2: 7.1.0 -> 7.1.1
2022-02-23 10:11:14 +01:00
Fabian Affolter 013dea1be2
Merge pull request #161441 from r-ryantm/auto-update/python3.9-pc-ble-driver-py
python39Packages.pc-ble-driver-py: 0.16.2 -> 0.16.3
2022-02-23 09:32:24 +01:00
Fabian Affolter 510025a883
Merge pull request #161313 from r-ryantm/auto-update/python3.10-pyoverkiz
python310Packages.pyoverkiz: 1.3.5 -> 1.3.6
2022-02-23 09:19:48 +01:00
R. Ryantm 219288d779 python310Packages.pysaml2: 7.1.0 -> 7.1.1 2022-02-23 08:14:28 +00:00
Fabian Affolter 30e4fe39cc
Merge pull request #161444 from r-ryantm/auto-update/python3.10-hahomematic
python310Packages.hahomematic: 0.35.1 -> 0.35.2
2022-02-23 09:13:38 +01:00
R. RyanTM 220b8b81c7
wg-netmanager: 0.5.0 -> 0.5.1
* wg-netmanager: 0.5.0 -> 0.5.1 (#159961)

* wg-netmanager: reformat meta.longDescription

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 09:08:58 +01:00
Vincent Laporte df5c6e08b8 coqPackages_8_15.coqhammer: enable at 1.3.2 2022-02-23 09:04:09 +01:00
Renaud 38a40df64e
Merge pull request #160016 from r-ryantm/auto-update/parastoo-fonts
parastoo-fonts: 1.0.0-alpha5 -> 2.0.1
2022-02-23 08:39:54 +01:00
Renaud d8233c111e
Merge pull request #160314 from r-ryantm/auto-update/python3.9-i3-balance-workspace
i3-balance-workspace: 1.8.5 -> 1.8.6
2022-02-23 08:34:49 +01:00
Renaud 359d63179e
Merge pull request #160360 from r-ryantm/auto-update/qalculate-gtk
qalculate-gtk: 3.22.0 -> 4.0.0
2022-02-23 08:30:49 +01:00
Ben Siraphob 79693517c3
Merge pull request #161449 from azuwis/mido 2022-02-23 01:30:06 -06:00
Bobby Rong 7cd44abcc3
Merge pull request #161247 from r-ryantm/auto-update/got
got: 0.66 -> 0.67
2022-02-23 15:07:24 +08:00
Elis Hirwing 9ad7b9910e
Merge pull request #161459 from r-ryantm/auto-update/testssl.sh
testssl: 3.0.6 -> 3.0.7
2022-02-23 08:01:40 +01:00
Bobby Rong d2b5a4d5da
Merge pull request #161438 from r-ryantm/auto-update/apkeep
apkeep: 0.7.0 -> 0.9.0
2022-02-23 14:57:53 +08:00
R. Ryantm a632265bb4 python310Packages.localimport: 1.7.3 -> 1.7.6 2022-02-22 20:39:37 -08:00
R. Ryantm 8375ac2ac6 python310Packages.aiolyric: 1.0.8 -> 1.0.9 2022-02-22 20:35:32 -08:00
R. Ryantm 31ffa0cbf2 testssl: 3.0.6 -> 3.0.7 2022-02-23 04:20:50 +00:00
R. Ryantm 68473a393f python310Packages.pyrogram: 1.4.3 -> 1.4.7 2022-02-23 03:51:22 +00:00
Jack Coughlin 1fdf67b691 Disable stackprotector on aarch64-darwin for PETSc 2022-02-22 19:14:15 -08:00
Zhong Jianxin ba7b2c8e25 mido: Reduce dependances
According to [mido document][1], python-rtmidi is the default
recommended backend, the other backends are optional, and don't have all
features.

Remove pygame and rtmidi-python will reduce closure size from 930M to
87M, without losing functionality.

I've check nixpkgs, no other package use specific mido backends. Even if
they do need one, they can and should add the specific backend to their
own buildInputs/propagatedBuildInputs, as mido dynamically load these
python libraries, it will work as expected.

For reference, [ArchLinux][2] and [Debian][3] both make some backends
optional.

[1]: https://mido.readthedocs.io/en/latest/backends/index.html
[2]: https://aur.archlinux.org/packages/python-mido
[3]: https://packages.debian.org/buster/python3-mido
2022-02-23 11:04:38 +08:00
Bobby Rong 6e9efe5d67
Merge pull request #158796 from teutat3s/bump/qMasterPassword
qMasterPassword: git master -> 1.2.3
2022-02-23 10:29:53 +08:00
R. Ryantm 7c497590b3 python310Packages.hahomematic: 0.35.1 -> 0.35.2 2022-02-23 02:15:42 +00:00
R. Ryantm 439ed78940 python39Packages.pc-ble-driver-py: 0.16.2 -> 0.16.3 2022-02-23 01:33:32 +00:00
R. Ryantm 7b4153de97 apkeep: 0.7.0 -> 0.9.0 2022-02-23 01:11:11 +00:00
Martin Weinelt 244185c486
Merge pull request #161436 from r-ryantm/auto-update/python3.10-aioshelly 2022-02-23 01:43:51 +01:00
Renaud 812cd70a3a
Merge pull request #160565 from r-ryantm/auto-update/dockle
dockle: 0.4.3 -> 0.4.4
2022-02-23 01:35:56 +01:00
R. Ryantm 7cc9eb95e1 python310Packages.aioshelly: 1.0.9 -> 1.0.10 2022-02-23 00:32:39 +00:00
R. RyanTM a126cc78b4
glooctl: 1.10.8 -> 1.10.10
* glooctl: 1.10.8 -> 1.10.9 (#160592)

* glooctl: 1.10.9 -> 1.10.10
Fixes Envoy CVEs CVE-2021-43826, CVE-2021-43824, CVE-2022-21654, CVE-2022-21655, CVE-2021-43825, CVE-2022-23606.

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 01:32:14 +01:00
Renaud fd5c9f535c
Merge pull request #160056 from r-ryantm/auto-update/mubeng
mubeng: 0.8.0 -> 0.9.1
2022-02-23 01:26:13 +01:00
Renaud 90f41677b6
Merge pull request #160164 from r-ryantm/auto-update/fnott
fnott: 1.2.0 -> 1.2.1
2022-02-23 01:22:34 +01:00
Renaud 119a68e2df
Merge pull request #160307 from r-ryantm/auto-update/grpcui
grpcui: 1.2.0 -> 1.3.0
2022-02-23 01:16:33 +01:00
Renaud 105ae80fce
Merge pull request #160337 from r-ryantm/auto-update/mani
mani: 0.12.0 -> 0.12.2
2022-02-23 01:13:33 +01:00
Renaud 49533e7c8c
Merge pull request #160552 from r-ryantm/auto-update/codeql
codeql: 2.8.0 -> 2.8.1
2022-02-23 01:08:31 +01:00
Matt Sawyer 2ef808d266
eternal-terminal: remove broken linker flag for c++fs (#161416) 2022-02-22 19:07:01 -05:00
Renaud 5a5b8a0f42
Merge pull request #160583 from r-ryantm/auto-update/fluxcd
fluxcd: 0.26.3 -> 0.27.0
2022-02-23 01:00:41 +01:00
Renaud 352bcccfe9
Merge pull request #160621 from r-ryantm/auto-update/krapslog
krapslog: 0.3.2 -> 0.4.0
2022-02-23 00:44:16 +01:00
R. RyanTM 47dc10cb7d
upterm: 0.6.7 -> 0.7.3
* upterm: 0.6.7 -> 0.6.8 (#160843)

* upterm: 0.6.8 -> 0.7.3

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 00:32:00 +01:00
R. RyanTM ec239953a9
datree: 0.15.16 -> 0.15.22
* datree: 0.15.16 -> 0.15.19 (#161175)

* datreee: 0.15.19 -> 0.15.22

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 00:18:49 +01:00
Renaud 9ebb9200d7
Merge pull request #160758 from r-ryantm/auto-update/okapi
okapi: 1.2.0 -> 1.3.0
2022-02-23 00:18:13 +01:00
Jonas Heinrich ef319a62b3
opensnitch-ui: inlude dependency pyasn (#160134) 2022-02-22 18:13:56 -05:00
Renaud acc1179298
Merge pull request #160815 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 3.16.2 -> 3.16.3
2022-02-23 00:06:56 +01:00
Pascal Bach 851f6a12a1
Merge pull request #161420 from stehessel/fix-openshift-build-inputs
openshift: fix build on darwin
2022-02-23 00:06:13 +01:00