Skip to content

Commit e2db62f

Browse files
Update CHANGELOG for release v32.3.0
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 5ba6bc5 commit e2db62f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release notes
22
=============
33

4+
Version 32.3.0 - (2025-03-06)
5+
-----------------------------
6+
7+
- migrate ``os.listdir()`` to ``os.scandir()`` to increase performance
8+
- Fix checksums for empty files
9+
410
Version 32.2.1 - (2025-03-06)
511
-----------------------------
612

setup.cfg

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
[metadata]
2-
license_files =
3-
apache-2.0.LICENSE
4-
NOTICE
5-
AUTHORS.rst
6-
CHANGELOG.rst
7-
commoncode.ABOUT
8-
README.rst
92
name = commoncode
103
author = nexB. Inc. and others
114
author_email = [email protected]
@@ -28,16 +21,16 @@ keywords =
2821
utilities
2922
scancode-toolkit
3023

31-
32-
[options]
3324
license_files =
3425
apache-2.0.LICENSE
3526
NOTICE
3627
AUTHORS.rst
3728
CHANGELOG.rst
3829
CODE_OF_CONDUCT.rst
3930
README.rst
31+
commoncode.ABOUT
4032

33+
[options]
4134
python_requires = >=3.9
4235
package_dir =
4336
=src

0 commit comments

Comments
 (0)