Skip to content

Commit d290872

Browse files
Update from copier (2025-06-17T14:48:19)
1 parent 66206a9 commit d290872

File tree

8 files changed

+17
-24
lines changed

8 files changed

+17
-24
lines changed

.copier-answers.yml renamed to .copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: d56cb12
2+
_commit: 5c63cb2
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55
email: t.paine154@gmail.com

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ docs/* linguist-documentation
33
*.ipynb linguist-documentation
44
Makefile linguist-documentation
55

6+
<<<<<<< before updating
67
* text=auto eol=lf
8+
=======
9+
*.md text=auto eol=lf
10+
*.py text=auto eol=lf
11+
*.toml text=auto eol=lf
12+
*.yaml text=auto eol=lf
13+
>>>>>>> after updating

.github/dependabot.yml renamed to .github/dependabot.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,3 @@ updates:
1414
labels:
1515
- "lang: python"
1616
- "part: dependencies"
17-
18-
- package-ecosystem: "npm"
19-
directory: "/"
20-
schedule:
21-
interval: "monthly"
22-
labels:
23-
- "lang: javascript"
24-
- "part: dependencies"

.github/workflows/build.yml renamed to .github/workflows/build.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
os: [ubuntu-latest, macos-latest, windows-latest]
33-
python-version: ["3.9", "3.10", "3.11", "3.12"]
32+
os: [ubuntu-latest]
33+
python-version: ["3.11"]
3434

3535
steps:
3636
- uses: actions/checkout@v4
@@ -53,15 +53,7 @@ jobs:
5353

5454
- name: Test
5555
run: make coverage
56-
if: matrix.os != 'windows-latest'
57-
58-
- name: Test
59-
run: |
60-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
61-
make coverage
62-
shell: cmd
63-
if: matrix.os == 'windows-latest'
64-
56+
6557
- name: Upload test results (Python)
6658
uses: actions/upload-artifact@v4
6759
with:
@@ -73,7 +65,6 @@ jobs:
7365
uses: EnricoMi/publish-unit-test-result-action@v2
7466
with:
7567
files: '**/junit.xml'
76-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
7768

7869
- name: Upload coverage
7970
uses: codecov/codecov-action@v5
@@ -87,4 +78,3 @@ jobs:
8778
with:
8879
name: dist-${{matrix.os}}
8980
path: dist
90-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
File renamed without changes.

LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189+
<<<<<<< before updating
189190
Copyright [yyyy] [name of copyright owner]
191+
=======
192+
Copyright 2025 the hatch-cpp authors
193+
>>>>>>> after updating
190194

191195
Licensed under the Apache License, Version 2.0 (the "License");
192196
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hatch plugin for C++ builds
44

5-
[![Build Status](https://github.com/python-project-templates/hatch-cpp/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/hatch-cpp/actions/workflows/build.yml)
5+
[![Build Status](https://github.com/python-project-templates/hatch-cpp/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/hatch-cpp/actions/workflows/build.yaml)
66
[![codecov](https://codecov.io/gh/python-project-templates/hatch-cpp/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/hatch-cpp)
77
[![License](https://img.shields.io/github/license/python-project-templates/hatch-cpp)](https://github.com/python-project-templates/hatch-cpp)
88
[![PyPI](https://img.shields.io/pypi/v/hatch-cpp.svg)](https://pypi.python.org/pypi/hatch-cpp)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ replace = 'version = "{new_version}"'
8181

8282
[tool.check-manifest]
8383
ignore = [
84-
".copier-answers.yml",
84+
".copier-answers.yaml",
8585
"Makefile",
8686
"docs/**/*",
8787
]

0 commit comments

Comments
 (0)