You're updating from elixir 1.16.x to 1.17.x: the 1.17.0 release ships with breaking changes. I wouldn't ship this to a live stable fedora release.
3. Soft deprecations (no warnings emitted)
Elixir
[GenServer] Deprecate c:GenServer.format_status/2 callback to align with Erlang/OTP 25+
Mix
[mix profile.cprof] Deprecated in favor of the new mix profile.tprof
[mix profile.eprof] Deprecated in favor of the new mix profile.tprof
4. Hard deprecations
Elixir
[IO] Passing :all to IO.read/2 and IO.binread/2 is deprecated, pass :eof instead
[Kernel] Single-quote charlists are deprecated, use ~c instead
[Kernel] Deprecate escaping closing delimiter in uppercase sigils
[Range] left..right without explicit steps inside patterns and guards is deprecated, write left..right//step instead
[Range] Decreasing ranges, such as 10..1 without an explicit step is deprecated, write 10..1//-1 instead
ExUnit
[ExUnit.Case] register_test/4 is deprecated in favor of register_test/6 for performance reasons
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
This update has been submitted for testing by peter.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
You're updating from elixir 1.16.x to 1.17.x: the 1.17.0 release ships with breaking changes. I wouldn't ship this to a live stable fedora release.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
@fnux, you're right of course. I am reverting it.
This update has been unpushed.