From 513f2f09f0c3148a66a981728f8dc2776f15e8ef Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 25 Apr 2023 05:08:23 +0000 Subject: automatic import of python-clang-format --- python-clang-format.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'python-clang-format.spec') 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 - 16.0.1-1 +* Tue Apr 25 2023 Python_Bot - 16.0.2-1 - Package Spec generated -- cgit v1.2.3