Skip to content

Commit fc30ad0

Browse files
authored
Merge pull request #565 from enzbang/v22.3.0
Release 22.3.0
2 parents c1b3547 + ae3adc9 commit fc30ad0

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ All entry points must instanciate `e3.main.Main` to parse their options.
7373

7474
Exceptions raised by `e3` should derived from `e3.error.E3Error`.
7575

76-
### hasattr()
77-
78-
Don't use hasattr() - this swallows exceptions and makes debugging much
79-
harder. Use getattr() instead.
80-
81-
8276
The `e3` namespace
8377
------------------
8478

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11

2-
# Version 22.3.0 (2022-??-??) *NOT RELEASED YET*
2+
# Version 22.4.0 (2023-??-??) *NOT RELEASED YET*
33

44
* Nothing
55

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+
614
# Version 22.2.0 (2022-08-31)
715

816
* Minor backward incompatible changes:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and sharing the same namespace: `e3`.
2626
- *archive*: support for reading and writing tar and zip archives
2727
- *collection*: generic collections, e.g. an implementation of Direct Acyclic
2828
Graphs
29+
- *cve*: small interface to NVD API to query CVE impacting a CPE
2930
- *decorator*: Python decorators, e.g. a memoize decorator
3031
- *diff*: functions to compute a diff or apply it
3132
- *electrolyt*: support for parsing build plans

0 commit comments

Comments
 (0)