forked from pool/python-codecov
Accepting request 914042 from home:glaubitz:branches:devel:languages:python
- Update to 2.1.12 - Add Cirrus CI - Bump coverage from 5.3 to 5.3.1 - Bump coverage from 5.3.1 to 5.4 - Bump coverage from 5.4 to 5.5 - Upgrade to GitHub-native Dependabot - from version 2.1.11 - Added option to disable printing of gcov-out - Handle exceptions that don't have a returncode - Update to Python 3.9 - from version 2.1.10 - Output elapsed time with S3 upload - Improve error reporting in the "try_run" function and correctly include original command output in the error message - Added sleep between upload retries. - Ignore emacs lisp files - Fix error try_to_run using | without shell=True (fix #284) - Bump coverage from 4.5.4 to 5.2.1 - Update python versions - Add license scan report and status - Update README with accurate links - Bump coverage from 5.2.1 to 5.3 OBS-URL: https://build.opensuse.org/request/show/914042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-codecov?expand=0&rev=13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-codecov
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-codecov
|
||||
Version: 2.1.9
|
||||
Version: 2.1.12
|
||||
Release: 0
|
||||
Summary: Hosted coverage reports
|
||||
License: Apache-2.0
|
||||
@@ -35,8 +35,8 @@ Requires: python-coverage
|
||||
Requires: python-requests >= 2.7.9
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user