File: 0001-change-auto-version.patch

package info (click to toggle)
python-eth-utils 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,140 kB
  • sloc: python: 5,985; makefile: 238
file content (15 lines) | stat: -rwxr-xr-x 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Change auto version before build
 During Debian packaging, this call fails because the package metadata is not
 available in the build environment.
Author: Manuel Guerra <ar.manuelguerra@gmail.com>
Forwarded: not-needed
Last-Update: 2025-07-23

--- python-eth-utils-5.3.0.orig/eth_utils/__init__.py
+++ python-eth-utils-5.3.0/eth_utils/__init__.py
@@ -141,4 +141,4 @@ from .types import (
     is_tuple,
 )
 
-__version__ = __version("eth-utils")
+__version__ = "@DEB_VERSION@"