public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-eth-rlp] rawhide: Update to 3.0.0
@ 2026-08-24 18:25 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-24 18:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-eth-rlp
Branch : rawhide
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=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 18:25 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:25 [rpms/python-eth-rlp] rawhide: Update to 3.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