14
0

- 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/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:06:35 +00:00
committed by Git OBS Bridge
parent f7c0b0206d
commit 1720c157c6
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 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pkg_name python-ptrace %define pkg_name python-ptrace
Name: python-%{pkg_name} Name: python-%{pkg_name}
Version: 0.9.3 Version: 0.9.4
Release: 0 Release: 0
Summary: Python binding for ptrace Summary: Python binding for ptrace
License: GPL-2.0 License: GPL-2.0-only
Group: Development/Languages/Python 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 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 devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-six
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
%python_subpackages %python_subpackages
@@ -66,7 +67,7 @@ chmod 0644 examples/*.py
%python_uninstall_alternative gdb.py %python_uninstall_alternative gdb.py
%files %{python_files} %files %{python_files}
%doc COPYING %license COPYING
%doc README.rst %doc README.rst
%doc doc/* examples %doc doc/* examples
%python_alternative %{_bindir}/gdb.py %python_alternative %{_bindir}/gdb.py