public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-eth-bloom] rawhide: Update to 4.0.0
@ 2026-08-24 17:58 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-24 17:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-eth-bloom
Branch : rawhide
Commit : fac21b699dc31e0df3af084411d422980a0bf477
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-22T21:42:57-03:00
Stats : +22/-17 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-eth-bloom/c/fac21b699dc31e0df3af084411d422980a0bf477?branch=rawhide
Log:
Update to 4.0.0
Resolves: rhbz#2521312
---
diff --git a/python-eth-bloom-0001-Relax-deps.patch b/python-eth-bloom-0001-Relax-deps.patch
index cfd8729..162ee4d 100644
--- a/python-eth-bloom-0001-Relax-deps.patch
+++ b/python-eth-bloom-0001-Relax-deps.patch
@@ -2,18 +2,21 @@ From: Peter Lemenkov <lemenkov@gmail.com>
Date: Tue, 22 Apr 2025 11:02:24 +0200
Subject: [PATCH] Relax deps
+Remove the [pycryptodome] extra from eth-hash dependency so that
+Fedora's system-packaged eth-hash (without extras) satisfies it.
+
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
-diff --git a/setup.py b/setup.py
-index d9c561f..2fbb445 100644
---- a/setup.py
-+++ b/setup.py
-@@ -44,7 +44,7 @@ setup(
- url="https://github.com/ethereum/eth-bloom",
- include_package_data=True,
- install_requires=[
-- "eth-hash[pycryptodome]>=0.4.0",
-+ "eth-hash>=0.4.0",
- ],
- python_requires=">=3.8, <4",
- extras_require=extras_require,
+diff --git a/pyproject.toml b/pyproject.toml
+index 1234567..abcdefg 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -37,7 +37,7 @@ classifiers = [
+ "Programming Language :: Python :: 3.14",
+ ]
+ dependencies = [
+- "eth-hash[pycryptodome]>=0.4.0",
++ "eth-hash>=0.4.0",
+ ]
+
+ [project.urls]
diff --git a/python-eth-bloom.spec b/python-eth-bloom.spec
index dc05788..53f1e16 100644
--- a/python-eth-bloom.spec
+++ b/python-eth-bloom.spec
@@ -1,17 +1,19 @@
%global pypi_name eth_bloom
Name: python-eth-bloom
-Version: 3.1.0
+Version: 4.0.0
Release: %autorelease
BuildArch: noarch
Summary: An implementation of the Ethereum bloom filter
License: MIT
-URL: https://github.com/ethereum/eth-bloom
+URL: https://github.com/ApeWorX/eth-bloom
VCS: git:%{url}.git
Source0: %{pypi_source %pypi_name}
Patch: python-eth-bloom-0001-Relax-deps.patch
+BuildRequires: python3-devel
BuildRequires: python3-hypothesis
BuildRequires: python3-pytest
+BuildRequires: python3-eth-hash
BuildSystem: pyproject
BuildOption(prep): -n %{pypi_name}-%{version}
BuildOption(install): -L %{pypi_name}
@@ -26,7 +28,7 @@ Summary: %{summary}
%{summary}.
%check -a
-%pytest -k 'not test_install_local_wheel'
+%pytest
%files -n python3-eth-bloom -f %{pyproject_files}
%doc README.md
diff --git a/sources b/sources
index 8eea13e..aee7357 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (eth_bloom-3.1.0.tar.gz) = 37be858a6a445be5bda9a6d2a0c6bfdcbffb18c5ca524461c08ac14936406bbebf5e8f4553b5f1d5592690dc811182f3f4694f8d3b7cb7999d0b252201c2b239
+SHA512 (eth_bloom-4.0.0.tar.gz) = 5a08c4b9a7e9d66d18654976ffddc7a7da0c729eb78d9fe94734d31c41d5c333c551859d3cded55b0f6e399cebdc5982a1b9282fe22ed81b7f0492edea6b5c8f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 17:58 [rpms/python-eth-bloom] rawhide: Update to 4.0.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