14
0

Accepting request 527286 from devel:languages:python

- update to 0.9.3
  * Fix test_strace.py: tolerate the openat() syscall (forwarded request 527285 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/527286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-ptrace?expand=0&rev=3
This commit is contained in:
2017-09-22 19:33:46 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 19 07:10:02 UTC 2017 - mimi.vx@gmail.com
- update to 0.9.3
* Fix test_strace.py: tolerate the openat() syscall
-------------------------------------------------------------------
Wed Jun 28 05:58:20 UTC 2017 - jengelh@inai.de

View File

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pkg_name python-ptrace
Name: python-%{pkg_name}
Version: 0.9.2
Version: 0.9.3
Release: 0
Summary: Python binding for ptrace
License: GPL-2.0
Group: Development/Languages/Python
Url: http://python-ptrace.readthedocs.io/
Source: https://github.com/haypo/%{pkg_name}/archive/%{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 setuptools}
@@ -33,14 +33,13 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description
python-ptrace is a debugger using ptrace written in Python.
%prep
%setup -q -n %{pkg_name}-%{pkg_name}-%{version}
%setup -q -n %{pkg_name}-%{version}
sed -i 's/\x0D$//' doc/*.rst
chmod 0644 examples/*.py
@@ -67,7 +66,6 @@ chmod 0644 examples/*.py
%python_uninstall_alternative gdb.py
%files %{python_files}
%defattr(-,root,root,-)
%doc COPYING
%doc README.rst
%doc doc/* examples