1
0

- Update to 2.1.7:

* Fix pinned coverage version
  * Fix GitHub Actions implementation
  * Implement retries on Codecov API calls
  * Add GitHub Actions CI detection
  * Add CODECOV_NAME as default for name
  * Fix command line quoting on Windows
  * Fix GitLab CI project directory detection on Windows
  * Fix GitLab CI post version 9
  * Check text for NoneType on writes
  * Include the cacert in the PUT call when uploading to S3
  * Fixed gcov not being found in certain instances
  * Fix find command not working on Windows
  * Add support for gzipping reports
  * Dynamic syncing of version
  * Fix command when neither hg or git are not available
  * Remove x-amz-acl header
  * Cleaning TOC generation
  * fixed string issues
  * fixed broken subprocess handling
  * fixed reported command injection vulnerability.
- Drop LICENSE file, included directly in the tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-codecov?expand=0&rev=9
This commit is contained in:
2020-07-09 04:52:24 +00:00
committed by Git OBS Bridge
parent 0dc1e54f45
commit ad4c559428
5 changed files with 32 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-codecov
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-codecov
Version: 2.0.15
Version: 2.1.7
Release: 0
Summary: Hosted coverage reports
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/codecov/codecov-python
URL: https://github.com/codecov/codecov-python
Source: https://files.pythonhosted.org/packages/source/c/codecov/codecov-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/codecov/codecov-python/v%{version}/LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -48,7 +46,6 @@ Hosted coverage reports for Github, Bitbucket and Gitlab.
%prep
%setup -q -n codecov-%{version}
sed -i -e '/^#!\//, 1d' codecov/__init__.py
cp %{SOURCE10} .
%build
%python_build