Hello community,
here is the log from the commit of package python-python-ptrace for
openSUSE:Factory checked in at 2017-09-22 21:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-ptrace (Old)
and /work/SRC/openSUSE:Factory/.python-python-ptrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-ptrace"
Fri Sep 22 21:33:46 2017 rev:3 rq:527286 version:0.9.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-ptrace/python-python-ptrace.changes
2017-07-06 00:01:38.637138074 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-ptrace.new/python-python-ptrace.changes
2017-09-22 21:34:00.883802985 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 07:10:02 UTC 2017 - [email protected]
+
+- update to 0.9.3
+ * Fix test_strace.py: tolerate the openat() syscall
+
+-------------------------------------------------------------------
Old:
----
python-ptrace-0.9.2.tar.gz
New:
----
python-ptrace-0.9.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-ptrace.spec ++++++
--- /var/tmp/diff_new_pack.Y65O6k/_old 2017-09-22 21:34:01.471720226 +0200
+++ /var/tmp/diff_new_pack.Y65O6k/_new 2017-09-22 21:34:01.471720226 +0200
@@ -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: 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 @@
%python_uninstall_alternative gdb.py
%files %{python_files}
-%defattr(-,root,root,-)
%doc COPYING
%doc README.rst
%doc doc/* examples
++++++ python-ptrace-0.9.2.tar.gz -> python-ptrace-0.9.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/.travis.yml
new/python-ptrace-0.9.3/.travis.yml
--- old/python-ptrace-python-ptrace-0.9.2/.travis.yml 2017-02-12
19:06:40.000000000 +0100
+++ new/python-ptrace-0.9.3/.travis.yml 2017-09-19 11:00:47.000000000 +0200
@@ -5,3 +5,6 @@
- TOXENV=py3
install: pip install -U tox
script: tox
+notifications:
+ email:
+ - [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/doc/changelog.rst
new/python-ptrace-0.9.3/doc/changelog.rst
--- old/python-ptrace-python-ptrace-0.9.2/doc/changelog.rst 2017-02-12
19:06:40.000000000 +0100
+++ new/python-ptrace-0.9.3/doc/changelog.rst 2017-09-19 11:00:47.000000000
+0200
@@ -3,6 +3,11 @@
Changelog
=========
+python-ptrace 0.9.3 (2017-09-19)
+--------------------------------
+
+* Issue #42: Fix test_strace.py: tolerate the openat() syscall.
+
python-ptrace 0.9.2 (2017-02-12)
--------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/doc/conf.py
new/python-ptrace-0.9.3/doc/conf.py
--- old/python-ptrace-python-ptrace-0.9.2/doc/conf.py 2017-02-12
19:06:40.000000000 +0100
+++ new/python-ptrace-0.9.3/doc/conf.py 2017-09-19 11:00:47.000000000 +0200
@@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
-version = release = '0.9.2'
+version = release = '0.9.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/ptrace/version.py
new/python-ptrace-0.9.3/ptrace/version.py
--- old/python-ptrace-python-ptrace-0.9.2/ptrace/version.py 2017-02-12
19:06:40.000000000 +0100
+++ new/python-ptrace-0.9.3/ptrace/version.py 2017-09-19 11:00:47.000000000
+0200
@@ -1,4 +1,4 @@
PACKAGE = "python-ptrace"
-VERSION = "0.9.2"
+VERSION = "0.9.3"
WEBSITE = "http://python-ptrace.readthedocs.io/"
LICENSE = "GNU GPL v2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-ptrace-python-ptrace-0.9.2/tests/test_strace.py
new/python-ptrace-0.9.3/tests/test_strace.py
--- old/python-ptrace-python-ptrace-0.9.2/tests/test_strace.py 2017-02-12
19:06:40.000000000 +0100
+++ new/python-ptrace-0.9.3/tests/test_strace.py 2017-09-19
11:00:47.000000000 +0200
@@ -61,7 +61,7 @@
else:
code = 'open(%r).close()' % __file__
self.assert_syscall(code,
- br"^open\(.*test_strace\.pyc?',
O_RDONLY(\|O_CLOEXEC)?")
+ br"^open(at)?\(.*test_strace\.pyc?',
O_RDONLY(\|O_CLOEXEC)?")
def test_chdir(self):
self.assert_syscall(