public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-eth-account] f45: Update to 0.14.0
Date: Mon, 24 Aug 2026 18:47:07 GMT	[thread overview]
Message-ID: <178759722798.1.5075786840921950812.rpms-python-eth-account-cec535177457@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-eth-account
            Branch : f45
            Commit : cec5351774574af3a86b3f033bbd7834a4afd204
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-23T02:19:49-03:00
            Stats  : +24/-18 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-eth-account/c/cec5351774574af3a86b3f033bbd7834a4afd204?branch=f45

            Log:
            Update to 0.14.0

Resolves: rhbz#2521559

---
diff --git a/python-eth-account-0001-Relax-dependencies-a-bit.patch b/python-eth-account-0001-Relax-dependencies-a-bit.patch
index 0c30d99..7282ce8 100644
--- a/python-eth-account-0001-Relax-dependencies-a-bit.patch
+++ b/python-eth-account-0001-Relax-dependencies-a-bit.patch
@@ -4,16 +4,22 @@ Subject: [PATCH] Relax dependencies a bit
 
 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
 
-diff --git a/setup.py b/setup.py
-index 3dae313..751c897 100644
---- a/setup.py
-+++ b/setup.py
-@@ -52,7 +52,7 @@ setup(
-     install_requires=[
-         "bitarray>=2.4.0",
-         "eth-abi>=4.0.0-b.2",
--        "eth-keyfile>=0.7.0, <0.9.0",
-+        "eth-keyfile>=0.7.0",
-         "eth-keys>=0.4.0",
-         "eth-rlp>=2.1.0",
-         "eth-utils>=2.0.0",
+diff --git a/pyproject.toml b/pyproject.toml
+index cb65d3d..a49fcb2 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -31,11 +31,11 @@ classifiers = [
+ dependencies = [
+     "bitarray>=2.4",
+     "eth-abi>=4",
+-    "eth-keyfile>=0.10",
++    "eth-keyfile>=0.7.0",
+     "eth-keys>=0.5",
+-    "eth-rlp>=3",
++    "eth-rlp>=2.1.0",
+     "eth-utils>=6",
+-    "hexbytes>=2",
++    "hexbytes>=1.2.0",
+     "rlp>=2",
+     "ckzg>=2",
+     "pydantic>=2",

diff --git a/python-eth-account.spec b/python-eth-account.spec
index 0fbccc5..541c0ec 100644
--- a/python-eth-account.spec
+++ b/python-eth-account.spec
@@ -1,12 +1,12 @@
 %global pypi_name eth_account
 
 Name:          python-eth-account
-Version:       0.13.7
+Version:       0.14.0
 Release:       %autorelease
 BuildArch:     noarch
 Summary:       Ethereum account abstraction library
 License:       MIT
-URL:           https://github.com/ethereum/eth-account
+URL:           https://github.com/ApeWorX/eth-account
 Source0:       %{pypi_source %pypi_name}
 Patch:         python-eth-account-0001-Relax-dependencies-a-bit.patch
 BuildRequires: python3-hypothesis
@@ -25,8 +25,8 @@ Summary: %{summary}
 %{summary}.
 
 %check -a
-# Ignored tests requires Node.js with a custom setup or Internet access
-PYTHONPATH=$(pwd) %pytest -k 'not test_install_local_wheel and not test_messages_where_all_3_sigs_match and not test_messages_where_eth_account_matches_ethers_but_not_metamask and not test_messages_where_eth_account_matches_metamask_but_not_ethers and not test_compatibility'
+# Ignored tests require Node.js with a custom setup or Internet access
+%pytest -k 'not test_install_local_wheel and not test_messages_where_all_3_sigs_match and not test_messages_where_eth_account_matches_ethers_but_not_metamask and not test_messages_where_eth_account_matches_metamask_but_not_ethers and not test_compatibility'
 
 %files -n python3-eth-account -f %{pyproject_files}
 %doc README.md

diff --git a/sources b/sources
index 639e3b0..9080b6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (eth_account-0.13.7.tar.gz) = f5f564624d9a7724f22653e6b798dd967cba09203158ef828bf53a01bea50421b1fe9388c332d1fa727ad2b7ffb86875bc978ce5ee3f5a6332f04d470803867e
+SHA512 (eth_account-0.14.0.tar.gz) = 7524497596dee7a5bd45828cf2df9be11cf7939395b0c85e22451692436d83d06fd13a04af703a15a933845a56058e28eb5df035648a0ce70307d65c525a940c

                 reply	other threads:[~2026-08-24 18:47 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=178759722798.1.5075786840921950812.rpms-python-eth-account-cec535177457@fedoraproject.org \
    --to=rosset.filipe@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