File: 0001-change-auto-version.patch

package info (click to toggle)
python-eth-utils 5.3.1-1~bpo13%2B1
  • links: PTS, VCS
  • area: main
  • in suites: trixie-backports
  • size: 1,140 kB
  • sloc: python: 5,984; makefile: 238
file content (15 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
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

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