Commit Graph

441728 Commits

Author SHA1 Message Date
R. Ryantm
f91681eafe fastly: 4.5.0 -> 4.6.1 2023-01-10 22:51:36 +08:00
R. Ryantm
5212a5c240 okteto: 2.10.3 -> 2.11.0 2023-01-10 22:50:03 +08:00
Jonas Heinrich
da4a74554c
Merge pull request #209827 from r-ryantm/auto-update/rcm
rcm: 1.3.5 -> 1.3.6
2023-01-10 15:48:41 +01:00
Jonas Heinrich
6025d713d1
Merge pull request #209837 from nviets/xgboost173
xgboost: 1.7.2 -> 1.7.3
2023-01-10 15:44:35 +01:00
R. Ryantm
c6196a22c8 wabt: 1.0.31 -> 1.0.32 2023-01-10 14:44:02 +00:00
José Romildo Malaquias
da2b94e258
Merge pull request #209663 from Icy-Thought/whitesur-icon-theme
whitesur-icon-theme: 2022-11-17 -> 2023-01-08
2023-01-10 11:43:11 -03:00
Sandro
ede482331b
Merge pull request #198963 from urandom2/mgmt
Fixes https://github.com/NixOS/nixpkgs/issues/98458
2023-01-10 15:32:00 +01:00
Bobby Rong
60164ab87b
cbmc: mark as broken on aarch64-linux
Upstream issue has no respond for a month and ofborg keeps reporting this failure.
2023-01-10 22:29:53 +08:00
ajs124
3977eecf85
Merge pull request #210044 from helsinki-systems/upd/icingaweb2
icingaweb2: 2.11.1 -> 2.11.3
2023-01-10 15:23:10 +01:00
Sandro
f137588c14
Merge pull request #210006 from urandom2/just 2023-01-10 15:19:47 +01:00
Krisztian Szabo
b88ca1e716 process-compose: 0.29.1 -> 0.29.7 2023-01-10 15:16:02 +01:00
ajs124
b1d001a53f
Merge pull request #210040 from helsinki-systems/fix/polybar-without-aliases
polybar: Remove i3-gaps support
2023-01-10 15:09:45 +01:00
Jonas Heinrich
852c05df11
Merge pull request #209846 from r-ryantm/auto-update/python310Packages.pysdl2
python310Packages.pysdl2: 0.9.14 -> 0.9.15
2023-01-10 15:00:40 +01:00
R. Ryantm
f422859340 mdbook-pdf: 0.1.3 -> 0.1.4 2023-01-10 13:59:36 +00:00
Fabian Affolter
9c9c1bc9a9
python3Packages.django-import-export: add changelog to meta 2023-01-10 14:43:31 +01:00
Bobby Rong
2bcf38298a
Merge pull request #210029 from deejayem/ea-fix-pname
ea: Fix pname
2023-01-10 21:41:30 +08:00
Fabian Affolter
9086b530ff
python310Packages.django-phonenumber-field: add changelog to meta 2023-01-10 14:32:27 +01:00
Janne Heß
62fd1ccad1
icingaweb2: 2.11.1 -> 2.11.3 2023-01-10 14:32:24 +01:00
Janne Heß
185fb1f8e0
icingaweb2-ipl: 0.10.0 -> 0.10.1 2023-01-10 14:32:23 +01:00
kilianar
51d51889b1 vscode-extensions.james-yu.latex-workshop: 9.2.1 -> 9.4.4
https://github.com/James-Yu/LaTeX-Workshop/releases/tag/v9.4.4
2023-01-10 14:30:17 +01:00
Gabriel Arazas
a25714161a
dialect: 2.0.2 -> 2.1.1 (#197230) 2023-01-10 14:27:07 +01:00
Fabian Affolter
7e5d00e0ec
python310Packages.pytest-base-url: add changelog to meta 2023-01-10 14:26:33 +01:00
Fabian Affolter
342848bb59
python3Packages.pytest-playwright: add changelog to meta 2023-01-10 14:22:49 +01:00
Fabian Affolter
71a7045b3b
python3Packages.django-admin-sortable2: add changelog to meta 2023-01-10 14:18:47 +01:00
Silvan Mosberger
041b044a66 lib/path/tests: Fix property tests when "-n" is generated
When "-n" is generated by the property tests, it causes `echo` to not
output the string since it's interpreted as an option. Apparently
there's no good way to print "-n" with `echo` [1], so switching to
`printf` instead

[1]: https://unix.stackexchange.com/questions/85846/how-can-i-print-n-with-echo
2023-01-10 14:18:35 +01:00
Janne Heß
7d4e95ba75
polybar: Remove i3-gaps support
Breaks when no aliases are enabled since #208861
2023-01-10 14:16:25 +01:00
Fabian Affolter
38334be6a9
python310Packages.django-vite: add changelog to meta 2023-01-10 14:15:25 +01:00
Fabian Affolter
3f3607724f
python3Packages.django-rest-registration: add changelog to meta 2023-01-10 14:12:20 +01:00
Adam Joseph
dfa3f14493 cc-wrapper: -march= is not allowed on powerpc
Gcc does not allow `-march=` on PowerPC:

  https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/RS_002f6000-and-PowerPC-Options.html#RS_002f6000-and-PowerPC-Options

Instead, `-mcpu=` should be used to set the minimum instruction set
and `-mtune=` is used to optimize instruction scheduling for a
specific processor.  Both flags take the same set of valid values,
which includes `native`.

This commit causes `isGccArchSupported` to return `false` for PowerPC
targets so we never pass an `-march=` flag, since that will always be
rejected by gcc.
2023-01-10 14:05:03 +01:00
Thibault Gagnaux
ad92b19e36 glaxnimate: disable failing integration test on darwin 2023-01-10 14:03:32 +01:00
Jonas Heinrich
d46a8e74bc
Merge pull request #209905 from mahmoudk1000/master
anki-bin: 2.1.55 -> 2.1.56
2023-01-10 13:53:25 +01:00
linsui
a2e21c76c7 rename config.qt5 -> config.qt 2023-01-10 20:50:15 +08:00
linsui
16f0d689de Add gnome theme for qt6 2023-01-10 20:48:45 +08:00
Jonas Heinrich
41bd3b658a
Merge pull request #209921 from r-ryantm/auto-update/xmedcon
xmedcon: 0.22.0 -> 0.23.0
2023-01-10 13:44:22 +01:00
Fabian Affolter
ca0909abc6
Merge pull request #201975 from r-ryantm/auto-update/rednotebook
rednotebook: 2.26 -> 2.29
2023-01-10 13:42:23 +01:00
Jonas Heinrich
f8bc3bf489
Merge pull request #209924 from figsoda/ruff
ruff: 0.0.215 -> 0.0.217
2023-01-10 13:31:28 +01:00
Sandro
0761fef6b1
Merge pull request #210020 from urandom2/nextcloud-packages 2023-01-10 13:27:14 +01:00
R. Ryantm
c6588f1cb5 jmol: 14.32.76 -> 14.32.83 2023-01-10 12:22:33 +00:00
Jonas Heinrich
59c6d3e0ce
Merge pull request #209948 from romildo/upd.xfce4-screenshooter
xfce.xfce4-screenshooter: 1.10.1 -> 1.10.2
2023-01-10 13:21:07 +01:00
Fabian Affolter
9f8c55f732
Merge pull request #210025 from r-ryantm/auto-update/python310Packages.google-cloud-dataproc
python310Packages.google-cloud-dataproc: 5.0.3 -> 5.1.0
2023-01-10 13:20:27 +01:00
Sandro
79562c9aa1
Merge pull request #209307 from deejayem/zsh-forgit-23.01.0 2023-01-10 13:20:00 +01:00
Fabian Affolter
f386617df5
Merge pull request #210027 from r-ryantm/auto-update/python310Packages.persistent
python310Packages.persistent: 4.9.3 -> 5.0
2023-01-10 13:19:44 +01:00
Fabian Affolter
2ed69a1e8f
Merge pull request #210016 from r-ryantm/auto-update/python310Packages.aioshelly
python310Packages.aioshelly: 5.2.0 -> 5.2.1
2023-01-10 13:19:22 +01:00
Jonas Heinrich
f92cbd7919
Merge pull request #209953 from r-ryantm/auto-update/sherpa
sherpa: 2.2.12 -> 2.2.13
2023-01-10 13:18:35 +01:00
David Morgan
00b56427d3
ea: Fix pname 2023-01-10 12:11:38 +00:00
Jonas Heinrich
118ab82c8d
Merge pull request #209928 from malob/update-signalbackup-tools
signalbackup-tools: 20221227-1 -> 20230109-1
2023-01-10 13:00:16 +01:00
R. Ryantm
12aaafe9eb python310Packages.persistent: 4.9.3 -> 5.0 2023-01-10 11:50:09 +00:00
R. Ryantm
a37c741a18 python310Packages.google-cloud-dataproc: 5.0.3 -> 5.1.0 2023-01-10 11:42:24 +00:00
Jonas Heinrich
41bebcf7df
Merge pull request #209936 from r-ryantm/auto-update/partclone
partclone: 0.3.20 -> 0.3.21
2023-01-10 12:30:09 +01:00
Jonas Heinrich
364861a197
Merge pull request #209937 from r-ryantm/auto-update/randoop
randoop: 4.3.1 -> 4.3.2
2023-01-10 12:28:45 +01:00