diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:08:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 05:08:23 +0000 |
commit | 513f2f09f0c3148a66a981728f8dc2776f15e8ef (patch) | |
tree | 154076c6d53890b58272bffab992c09c04f1e6a2 | |
parent | efab826adce945becef9ac2bd80984b9f02d9152 (diff) |
automatic import of python-clang-formatopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-clang-format.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /clang-format-16.0.1.tar.gz +/clang-format-16.0.2.tar.gz diff --git a/python-clang-format.spec b/python-clang-format.spec index 3e548c6..d18b811 100644 --- a/python-clang-format.spec +++ b/python-clang-format.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-clang-format -Version: 16.0.1 +Version: 16.0.2 Release: 1 Summary: Clang-Format is an LLVM-based code formatting tool License: Apache 2.0 URL: http://clang.llvm.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/28/9835c6e886f362df4ba6d3d06f759bbc3df70753435687510883d7770811/clang-format-16.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/07/28/b070560d7af346316245eec150ccfe8899731e0fe54c7a16bc8413496199/clang-format-16.0.2.tar.gz %description @@ -31,7 +31,7 @@ A [pre-commit](https://pre-commit.com) hook is also [provided](https://github.co ```yaml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.1 + rev: v16.0.2 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -106,7 +106,7 @@ A [pre-commit](https://pre-commit.com) hook is also [provided](https://github.co ```yaml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.1 + rev: v16.0.2 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -175,7 +175,7 @@ A [pre-commit](https://pre-commit.com) hook is also [provided](https://github.co ```yaml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.1 + rev: v16.0.2 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -219,7 +219,7 @@ We are grateful for the generous provisioning with CI resources that GitHub curr %prep -%autosetup -n clang-format-16.0.1 +%autosetup -n clang-format-16.0.2 %build %py3_build @@ -259,5 +259,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 16.0.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 16.0.2-1 - Package Spec generated @@ -1 +1 @@ -de6febf92a8eda3c23b826f5942c3ca6 clang-format-16.0.1.tar.gz +efcaed9b2806fb412c931f8e551f8d57 clang-format-16.0.2.tar.gz |