File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.27]
11
+
12
+ ### Fixed
13
+
14
+ - Verification now compares the distribution filenames of artifacts
15
+ and attestations by parsing them first and comparing its components
16
+ (i.e. normalized name, version, tags) instead of doing a filename
17
+ string comparison. This fixes an issue where verification would fail
18
+ due to the artifact filename having the wheel tags in a different
19
+ order than the ones in the attestation.
20
+ ([ #127 ] ( https://github.com/trailofbits/pypi-attestations/pull/127 ) )
21
+
10
22
## [ 0.0.26]
11
23
12
24
### Fixed
@@ -303,7 +315,8 @@ This is a corrective release for [0.0.14].
303
315
304
316
- Initial implementation
305
317
306
- [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.26...HEAD
318
+ [ Unreleased ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.27...HEAD
319
+ [ 0.0.27 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.26...v0.0.27
307
320
[ 0.0.26 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...v0.0.26
308
321
[ 0.0.25 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...v0.0.25
309
322
[ 0.0.24 ] : https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24
Original file line number Diff line number Diff line change 1
1
"""The `pypi-attestations` APIs."""
2
2
3
- __version__ = "0.0.26 "
3
+ __version__ = "0.0.27 "
4
4
5
5
from ._impl import (
6
6
Attestation ,
You can’t perform that action at this time.
0 commit comments