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:
3
codecov-2.1.12.tar.gz
Normal file
3
codecov-2.1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0da46bb5025426da895af90938def8ee12d37fcbcbbbc15b6dc64cf7ebc51c1
|
||||
size 20866
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:355fc7e0c0b8a133045f0d6089bde351c845e7b52b99fec5903b4ea3ab5f6aab
|
||||
size 19987
|
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 24 13:53:55 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 06:50:15 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@@ -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