14
0

Accepting request 824494 from home:mcalabkova:branches:devel:languages:python

- Update to 0.9.5
  * Fix readProcessMappings() for device id on 3 digits. Patch by Cat Stevens.
  * Drop Python 2 support.

OBS-URL: https://build.opensuse.org/request/show/824494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-08-06 05:42:24 +00:00
committed by Git OBS Bridge
parent 1720c157c6
commit 2d5e4b7673
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79149ef4a516d74f4456585ea9d09dac71487d0dab3b07ba8021c5b5faa36f1d
size 98027

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:839bf66bf577e43e9d32c0b7570fff5cdb470a7cf160f5d893effcefc42a78cc
size 97887

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 5 12:47:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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