diff --git a/python-ptrace-0.9.4.tar.gz b/python-ptrace-0.9.4.tar.gz deleted file mode 100644 index 79b4e20..0000000 --- a/python-ptrace-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79149ef4a516d74f4456585ea9d09dac71487d0dab3b07ba8021c5b5faa36f1d -size 98027 diff --git a/python-ptrace-0.9.5.tar.gz b/python-ptrace-0.9.5.tar.gz new file mode 100644 index 0000000..31c90dd --- /dev/null +++ b/python-ptrace-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839bf66bf577e43e9d32c0b7570fff5cdb470a7cf160f5d893effcefc42a78cc +size 97887 diff --git a/python-python-ptrace.changes b/python-python-ptrace.changes index 7c8ddf5..2e0ac44 100644 --- a/python-python-ptrace.changes +++ b/python-python-ptrace.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 5 12:47:08 UTC 2020 - Marketa Calabkova + +- Update to 0.9.5 + * Fix readProcessMappings() for device id on 3 digits. Patch by Cat Stevens. + * Drop Python 2 support. + ------------------------------------------------------------------- Tue Sep 10 11:05:34 UTC 2019 - Tomáš Chvátal diff --git a/python-python-ptrace.spec b/python-python-ptrace.spec index 0f1dd54..5f4c8a4 100644 --- a/python-python-ptrace.spec +++ b/python-python-ptrace.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-ptrace # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pkg_name python-ptrace +%define skip_python2 1 Name: python-%{pkg_name} -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: Python binding for ptrace License: GPL-2.0-only