Skip to content

Commit e3e3425

Browse files
committed
Use hyphenated package name convention (trivy-py-ecc)
1 parent 58cdd1d commit e3e3425

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.67.2.4] - 2024-11-24
9+
10+
### Changed
11+
- Package name convention: `trivy_py_ecc``trivy-py-ecc` (using hyphens per PEP 423)
12+
813
## [0.67.2.3] - 2024-11-24
914

1015
### Fixed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![build status](https://github.com/eccenca/pre-commit-mirrors-trivy/actions/workflows/main.yml/badge.svg)](https://github.com/eccenca/pre-commit-mirrors-trivy/actions/workflows/main.yml)
22

3-
# trivy_py_ecc
3+
# trivy-py-ecc
44

55
A python wrapper to provide a pip-installable [trivy] binary.
66

@@ -10,7 +10,7 @@ trivy binary for your particular platform.
1010
### installation
1111

1212
```bash
13-
pip install trivy_py_ecc
13+
pip install trivy-py-ecc
1414
```
1515

1616
### usage
@@ -25,7 +25,7 @@ See [pre-commit] for instructions
2525
Sample `.pre-commit-config.yaml`:
2626
```yaml
2727
- repo: https://github.com/eccenca/pre-commit-mirrors-trivy
28-
rev: v0.67.2.2
28+
rev: v0.67.2.4
2929
hooks:
3030
- id: trivy-fs
3131
args:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
name = trivy_py_ecc
3-
version = 0.67.2.3
2+
name = trivy-py-ecc
3+
version = 0.67.2.4
44
description = Python wrapper around invoking trivy (https://trivy.dev/)
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)