15
0

Accepting request 1006431 from 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+

OBS-URL: https://build.opensuse.org/request/show/1006431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crashtest?expand=0&rev=4
This commit is contained in:
2022-09-27 18:14:36 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

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

3
crashtest-0.4.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 27 14:28:30 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <code@bnavigator.de>

View File

@@ -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