Alignment release 1.2.1
Align release of fossology-python
with Fossology REST API version, currently 1.2.1.
New features:
- Limit file search to a single upload (#47)
- Add upload from server (#50)
- Support backward compatibility with previous API version (#51)
- Support
/license
and/groups
new endpoints (#55 and #56)
Other improvements:
- Use pytest as the default test framework
- Extend testsuite to support docker shared volumes in Github actions
- Sort imports using
isort