public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-eth-keyfile] rawhide: Update to 0.10.0
@ 2026-08-24 18:16 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-24 18:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-eth-keyfile
Branch : rawhide
Commit : 18134619115a5aed0364cbe3724e8cfda46b4de4
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-22T22:26:25-03:00
Stats : +21/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-eth-keyfile/c/18134619115a5aed0364cbe3724e8cfda46b4de4?branch=rawhide
Log:
Update to 0.10.0
Resolves: rhbz#2521062
---
diff --git a/python-eth-keyfile.spec b/python-eth-keyfile.spec
index b43577a..76b3f2a 100644
--- a/python-eth-keyfile.spec
+++ b/python-eth-keyfile.spec
@@ -1,12 +1,12 @@
%global pypi_name eth_keyfile
Name: python-eth-keyfile
-Version: 0.9.1
+Version: 0.10.0
Release: %autorelease
BuildArch: noarch
Summary: Tools for handling the encrypted keyfile format used to store private keys
License: MIT
-URL: https://github.com/ethereum/eth-keyfile
+URL: https://github.com/ApeWorX/eth-keyfile
VCS: git:%{url}.git
Source0: %{pypi_source %pypi_name}
# Fedora-specific
@@ -28,7 +28,7 @@ Summary: %{summary}
%{summary}.
%check -a
-PYTHONPATH=$(pwd) %pytest -k 'not test_install_local_wheel'
+PYTHONPATH=$(pwd) %pytest
%files -n python3-eth-keyfile -f %{pyproject_files}
%doc README.md
diff --git a/python-eth_keyfile-0001-Fedora-use-cryptodome-explicitly.patch b/python-eth_keyfile-0001-Fedora-use-cryptodome-explicitly.patch
index e8f6edc..3d3ab8c 100644
--- a/python-eth_keyfile-0001-Fedora-use-cryptodome-explicitly.patch
+++ b/python-eth_keyfile-0001-Fedora-use-cryptodome-explicitly.patch
@@ -1,14 +1,14 @@
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Tue, 1 Nov 2022 10:42:37 +0100
-Subject: [PATCH] Fedora: use cryptodome explicitly
+Subject: [PATCH] Fedora: use cryptodome explicitly and relax eth-keys requirement
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
diff --git a/eth_keyfile/keyfile.py b/eth_keyfile/keyfile.py
-index db2d89e..6ac54f9 100644
+index d8ed020..851cf0c 100644
--- a/eth_keyfile/keyfile.py
+++ b/eth_keyfile/keyfile.py
-@@ -20,19 +20,19 @@ from uuid import (
+@@ -17,19 +17,19 @@ from uuid import (
uuid4,
)
@@ -33,16 +33,17 @@ index db2d89e..6ac54f9 100644
Counter,
)
from eth_keys import (
-diff --git a/setup.py b/setup.py
-index d052760..1062a13 100644
---- a/setup.py
-+++ b/setup.py
-@@ -51,7 +51,7 @@ setup(
- "eth-keys>=0.4.0",
- "eth-utils>=2",
- "py_ecc>=5.2.0",
-- "pycryptodome>=3.6.6,<4",
-+ "pycryptodomex>=3.6.6,<4",
- ],
- python_requires=">=3.8, <4",
- extras_require=extras_require,
+diff --git a/pyproject.toml b/pyproject.toml
+index ce0c043..33da503 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -32,7 +32,7 @@ dependencies = [
+- "eth-keys>=0.8.0",
++ "eth-keys>=0.4.0",
+ "eth-utils>=2",
+ "py_ecc>=5.2.0",
+- "pycryptodome>=3.6.6,<4",
++ "pycryptodomex>=3.6.6,<4",
+ ]
+
+ [project.urls]
diff --git a/sources b/sources
index 5797b3f..761499b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (eth_keyfile-0.9.1.tar.gz) = 18c8800b8c3c6c070e1d3dd8b78dc91945f1aed0c9c2f8f805869859fe598240b0d038dcc0eadb19a1aa660e70de4298e50e1070bfce471f617926b3909cdb65
+SHA512 (eth_keyfile-0.10.0.tar.gz) = b6ca686dcf07d48ad2788dfdf2cb8a703f9f7a14fad69ea69b2042da82240ad8d76f0a71add2b85af162dd5604f61e5ff693fd361a79a0f311aa4ea8a670e7ff
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 18:16 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:16 [rpms/python-eth-keyfile] rawhide: Update to 0.10.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