Bug#668691: [Python-modules-team] Bug#668691: python3-pytest: py.test.sh doesn't get version number

2012-04-15 Thread Simon Chopin
tags 668691 + fixed pending thanks On Sat, Apr 14, 2012 at 10:27:27AM +0900, Koichi Akabe wrote: > Package: python3-pytest > Version: 2.2.3-2 > Severity: normal > > Dear Maintainer, > > py.test.sh doesn't get the version number of python. > The following code is on py.test.sh: > > > case $PYVER

Bug#668691: python3-pytest: py.test.sh doesn't get version number

2012-04-13 Thread Koichi Akabe
Package: python3-pytest Version: 2.2.3-2 Severity: normal Dear Maintainer, py.test.sh doesn't get the version number of python. The following code is on py.test.sh: > case $PYVERSION in > "[0-9].[0-9]"|"[0-9]") ;; > *) PYVERSION='';; #If ill-formed version, use the default. > esac This