public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/erlang-hex_core] f44: hex_core ver. 0.18.0
Date: Fri, 12 Jun 2026 16:27:29 GMT	[thread overview]
Message-ID: <178128164906.1.7428114209476946502.rpms-erlang-hex_core-a216625b254e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/erlang-hex_core
            Branch : f44
            Commit : a216625b254e459e5c8f33dc28b199a441c1d9c6
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-06-12T18:20:10+02:00
            Stats  : +10/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/erlang-hex_core/c/a216625b254e459e5c8f33dc28b199a441c1d9c6?branch=f44

            Log:
            hex_core ver. 0.18.0

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/erlang-hex_core-0001-Disable-non-deterministic-tarball-checksum-tests.patch b/erlang-hex_core-0001-Disable-non-deterministic-tarball-checksum-tests.patch
index a8297d0..c680dd3 100644
--- a/erlang-hex_core-0001-Disable-non-deterministic-tarball-checksum-tests.patch
+++ b/erlang-hex_core-0001-Disable-non-deterministic-tarball-checksum-tests.patch
@@ -1,3 +1,4 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov@gmail.com>
 Date: Fri, 28 Jun 2024 15:45:38 +0200
 Subject: [PATCH] Disable non-deterministic tarball checksum tests
@@ -5,7 +6,7 @@ Subject: [PATCH] Disable non-deterministic tarball checksum tests
 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
 
 diff --git a/test/hex_tarball_SUITE.erl b/test/hex_tarball_SUITE.erl
-index 6c042a8..b1d8612 100644
+index 3945a74..b87caf1 100644
 --- a/test/hex_tarball_SUITE.erl
 +++ b/test/hex_tarball_SUITE.erl
 @@ -8,7 +8,6 @@
@@ -16,7 +17,7 @@ index 6c042a8..b1d8612 100644
          timestamps_and_permissions_test,
          symlinks_test,
          symlinks_parent_dir_test,
-@@ -16,7 +15,6 @@ all() ->
+@@ -18,7 +17,6 @@ all() ->
          build_tools_test,
          requirements_test,
          decode_metadata_test,
@@ -24,7 +25,7 @@ index 6c042a8..b1d8612 100644
          docs_test,
          too_big_to_create_test,
          too_big_to_unpack_test,
-@@ -90,46 +88,6 @@ memory_test(_Config) ->
+@@ -92,47 +90,6 @@ memory_test(_Config) ->
      }} = hex_tarball:unpack(Tarball, memory),
      ok.
  
@@ -42,12 +43,13 @@ index 6c042a8..b1d8612 100644
 -    ok = file:change_mode(Foo, 8#100644),
 -    ok = file:write_file(filename:join(SrcDir, "not_whitelisted.erl"), <<"">>),
 -
--    Files = [{"empty", EmptyDir}, {"src", SrcDir}, {"src/foo.erl", Foo}],
+-    Files = [{"empty", "empty"}, {"src", "src"}, {"src/foo.erl", filename:join("src", "foo.erl")}],
 -    Metadata = #{
 -        <<"name">> => <<"foo">>, <<"version">> => <<"1.0.0">>, <<"build_tool">> => <<"rebar3">>
 -    },
+-    CreateConfig = maps:put(tarball_files_root, BaseDir, hex_core:default_config()),
 -    {ok, #{tarball := Tarball, inner_checksum := InnerChecksum, outer_checksum := OuterChecksum}} = hex_tarball:create(
--        Metadata, Files
+-        Metadata, Files, CreateConfig
 -    ),
 -    ?assertEqual(
 -        <<"3DED88F7BAC738294907ACEED89FE63C9914713F988E608F2B17D7AE6EAC8446">>,
@@ -71,7 +73,7 @@ index 6c042a8..b1d8612 100644
  timestamps_and_permissions_test(Config) ->
      BaseDir = ?config(priv_dir, Config),
      Foo = filename:join(BaseDir, "foo.sh"),
-@@ -368,59 +326,6 @@ decode_metadata_test(_Config) ->
+@@ -626,59 +583,6 @@ decode_metadata_test(_Config) ->
  
      ok.
  

diff --git a/erlang-hex_core.spec b/erlang-hex_core.spec
index b199bdc..a6eb845 100644
--- a/erlang-hex_core.spec
+++ b/erlang-hex_core.spec
@@ -1,7 +1,7 @@
 %global realname hex_core
 
 Name:     erlang-%{realname}
-Version:  0.15.0
+Version:  0.18.0
 Release:  %autorelease
 Summary:  Reference implementation of Hex specifications
 License:  Apache-2.0

diff --git a/sources b/sources
index beccd82..6eddd2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hex_core-0.15.0.tar.gz) = 78bcf0c0b84efc59925b083c814b8520b4a4cc8cac6fdd0f02c6838f6e36b1b54ce0c7c12e3ae04fef3f0f828695feb6125e2807d22e9001d283b52b62f01c64
+SHA512 (hex_core-0.18.0.tar.gz) = 9e3b9d6f8fa543ebb9675afc39617c5cfd4a0435caea8b30d6b8df60abe7c2dec9727136a9a57977c56e3bd46864ad9182e78245698ff5a8d2b3b91394518bc9

                 reply	other threads:[~2026-06-12 16:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178128164906.1.7428114209476946502.rpms-erlang-hex_core-a216625b254e@fedoraproject.org \
    --to=lemenkov@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox