Skip to content

Commit 372ee37

Browse files
Add CHANGELOG entry for v0.0.3
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent a6610dc commit 372ee37

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v0.0.3
5+
------
6+
7+
- Collect binary symbols from ELF binaries using BIDS
8+
https://pypi.org/project/bids-analyser/0.2.0/
9+
Also make this available in the scancode-toolkit plugin ``--elf``.
10+
411
v0.0.2
512
------
613

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ elf-inspector is a set of utilities to inspect binary ELF files and collect
55
interesting data from them. This is also a ScanCode-toolkit plugin
66
and is also designed to work integrated in ScanCode.io for binary analysis.
77

8+
This library uses:
9+
- [pyelftools](https://github.com/eliben/pyelftools)
10+
- [bids-analyser](https://github.com/APH10/BIDS)
811

912
To install and use:
1013

@@ -13,8 +16,8 @@ To install and use:
1316

1417
--dwarf Collect source code path from compilation units found in
1518
ELF DWARFs.
16-
--elf Collect dependent library names needed by an ELF binary
17-
file.
19+
--elf Collect symbols and required dependent library names from
20+
an ELF binary file.
1821

1922
- Use with ``scancode --json-pp - --dwarf --elf --verbose <PATH to a tree or file with ELF binaries>``
2023

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ jobs:
3737
test_suites:
3838
all: venv/bin/pytest -n 2 -vvs
3939

40-
- template: etc/ci/azure-posix.yml
41-
parameters:
42-
job_name: macos14_cpython
43-
image_name: macOS-14-large
44-
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
45-
test_suites:
46-
all: venv/bin/pytest -n 2 -vvs
47-
4840
- template: etc/ci/azure-win.yml
4941
parameters:
5042
job_name: win2019_cpython

0 commit comments

Comments
 (0)