public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-eth-account] f45: Update to 0.14.0
@ 2026-08-24 18:47 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-24 18:47 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 18:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 18:47 [rpms/python-eth-account] f45: Update to 0.14.0 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox