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-rlp] f45: Update to 3.0.0
Date: Mon, 24 Aug 2026 18:28:38 GMT [thread overview]
Message-ID: <178759611824.1.6454396219154063087.rpms-python-eth-rlp-70ab5e451ee4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-eth-rlp
Branch : f45
Commit : 70ab5e451ee4d1f99ee01f88a9e270a8f14c4684
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-22T22:08:10-03:00
Stats : +29/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-eth-rlp/c/70ab5e451ee4d1f99ee01f88a9e270a8f14c4684?branch=f45
Log:
Update to 3.0.0
Resolves: rhbz#2521552
---
diff --git a/0001-Exclude-docs-from-setuptools-package-discovery.patch b/0001-Exclude-docs-from-setuptools-package-discovery.patch
new file mode 100644
index 0000000..ea2edac
--- /dev/null
+++ b/0001-Exclude-docs-from-setuptools-package-discovery.patch
@@ -0,0 +1,23 @@
+From: Filipe Rosset <rosset.filipe@gmail.com>
+Date: Sat, 22 Aug 2026 22:05:00 -0300
+Subject: [PATCH] Exclude docs from setuptools package discovery
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 0e12345..6789abc 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -68,7 +68,7 @@ dev = [
+ ]
+
+ [tool.setuptools.packages.find]
+-exclude = ["scripts", "scripts.*", "tests", "tests.*"]
++exclude = ["docs", "docs.*", "scripts", "scripts.*", "tests", "tests.*"]
+
+ [tool.setuptools.package-data]
+ eth_rlp = ["py.typed"]
+--
+2.45.0
diff --git a/python-eth-rlp.spec b/python-eth-rlp.spec
index 0b45b16..7e90050 100644
--- a/python-eth-rlp.spec
+++ b/python-eth-rlp.spec
@@ -1,14 +1,16 @@
%global pypi_name eth_rlp
Name: python-eth-rlp
-Version: 2.2.0
+Version: 3.0.0
Release: %autorelease
BuildArch: noarch
Summary: RLP definitions for common Ethereum objects in Python
License: MIT
-URL: https://github.com/ethereum/eth-rlp
+URL: https://github.com/ApeWorX/eth-rlp
VCS: git:%{url}.git
Source0: %{pypi_source %pypi_name}
+# Upstream forgot to exclude docs from package discovery
+Patch0: 0001-Exclude-docs-from-setuptools-package-discovery.patch
BuildRequires: python3-pytest
BuildSystem: pyproject
BuildOption(prep): -n %{pypi_name}-%{version}
@@ -24,7 +26,7 @@ Summary: %{summary}
%{summary}.
%check -a
-%pytest -k 'not test_install_local_wheel'
+%pytest
%files -n python3-eth-rlp -f %{pyproject_files}
%doc README.md
diff --git a/sources b/sources
index fb2f923..1fc59d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (eth_rlp-2.2.0.tar.gz) = 702d854bf7a2d8ce67427e5f6d8df40c9e9bfbd1a5aecc8ef4b738fad519e20212be5a7e777f1aeb3e5cbe8ff6b7e9abdff9012180916fb511984246afb6d703
+SHA512 (eth_rlp-3.0.0.tar.gz) = 019adf2317b3e7361315de29e31120c9f42371c9dae113a42b153c202fc1f294c2f8147dfac63611189e2a1778b72830cccd182b305211128d60b3672043392b
reply other threads:[~2026-08-24 18:28 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=178759611824.1.6454396219154063087.rpms-python-eth-rlp-70ab5e451ee4@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