From da700835e9abe8df2a2b540ba0e8ea23ff7f07f3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:50:04 +0000 Subject: [PATCH] Update from copier (2025-06-17T14:50:04) --- .copier-answers.yml => .copier-answers.yaml | 2 +- .gitattributes | 2 +- .github/{dependabot.yml => dependabot.yaml} | 0 .github/workflows/{build.yml => build.yaml} | 0 .github/workflows/{copier.yml => copier.yaml} | 0 LICENSE | 2 +- README.md | 2 +- pyproject.toml | 2 +- 8 files changed, 5 insertions(+), 5 deletions(-) rename .copier-answers.yml => .copier-answers.yaml (94%) rename .github/{dependabot.yml => dependabot.yaml} (100%) rename .github/workflows/{build.yml => build.yaml} (100%) rename .github/workflows/{copier.yml => copier.yaml} (100%) diff --git a/.copier-answers.yml b/.copier-answers.yaml similarity index 94% rename from .copier-answers.yml rename to .copier-answers.yaml index b594245..056d070 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: d56cb12 +_commit: 5c63cb2 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: t.paine154@gmail.com diff --git a/.gitattributes b/.gitattributes index 7c39058..b40d312 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,4 @@ Makefile linguist-documentation *.md text=auto eol=lf *.py text=auto eol=lf *.toml text=auto eol=lf -*.yml text=auto eol=lf +*.yaml text=auto eol=lf diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yaml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/build.yaml diff --git a/.github/workflows/copier.yml b/.github/workflows/copier.yaml similarity index 100% rename from .github/workflows/copier.yml rename to .github/workflows/copier.yaml diff --git a/LICENSE b/LICENSE index d0741c8..5fe3a72 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 the hatch-rust authors + Copyright 2025 the hatch-rust authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index a261575..6c904ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Hatch plugin for Rust -[![Build Status](https://github.com/python-project-templates/hatch-rust/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/hatch-rust/actions/workflows/build.yml) +[![Build Status](https://github.com/python-project-templates/hatch-rust/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/hatch-rust/actions/workflows/build.yaml) [![codecov](https://codecov.io/gh/python-project-templates/hatch-rust/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/hatch-rust) [![License](https://img.shields.io/github/license/python-project-templates/hatch-rust)](https://github.com/python-project-templates/hatch-rust) [![PyPI](https://img.shields.io/pypi/v/hatch-rust.svg)](https://pypi.python.org/pypi/hatch-rust) diff --git a/pyproject.toml b/pyproject.toml index 5ff8c66..f5af2b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ replace = 'version = "{new_version}"' [tool.check-manifest] ignore = [ - ".copier-answers.yml", + ".copier-answers.yaml", "Makefile", "docs/**/*", ]