From 0c02a5825c3af4d3f9a3cb1b975db52a74031170 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:13:07 +0000 Subject: [PATCH 1/2] Update from copier (2025-06-17T18:13:07) --- .copier-answers.yml | 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 .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.yml index f1476cf..115301e 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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: 3105306+timkpaine@users.noreply.github.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 eeca6cf..7af91b5 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 temporal-cache authors + Copyright 2025 the temporal-cache 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 8cf2d5f..1bcca47 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Time based function caching -[![Build Status](https://github.com/timkpaine/temporal-cache/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/timkpaine/temporal-cache/actions/workflows/build.yml) +[![Build Status](https://github.com/timkpaine/temporal-cache/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/timkpaine/temporal-cache/actions/workflows/build.yaml) [![codecov](https://codecov.io/gh/timkpaine/temporal-cache/branch/main/graph/badge.svg)](https://codecov.io/gh/timkpaine/temporal-cache) [![License](https://img.shields.io/github/license/timkpaine/temporal-cache)](https://github.com/timkpaine/temporal-cache) [![PyPI](https://img.shields.io/pypi/v/temporal-cache.svg)](https://pypi.python.org/pypi/temporal-cache) diff --git a/pyproject.toml b/pyproject.toml index bec3c9d..46aa9a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ replace = 'version = "{new_version}"' [tool.check-manifest] ignore = [ - ".copier-answers.yml", + ".copier-answers.yaml", "Makefile", "docs/**/*", ] From 3e3bfca46c9b22faae9f46b627f0a7fc413ceef5 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:17:01 -0400 Subject: [PATCH 2/2] Rename .copier-answers.yml to .copier-answers.yaml --- .copier-answers.yml => .copier-answers.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .copier-answers.yml => .copier-answers.yaml (100%) diff --git a/.copier-answers.yml b/.copier-answers.yaml similarity index 100% rename from .copier-answers.yml rename to .copier-answers.yaml