File: version.patch

package info (click to toggle)
drslib 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,544 kB
  • sloc: python: 6,119; xml: 988; makefile: 128; sh: 121
file content (16 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: setuptools now stricter on version pattern; drop 'p'
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2023-02-06
Forwarded: no

--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '0.3.1p3'
+version = '0.3.2'
 drs_version = '0.28'
 
 setup(name='drslib',