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-bloom] f45: Update to 4.0.0
Date: Mon, 24 Aug 2026 17:59:31 GMT	[thread overview]
Message-ID: <178759437124.1.7153291801140880029.rpms-python-eth-bloom-fac21b699dc3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-eth-bloom
            Branch : f45
            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=f45

            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

                 reply	other threads:[~2026-08-24 17:59 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=178759437124.1.7153291801140880029.rpms-python-eth-bloom-fac21b699dc3@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