public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-eth-event] f44: eth-event ver. 1.4.10
@ 2026-07-09 18:32 Peter Lemenkov
0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-07-09 18:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-eth-event
Branch : f44
Commit : 32b7dd9c851462cc785bc96823975d5b817f9fb0
Author : Peter Lemenkov <lemenkov@gmail.com>
Date : 2026-07-09T20:26:54+02:00
Stats : +28/-7 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-eth-event/c/32b7dd9c851462cc785bc96823975d5b817f9fb0?branch=f44
Log:
eth-event ver. 1.4.10
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
diff --git a/python-eth-event-0001-Relax-deps.patch b/python-eth-event-0001-Relax-deps.patch
index ae05051..4316967 100644
--- a/python-eth-event-0001-Relax-deps.patch
+++ b/python-eth-event-0001-Relax-deps.patch
@@ -144,7 +144,7 @@ index 0b6c2f2..9a81182 100644
lru_cache: Final = functools.lru_cache
_tuple_match: Final = re.compile(r"tuple(\[(\d*)\])?").match
diff --git a/pyproject.toml b/pyproject.toml
-index bde8698..1ffb855 100644
+index 4b4616b..1ffb855 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,9 +2,9 @@
@@ -152,7 +152,7 @@ index bde8698..1ffb855 100644
"setuptools",
"wheel",
- "mypy[mypyc]==1.19.1",
-- "faster-eth-abi==5.2.27",
+- "faster-eth-abi==5.2.30",
- "faster-hexbytes==1.3.8",
+ "mypy[mypyc]",
+ "eth-abi",
@@ -161,12 +161,12 @@ index bde8698..1ffb855 100644
diff --git a/requirements.txt b/requirements.txt
-index 26d372d..827b78b 100644
+index 2dbc7cb..827b78b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-eth-hash[pycryptodome]>=0.2.0,<1.0.0
--faster-eth-abi==5.2.27
+-faster-eth-abi==5.2.30
-faster-hexbytes==1.3.8
+eth-hash[pycryptodomex]>=0.2.0,<1.0.0
+eth-abi
diff --git a/python-eth-event-0002-Don-t-die-on-a-deprecated-functions.patch b/python-eth-event-0002-Don-t-die-on-a-deprecated-functions.patch
new file mode 100644
index 0000000..ece3765
--- /dev/null
+++ b/python-eth-event-0002-Don-t-die-on-a-deprecated-functions.patch
@@ -0,0 +1,20 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Peter Lemenkov <lemenkov@gmail.com>
+Date: Thu, 9 Jul 2026 20:12:00 +0200
+Subject: [PATCH] Don't die on a deprecated functions
+
+Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
+
+diff --git a/setup.py b/setup.py
+index 57d5b82..4ef15f0 100644
+--- a/setup.py
++++ b/setup.py
+@@ -27,6 +27,8 @@ else:
+ ],
+ group_name="eth_event",
+ )
++ for _ext in ext_modules:
++ _ext.extra_compile_args.append("-Wno-error=deprecated-declarations")
+
+
+ with open("README.md") as fh:
diff --git a/python-eth-event.spec b/python-eth-event.spec
index ae65396..61ec263 100644
--- a/python-eth-event.spec
+++ b/python-eth-event.spec
@@ -1,14 +1,15 @@
%global pypi_name eth_event
Name: python-eth-event
-Version: 1.4.9
+Version: 1.4.10
Release: %autorelease
Summary: Tools for Ethereum event decoding and topic generation
License: MIT
URL: https://github.com/iamdefinitelyahuman/eth-event
VCS: git:%{url}.git
-Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
+Source: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
Patch: python-eth-event-0001-Relax-deps.patch
+Patch: python-eth-event-0002-Don-t-die-on-a-deprecated-functions.patch
BuildRequires: gcc
BuildRequires: python3dist(eth-abi)
BuildRequires: python3dist(eth-utils)
diff --git a/sources b/sources
index ae956ed..0f44781 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (eth_event-1.4.9.tar.gz) = 53a81c83e3668115a081c9aa87c0fccab6afcc5cf1e73bc3abb7b14bc795ac481103d070010eb1963713d53fe03938c56b33b9f3619651c8af8a0263456e46ca
+SHA512 (eth_event-1.4.10.tar.gz) = 006748711649c80410a9588df978661b198cae1fbbef778f7e1b9f2bfcb51a2bf01c65f8d463f896771ff4b397319a5377c361934c9a31852499f2d789a68fea
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-09 18:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 18:32 [rpms/python-eth-event] f44: eth-event ver. 1.4.10 Peter Lemenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox