Skip to content

Commit 39d54f4

Browse files
authored
Merge pull request #30 from dau-dev/copier-update-2025-06-17T18-24-45
Update from copier (2025-06-17T18:24:45)
2 parents fd30947 + d3dbfb8 commit 39d54f4

File tree

8 files changed

+7
-8
lines changed

8 files changed

+7
-8
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

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Makefile linguist-documentation
66
*.md text=auto eol=lf
77
*.py text=auto eol=lf
88
*.toml text=auto eol=lf
9-
*.yml text=auto eol=lf
9+
*.yaml text=auto eol=lf

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ updates:
1414
labels:
1515
- "lang: python"
1616
- "part: dependencies"
17-
File renamed without changes.
File renamed without changes.

LICENSE

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

189-
Copyright 2024 the verilator-python authors
189+
Copyright 2025 the verilator-python authors
190190

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Python wrapping/binding for verilator
44

5-
[![Build Status](https://github.com/dau-dev/verilator-python/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/dau-dev/verilator-python/actions/workflows/build.yml)
6-
[![codecov](https://codecov.io/gh/dau-dev/verilator-python/branch/main/graph/badge.svg)](https://codecov.io/gh/dau-dev/verilator-python)
7-
[![License](https://img.shields.io/github/license/dau-dev/verilator-python)](https://github.com/dau-dev/verilator-python)
5+
[![Build Status](https://github.com/dau-dev/verilator/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/dau-dev/verilator/actions/workflows/build.yaml)
6+
[![codecov](https://codecov.io/gh/dau-dev/verilator/branch/main/graph/badge.svg)](https://codecov.io/gh/dau-dev/verilator)
7+
[![License](https://img.shields.io/github/license/dau-dev/verilator)](https://github.com/dau-dev/verilator)
88
[![PyPI](https://img.shields.io/pypi/v/verilator.svg)](https://pypi.python.org/pypi/verilator)
99

1010
## Overview

pyproject.toml

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

6666
[tool.check-manifest]
6767
ignore = [
68-
".copier-answers.yml",
68+
".copier-answers.yaml",
6969
"Makefile",
7070
"docs/**/*",
7171
]

0 commit comments

Comments
 (0)