From d797ac1819456298e06b1219d087ad15deb5ce9f8f3a4622748682f419a840fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 27 Sep 2022 14:32:01 +0000 Subject: [PATCH 1/2] Accepting request 1006427 from home:yarunachalam:branches:devel:languages:python - Update to 0.4.0: * Fixed a decoding error by forcing 'utf-8' encoding when opening a file. (#5) Misc * Added typing * Fixed multiple issues raised by flake8 and plugins * Updated dependencies (both package and dev) * Bumped Python versions to 3.7+ - Update to 0.3.1: * Fixed an error when trying to retrieve the line of a frame with no context (#2). OBS-URL: https://build.opensuse.org/request/show/1006427 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crashtest?expand=0&rev=7 --- crashtest-0.3.1.tar.gz | 3 --- crashtest-0.4.0.tar.gz | 3 +++ python-crashtest.changes | 13 +++++++++++++ python-crashtest.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 crashtest-0.3.1.tar.gz create mode 100644 crashtest-0.4.0.tar.gz diff --git a/crashtest-0.3.1.tar.gz b/crashtest-0.3.1.tar.gz deleted file mode 100644 index ce2b2e1..0000000 --- a/crashtest-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8070032b432b523ff7a6d03251f0553da1d0f7643a27cedc4cd7652e67e3b19e -size 16223 diff --git a/crashtest-0.4.0.tar.gz b/crashtest-0.4.0.tar.gz new file mode 100644 index 0000000..1a42cda --- /dev/null +++ b/crashtest-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe89907fc06ca3c5fbd7175d2001a150929297badef177e17ed2b662045cf86e +size 13564 diff --git a/python-crashtest.changes b/python-crashtest.changes index 22566f6..5c32324 100644 --- a/python-crashtest.changes +++ b/python-crashtest.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 27 14:28:30 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.4.0: + * Fixed a decoding error by forcing 'utf-8' encoding when opening a file. (#5) + Misc + * Added typing + * Fixed multiple issues raised by flake8 and plugins + * Updated dependencies (both package and dev) + * Bumped Python versions to 3.7+ +- Update to 0.3.1: + * Fixed an error when trying to retrieve the line of a frame with no context (#2). + ------------------------------------------------------------------- Mon Oct 26 21:50:13 UTC 2020 - Benjamin Greiner diff --git a/python-crashtest.spec b/python-crashtest.spec index ca18200..75e94bb 100644 --- a/python-crashtest.spec +++ b/python-crashtest.spec @@ -1,7 +1,7 @@ # # spec file for package python-crashtest # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-crashtest -Version: 0.3.1 +Version: 0.4.0 Release: 0 Summary: Manage Python errors with ease License: MIT From f9d9de58e3fe4c7be9e87305a45d9b28887f9ad7d69ca9ca209f9370e4ff0115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 27 Sep 2022 14:32:53 +0000 Subject: [PATCH 2/2] delete ambiguous changes entry OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crashtest?expand=0&rev=8 --- python-crashtest.changes | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-crashtest.changes b/python-crashtest.changes index 5c32324..db1c941 100644 --- a/python-crashtest.changes +++ b/python-crashtest.changes @@ -8,8 +8,6 @@ Tue Sep 27 14:28:30 UTC 2022 - Yogalakshmi Arunachalam * Fixed multiple issues raised by flake8 and plugins * Updated dependencies (both package and dev) * Bumped Python versions to 3.7+ -- Update to 0.3.1: - * Fixed an error when trying to retrieve the line of a frame with no context (#2). ------------------------------------------------------------------- Mon Oct 26 21:50:13 UTC 2020 - Benjamin Greiner