Sandro and GitHub
880de018d9
Merge pull request #235965 from abathur/resholve_fix_test_dep
...
resholve: fix tests after #232713
2023-06-04 23:35:16 +02:00
Artturin
ab1a555819
bookletimposer: fix "ValueError: Namespace Gtk not available"
...
gobject-introspection should be in nativeBuildInputs for the
propagations and the hook to work properly
2023-06-05 00:32:50 +03:00
Fabian Affolter
74f880ba5e
python311Packages.python-roborock: 0.20.2 -> 0.21.0
...
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.20.2...v0.21.0
Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.21.0/CHANGELOG.md
2023-06-04 23:32:43 +02:00
Michael Weiss and GitHub
a79b3beefc
Merge pull request #235959 from primeos/isync
...
isync: Disable the XOAUTH2 support by default as it caused regressions
2023-06-04 23:31:27 +02:00
figsoda and GitHub
af42ce1db4
Merge pull request #235967 from r-ryantm/auto-update/air
...
air: 1.43.0 -> 1.44.0
2023-06-04 17:20:25 -04:00
figsoda and GitHub
25dcceaf76
Merge pull request #235969 from shyim/update-shopware-cli
...
shopware-cli: 0.1.74 -> 0.1.78
2023-06-04 17:18:33 -04:00
Fabian Affolter
a4a21c6e15
python311Packages.asyncstdlib: 3.10.7 -> 3.10.8
...
Diff: https://github.com/maxfischer2781/asyncstdlib/compare/refs/tags/v3.10.7...v3.10.8
Changelog: https://github.com/maxfischer2781/asyncstdlib/releases/tag/v3.10.8
2023-06-04 23:16:03 +02:00
t4ccer
d9ab7b1b65
blink: init at 1.0.0
2023-06-04 15:11:14 -06:00
Weijia Wang
b9ed2ba516
plasma5Packages: relax platforms
2023-06-04 23:45:16 +03:00
Pol Dellaiera and GitHub
e70af2ea7e
Merge pull request #235521 from marsam/update-pgbouncer
...
pgbouncer: 1.19.0 -> 1.19.1
2023-06-04 22:43:07 +02:00
Weijia Wang
8f7d2c1829
plasma5Packages.ktexteditor: add darwin support
2023-06-04 23:41:55 +03:00
Weijia Wang
8902dfbe46
plasma5Packages.qqc2-desktop-style: add darwin support
2023-06-04 23:41:55 +03:00
Weijia Wang
845ed6342e
plasma5Packages.kcoreaddons: add darwin support
2023-06-04 23:41:55 +03:00
figsoda and GitHub
e044112c05
Merge pull request #235958 from r-ryantm/auto-update/rshijack
...
rshijack: 0.4.0 -> 0.5.0
2023-06-04 16:34:06 -04:00
Soner Sayakci
004976464f
shopware-cli: 0.1.74 -> 0.1.78
2023-06-04 22:25:51 +02:00
figsoda
37b721206e
fclones: 0.30.0 -> 0.31.0, add figsoda as a maintainer
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.30.0...v0.31.0
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.31.0
2023-06-04 16:22:52 -04:00
R. Ryantm
d8d3bcc73c
air: 1.43.0 -> 1.44.0
2023-06-04 20:14:47 +00:00
figsoda and GitHub
6ad2ed2ada
Merge pull request #235954 from wegank/nerdfonts-release-notes
...
rl-2305: mention nerdfonts update
2023-06-04 16:12:56 -04:00
Anderson Torres
8ba006e057
pforth: 1.28.0 -> 2.0.1
2023-06-04 20:10:35 +00:00
figsoda and GitHub
0aef019111
Merge pull request #235956 from r-ryantm/auto-update/pylyzer
...
pylyzer: 0.0.30 -> 0.0.31
2023-06-04 16:09:56 -04:00
figsoda
783f7e4d7c
ttyper: 1.2.0 -> 1.2.1
...
Diff: https://github.com/max-niederman/ttyper/compare/v1.2.0...v1.2.1
2023-06-04 16:07:59 -04:00
figsoda
31e745a3a5
boxxy: 0.7.1 -> 0.7.2
...
Diff: https://github.com/queer/boxxy/compare/v0.7.1...v0.7.2
2023-06-04 16:07:19 -04:00
Felix Bühler and GitHub
07f161fed1
Merge pull request #235945 from figsoda/codevis
...
codevis: 0.8.3 -> 0.8.4
2023-06-04 22:06:17 +02:00
Pol Dellaiera and GitHub
9c3bc86418
Merge pull request #235913 from LoveIsGrief/kde-intregration-descriptions
...
libsForQt5: Add description and home page for kde integrations
2023-06-04 22:03:23 +02:00
Michael Weiss
fe02c5ee1a
isync: Disable the XOAUTH2 support by default as it caused regressions
...
The XOAUTH2 support was recently added in 47eda8e00a but apparently it
causes regressions when using other SASL methods.
An example error message:
```
IMAP command 'AUTHENTICATE XOAUTH2 SOMEHASH=' returned an error: NO [AUTHENTICATIONFAILED] Invalid credentials (Failure)
```
The cause seems to be that overriding `SASL_PATH` drops all available
SASL mechanisms from `cyrus_sasl`, so only `XOAUTH2` (and `EXTERNAL`)
will be left. See [0] and the following comments for more details.
We'd need to set `SASL_PATH` to a combination/merge of
`${cyrus_sasl}/lib/sasl2` and `${cyrus-sasl-xoauth2}/lib/sasl2`.
Anyway, it seems best to disable the XOAUTH2 support by default due to
the two other concerns mentioned in the comment.
[0]: https://github.com/NixOS/nixpkgs/pull/235148#issuecomment-1575432154
Reported-by: Dominik Schrempf <dominik.schrempf@gmail.com >
2023-06-04 22:03:22 +02:00
Pol Dellaiera and GitHub
8d08c93394
Merge pull request #235916 from kirillrdy/thanos
...
thanos: fix build go1.20 and unpin go
2023-06-04 22:02:07 +02:00
Pol Dellaiera and GitHub
a807192daf
Merge pull request #235923 from emilylange/maintainers-fmt
...
maintainers: fix formatting/indentation, cleanup
2023-06-04 21:59:34 +02:00
Pol Dellaiera and GitHub
c4b3593e24
Merge pull request #235723 from shyim/update-blackfire
...
blackfire: 2.15.0 -> 2.16.1
2023-06-04 21:55:38 +02:00
R. Ryantm
ac379b0ac5
rshijack: 0.4.0 -> 0.5.0
2023-06-04 19:55:07 +00:00
Felix Bühler and GitHub
04ee32b773
Merge pull request #235955 from r-ryantm/auto-update/okteto
...
okteto: 2.16.2 -> 2.16.3
2023-06-04 21:54:47 +02:00
Pol Dellaiera and GitHub
4b5458961e
Merge pull request #235914 from kalekseev/update/playwright
...
playwright: 1.32.1 -> 1.34.3
2023-06-04 21:51:48 +02:00
Vladimír Čunát
07310e59a6
Revert "google-cloud-cpp: schedule on big-parallel machines"
...
This reverts commit add8dd8402 .
This attribute doesn't belong into meta and has no effect there.
2023-06-04 21:47:55 +02:00
Weijia Wang and GitHub
821f922fe5
Merge pull request #235937 from r-ryantm/auto-update/raven-reader
...
raven-reader: 1.0.78 -> 1.0.80
2023-06-04 21:47:47 +02:00
Travis A. Everett
714cc1046a
resholve: fix tests after #232713
...
One of resholve's passthru tests depended on getting `script` from
util-linux, but it's no longer there on macos after #232713 .
This change just tracks upstream change to use unixtools.script, which
is what I should have used in the first place. Upstream commit for
reference:
https://github.com/abathur/resholve/commit/340715094963885b58785176c0d444f3b511a9e5
2023-06-04 14:47:31 -05:00
Weijia Wang and GitHub
cee9a90891
Merge pull request #235953 from r-ryantm/auto-update/openimageio
...
openimageio: 2.4.11.1 -> 2.4.12.0
2023-06-04 21:42:07 +02:00
figsoda and GitHub
d507bbc8dc
Merge pull request #235861 from mikroskeem/add-capnproto-rust
...
capnproto-rust: init at 0.17.1
2023-06-04 15:38:11 -04:00
figsoda and GitHub
502f6f83a9
Merge pull request #235943 from r-ryantm/auto-update/mmark
...
mmark: 2.2.31 -> 2.2.32
2023-06-04 15:33:19 -04:00
PedroHLC ☭ and Anderson Torres
ffcdc5bb81
obs-studio-plugins.obs-vkcapture: 1.3.2 -> 1.3.3
2023-06-04 19:24:15 +00:00
R. Ryantm
8aa5842eac
pylyzer: 0.0.30 -> 0.0.31
2023-06-04 19:18:53 +00:00
figsoda
158d19fa80
mmark: fix version
2023-06-04 14:59:34 -04:00
Vladimír Čunát
add8dd8402
google-cloud-cpp: schedule on big-parallel machines
...
Otherwise it often takes 1-2 hours on Hydra, which seems unnecessary.
2023-06-04 20:57:15 +02:00
Vladimír Čunát
efd6f2ac30
google-cloud-cpp: downgrade a warning on aarch64-linux
...
I don't know why it started now, but it only happens in tests,
and generally -Werror is more suitable for upstreams than downstreams.
2023-06-04 20:57:15 +02:00
Vladimír Čunát
1dbc304759
google-cloud-cpp: extend .meta.platforms
...
The default is x86_64-linux only, but we build many packages
for aarch64-linux on Hydra that depend on this (possibly indirectly),
and it can be cumbersome when a dependency doesn't have its own job.
2023-06-04 20:57:15 +02:00
R. Ryantm
3102d7713e
okteto: 2.16.2 -> 2.16.3
2023-06-04 18:39:30 +00:00
apfelkuchen06 and Anderson Torres
b4a2d67964
mpvScripts.thumbfast: change license
...
Thumbfast is now licensed under the Mozilla Public License: https://github.com/po5/thumbfast/commit/6f1d92da25a7b807427f55f085e7ad4d60c4e0d7
2023-06-04 18:28:09 +00:00
apfelkuchen06 and Anderson Torres
abc86bc4ed
mpvScripts.thumbfast: unstable-2023-05-12 -> unstable-2023-06-04
2023-06-04 18:28:09 +00:00
Weijia Wang
d465aaf7c6
rl-2305: mention nerdfonts update
2023-06-04 21:23:16 +03:00
github-actions[bot] and GitHub
22e7031b28
Merge master into staging-next
2023-06-04 18:00:59 +00:00
R. Ryantm
1f1c63f98d
openimageio: 2.4.11.1 -> 2.4.12.0
2023-06-04 17:53:34 +00:00
Weijia Wang and GitHub
3f697e808b
Merge pull request #235891 from r-ryantm/auto-update/yoshimi
...
yoshimi: 2.2.3 -> 2.3.0
2023-06-04 19:21:15 +02:00