File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,6 @@ All entry points must instanciate `e3.main.Main` to parse their options.
73
73
74
74
Exceptions raised by ` e3 ` should derived from ` e3.error.E3Error ` .
75
75
76
- ### hasattr()
77
-
78
- Don't use hasattr() - this swallows exceptions and makes debugging much
79
- harder. Use getattr() instead.
80
-
81
-
82
76
The ` e3 ` namespace
83
77
------------------
84
78
Original file line number Diff line number Diff line change 1
1
2
- # Version 22.3 .0 (2022 -??-??) * NOT RELEASED YET*
2
+ # Version 22.4 .0 (2023 -??-??) * NOT RELEASED YET*
3
3
4
4
* Nothing
5
5
6
+ # Version 22.3.0 (2023-03-09) * NOT RELEASED YET*
7
+
8
+ * Add support for M1/M2 MacOS (aarch64-darwin platform)
9
+ * e3.diff.patch raise an exception if there is no file to patch
10
+ * Fix issue where anod download deps are not tracked
11
+ * Add a SPDX document generator
12
+ * Add an interface to NVD API
13
+
6
14
# Version 22.2.0 (2022-08-31)
7
15
8
16
* Minor backward incompatible changes:
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ and sharing the same namespace: `e3`.
26
26
- * archive* : support for reading and writing tar and zip archives
27
27
- * collection* : generic collections, e.g. an implementation of Direct Acyclic
28
28
Graphs
29
+ - * cve* : small interface to NVD API to query CVE impacting a CPE
29
30
- * decorator* : Python decorators, e.g. a memoize decorator
30
31
- * diff* : functions to compute a diff or apply it
31
32
- * electrolyt* : support for parsing build plans
You can’t perform that action at this time.
0 commit comments