From 56ebe38c87a8be4b05dff9269da700b248f8d9df Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:48:17 +0000 Subject: [PATCH] Update from copier (2025-06-17T14:48:17) --- .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 (95%) 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 95% rename from .copier-answers.yml rename to .copier-answers.yaml index 494a7cf..f235f58 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: js email: 3105306+timkpaine@users.noreply.github.com diff --git a/.gitattributes b/.gitattributes index 31c8297..bb7085b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,4 +12,4 @@ Makefile linguist-documentation *.py text=auto eol=lf *.toml text=auto eol=lf *.ts 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 297c43c..1ce1368 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 Python Project Template Authors + Copyright 2025 Python Project Template 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 45cf0c7..3ca6d94 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A JavaScript-Python project template -[![Build Status](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yml) +[![Build Status](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yaml) [![codecov](https://codecov.io/gh/python-project-templates/python-template-js/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/python-template-js) [![License](https://img.shields.io/github/license/python-project-templates/python-template-js)](https://github.com/python-project-templates/python-template-js) [![PyPI](https://img.shields.io/pypi/v/python-template-js.svg)](https://pypi.python.org/pypi/python-template-js) diff --git a/pyproject.toml b/pyproject.toml index 1daeb1f..b07ecd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ replace = '"version": "{new_version}"' [tool.check-manifest] ignore = [ - ".copier-answers.yml", + ".copier-answers.yaml", "js/pnpm-lock.yaml", "Makefile", "python_template_js/extension/**/*",