From cf78b4c335d298a3df873587150d715e749fe50ca674b55f4e163f6bd701fbf2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Sep 2020 06:49:34 +0000 Subject: [PATCH] - update to 0.3.1: * Fixed an error when trying to retrieve the line of a frame with no context OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crashtest?expand=0&rev=3 --- crashtest-0.3.0.tar.gz | 3 --- crashtest-0.3.1.tar.gz | 3 +++ python-crashtest.changes | 6 ++++++ python-crashtest.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 crashtest-0.3.0.tar.gz create mode 100644 crashtest-0.3.1.tar.gz diff --git a/crashtest-0.3.0.tar.gz b/crashtest-0.3.0.tar.gz deleted file mode 100644 index fe224f9..0000000 --- a/crashtest-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74d430f85284788c3c26034c155a27e3564dc53b5a949edfc5383894c27704dc -size 14965 diff --git a/crashtest-0.3.1.tar.gz b/crashtest-0.3.1.tar.gz new file mode 100644 index 0000000..ce2b2e1 --- /dev/null +++ b/crashtest-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8070032b432b523ff7a6d03251f0553da1d0f7643a27cedc4cd7652e67e3b19e +size 16223 diff --git a/python-crashtest.changes b/python-crashtest.changes index 21fd6b0..3047d08 100644 --- a/python-crashtest.changes +++ b/python-crashtest.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 17 06:49:16 UTC 2020 - Dirk Mueller + +- update to 0.3.1: + * Fixed an error when trying to retrieve the line of a frame with no context + ------------------------------------------------------------------- Thu May 7 10:02:41 AM UTC 2020 - John Vandenberg diff --git a/python-crashtest.spec b/python-crashtest.spec index 4ca77e4..77f74ac 100644 --- a/python-crashtest.spec +++ b/python-crashtest.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-crashtest -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: Manage Python errors with ease License: MIT