Package: pyocd / 0.13.1+dfsg-3

Metadata

Package Version Patches format
pyocd 0.13.1+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Update setup.py to work with Python3.patch | (download)

setup.py | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 update setup.py to work with python3

Avoid usage of setuptools_scm_git_archive
Drop the long description.

Signed-off-by: Neil Williams <neil.williams@linaro.org>

0001 Using or importing the ABCs from collections instead.patch | (download)

pyocd/utility/sequencer.py | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 =?utf-8?q?-=20using=20or=20importing=20the=20abcs=20from=20'colle?=
 =?UTF-8?q?ctions'=20instead=20of=20from=0A=20=20'collections.abc'=20is=20?=
 =?UTF-8?q?deprecated=20since=20Python=203.3,=20and=20in=203.9=20it=20will?=
 =?UTF-8?q?=0A=20=20stop=20working.?=


0001 Fix syntax warning raised by Python 3.8.patch | (download)

pyocd/gdbserver/syscall.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix syntax warning raised by python 3.8.