From 1720c157c6580decaf4ed150385623a68fbbb2e0bb3df266ae31d84076e355ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 11:06:35 +0000 Subject: [PATCH] - 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 --- python-ptrace-0.9.3.tar.gz | 3 --- python-ptrace-0.9.4.tar.gz | 3 +++ python-python-ptrace.changes | 7 +++++++ python-python-ptrace.spec | 15 ++++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 python-ptrace-0.9.3.tar.gz create mode 100644 python-ptrace-0.9.4.tar.gz diff --git a/python-ptrace-0.9.3.tar.gz b/python-ptrace-0.9.3.tar.gz deleted file mode 100644 index 3ff4002..0000000 --- a/python-ptrace-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53a60cf17de2550a212709023985ed0954e5445f6023b7b0f78e2f7fbef0ca19 -size 102420 diff --git a/python-ptrace-0.9.4.tar.gz b/python-ptrace-0.9.4.tar.gz new file mode 100644 index 0000000..79b4e20 --- /dev/null +++ b/python-ptrace-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79149ef4a516d74f4456585ea9d09dac71487d0dab3b07ba8021c5b5faa36f1d +size 98027 diff --git a/python-python-ptrace.changes b/python-python-ptrace.changes index 2347d88..7c8ddf5 100644 --- a/python-python-ptrace.changes +++ b/python-python-ptrace.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 10 11:05:34 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-python-ptrace.spec b/python-python-ptrace.spec index b23cdf5..0f1dd54 100644 --- a/python-python-ptrace.spec +++ b/python-python-ptrace.spec @@ -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