File: hardcode_version.diff

package info (click to toggle)
python-executing 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,060 kB
  • sloc: python: 4,098; sh: 23; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Add package version

The version file is generated on build time and
should be present on the targz distributed by upstream,
but it's not.

--- /dev/null
+++ b/executing/version.py
@@ -0,0 +1 @@
+__version__ = '0.5.3'
\ No newline at end of file