diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:27:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 12:27:33 +0000 |
commit | ffc95819eedc708e465d3159bae2f5a62144688c (patch) | |
tree | f367b10f3a498245930e6cba418e53e3dcdc2e73 | |
parent | 066a53791238a8ced1706679301bc488a0842d8f (diff) |
automatic import of python-codecovopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-codecov.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /codecov-2.1.12.tar.gz +/codecov-2.1.13.tar.gz diff --git a/python-codecov.spec b/python-codecov.spec index 607b8c5..aca8d44 100644 --- a/python-codecov.spec +++ b/python-codecov.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-codecov -Version: 2.1.12 +Version: 2.1.13 Release: 1 Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab License: Apache 2.0 URL: https://github.com/codecov/codecov-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/59/fa/91b6184b1f15fe9db9c7172eb61a191dbdb4cdf89177e34f1f29a255ca70/codecov-2.1.12.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/bb/594b26d2c85616be6195a64289c578662678afa4910cef2d3ce8417cf73e/codecov-2.1.13.tar.gz BuildArch: noarch Requires: python3-requests @@ -30,7 +30,7 @@ Provides: python3-codecov-doc %prep -%autosetup -n codecov-2.1.12 +%autosetup -n codecov-2.1.13 %build %py3_build @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.12-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.13-1 - Package Spec generated @@ -1 +1 @@ -990a20da8998c7ca8ad204512c1e4e92 codecov-2.1.12.tar.gz +8f8c02818963d34b011fd5b669cf900b codecov-2.1.13.tar.gz |