File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.17.0 (2025-06-04)
5
+ -------------------
6
+
7
+ - Fix qualifiers type annotations
8
+ https://github.com/package-url/packageurl-python/issues/169
9
+
10
+ - Fix parsing of names and namespaces with colons
11
+ https://github.com/package-url/packageurl-python/issues/152
12
+
13
+
4
14
0.16.0 (2024-10-22)
5
15
-------------------
6
16
Original file line number Diff line number Diff line change 66
66
67
67
test :
68
68
@echo " -> Run the test suite"
69
- ${MANAGE} test --noinput
70
69
bin/py.test tests
71
70
72
71
.PHONY : virtualenv conf dev clean isort black mypy valid test
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = packageurl-python
3
- version = 0.16 .0
3
+ version = 0.17 .0
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