public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/elixir] rawhide: Rebase on 1.20.4
@ 2026-09-05 12:58 Peter Lemenkov
0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-09-05 12:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/elixir
Branch : rawhide
Commit : 1d164f5efc6d8fea0f5431b12340bece65200289
Author : Peter Lemenkov <lemenkov@gmail.com>
Date : 2026-09-05T14:35:47+02:00
Stats : +8/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/elixir/c/1d164f5efc6d8fea0f5431b12340bece65200289?branch=rawhide
Log:
Rebase on 1.20.4
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
diff --git a/elixir.spec b/elixir.spec
index 08ce648..3e63b27 100644
--- a/elixir.spec
+++ b/elixir.spec
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: elixir
-Version: 1.20.3
+Version: 1.20.4
%global __requires_exclude_from ^%{_datadir}/%{name}/%{version}/bin/.+\\.ps1$
diff --git a/increase-timeouts-for-tests.patch b/increase-timeouts-for-tests.patch
index 4ada76d..256bac8 100644
--- a/increase-timeouts-for-tests.patch
+++ b/increase-timeouts-for-tests.patch
@@ -4,17 +4,17 @@ Last-Modified: Fri, 31 Jan 2025 16:15:17 +0300
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093147
diff --git a/lib/elixir/test/elixir/base_test.exs b/lib/elixir/test/elixir/base_test.exs
-index aeb5f4b5c..d55d49234 100644
+index fe51c3c09..7099c91db 100644
--- a/lib/elixir/test/elixir/base_test.exs
+++ b/lib/elixir/test/elixir/base_test.exs
-@@ -1055,6 +1055,7 @@ test "hex_valid32?/2 with :mixed case and ignoring padding" do
+@@ -1070,6 +1070,7 @@ test "hex_valid32?/2 with :mixed case and ignoring padding" do
+ assert hex_valid32?("cPNg====", case: :mixed, padding: false)
end
- # TODO: add valid? tests
+ @tag timeout: 120_000
- test "encode then decode is identity" do
+ test "encode then decode is identity, and valid? agrees with decode" do
for {encode, decode, valid?} <- [
- {&encode16/2, &decode16!/2, &valid16?/2},
+ {&encode16/2, &decode16/2, &valid16?/2},
diff --git a/lib/elixir/test/elixir/kernel_test.exs b/lib/elixir/test/elixir/kernel_test.exs
index a481b061d..ed440bcd9 100644
--- a/lib/elixir/test/elixir/kernel_test.exs
diff --git a/sources b/sources
index 92e3213..c00805d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (elixir-1.20.3.tar.gz) = 0dbc2f6a090fcbe3fdd519daac1269a358696ec66b704e880972fe768f82cc09ccaaed9f7d665fc92f98f3fdba3aeb157dcb45c2a4173e37cb5921202055f2c6
-SHA512 (elixir-1.20.3-doc.zip) = c63d4c88774e05c739f51c75446051ad45e32572507d63842fabc42a8c985cd47bd1d460ba3254b1fcc5b35de844d13ebec863658fd30342a806854c527f9551
+SHA512 (elixir-1.20.4.tar.gz) = df7d86214553e43a7bddfb8611a6ee68eb37511f17872ce2c14f796eca9846eaf875fb050f0faeef4fa42bd352e780b75ec0781a5d4aab3a4b6378dd067fa17b
+SHA512 (elixir-1.20.4-doc.zip) = 9e21b2b86f3f0d1839bc521b4dca184f6fab682791e223d1f508ad241c90428376741d2dcdf39dfc7e6446cc4e9a0a499c59f32389f2837434028edafbb64e01
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-05 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-05 12:58 [rpms/elixir] rawhide: Rebase on 1.20.4 Peter Lemenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox