File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.17.1 (2025-06-06)
5
+ -------------------
6
+
7
+ - Define "pkg" as a PackageURL ``SCHEME `` class attribute.
8
+ https://github.com/package-url/packageurl-python/issues/184
9
+
10
+ - Add support for Maven in ``purl2url ``.
11
+ https://github.com/package-url/packageurl-python/issues/177
12
+
4
13
0.17.0 (2025-06-04)
5
14
-------------------
6
15
7
- - Fix qualifiers type annotations
16
+ - Fix qualifiers type annotations.
8
17
https://github.com/package-url/packageurl-python/issues/169
9
18
10
- - Fix parsing of names and namespaces with colons
19
+ - Fix parsing of names and namespaces with colons.
11
20
https://github.com/package-url/packageurl-python/issues/152
12
21
13
-
14
22
0.16.0 (2024-10-22)
15
23
-------------------
16
24
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = packageurl-python
3
- version = 0.17.0
3
+ version = 0.17.1
4
4
license = MIT
5
5
description = A purl aka. Package URL parser and builder
6
6
long_description = file:README.rst
You can’t perform that action at this time.
0 commit comments