diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 04:16:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 04:16:56 +0000 |
commit | b465259b5e8f9c7e09ed48f9c3e709c249d60042 (patch) | |
tree | dd4d0afc7b5f62c49ac6674d541630bdf77bcac2 | |
parent | 4a860c096814cce53e9e6ae9fe98c36d35cc689f (diff) |
automatic import of python-colcon-lcov-result
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-colcon-lcov-result.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /colcon-lcov-result-0.5.0.tar.gz +/colcon-lcov-result-0.5.2.tar.gz diff --git a/python-colcon-lcov-result.spec b/python-colcon-lcov-result.spec index a382583..7910fb2 100644 --- a/python-colcon-lcov-result.spec +++ b/python-colcon-lcov-result.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-colcon-lcov-result -Version: 0.5.0 +Version: 0.5.2 Release: 1 Summary: Extension for colcon to gather test results. License: Apache License, Version 2.0 URL: https://colcon.readthedocs.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/57/c216e6b6c28dbdbaa16ca423e9dd196733fa0d3c19f22af3e93ab9336a36/colcon-lcov-result-0.5.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2f/ef/72fce768eba1c2787b94a45c84c6b29419b895c276a9c48fe8c598011b65/colcon-lcov-result-0.5.2.tar.gz BuildArch: noarch Requires: python3-colcon-core @@ -59,7 +59,7 @@ For more information, see `this paper and `this Wikipedia page <https://en.wikipedia.org/wiki/Code_coverage>`_. %prep -%autosetup -n colcon-lcov-result-0.5.0 +%autosetup -n colcon-lcov-result-0.5.2 %build %py3_build @@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.2-1 - Package Spec generated @@ -1 +1 @@ -86cee525d15a70e9360d7c7697019fb6 colcon-lcov-result-0.5.0.tar.gz +0a08807863ea70aeb335f874ce45b1a2 colcon-lcov-result-0.5.2.tar.gz |