14
0

Accepting request 729809 from devel:languages:python

- Update to 0.9.4:
  * Issue #36: Fix detaching from process object created without is_attached=True
  * The project now requires the six module.

OBS-URL: https://build.opensuse.org/request/show/729809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-ptrace?expand=0&rev=4
This commit is contained in:
2019-09-11 08:36:03 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53a60cf17de2550a212709023985ed0954e5445f6023b7b0f78e2f7fbef0ca19
size 102420

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 11:05:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.4:
* Issue #36: Fix detaching from process object created without is_attached=True
* The project now requires the six module.
-------------------------------------------------------------------
Tue Sep 19 07:10:02 UTC 2017 - mimi.vx@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-ptrace
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pkg_name python-ptrace
Name: python-%{pkg_name}
Version: 0.9.3
Version: 0.9.4
Release: 0
Summary: Python binding for ptrace
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Languages/Python
Url: http://python-ptrace.readthedocs.io/
URL: https://github.com/vstinner/python-ptrace
Source: https://github.com/haypo/%{pkg_name}/archive/%{version}.tar.gz#!./%{pkg_name}-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Requires(post): update-alternatives
Requires(postun): update-alternatives
%python_subpackages
@@ -66,7 +67,7 @@ chmod 0644 examples/*.py
%python_uninstall_alternative gdb.py
%files %{python_files}
%doc COPYING
%license COPYING
%doc README.rst
%doc doc/* examples
%python_alternative %{_bindir}/gdb.py