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..db1c941 100644 --- a/python-crashtest.changes +++ b/python-crashtest.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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+ + ------------------------------------------------------------------- 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