Skip to content

Commit

Permalink
Merge pull request #28 from fossology/feat/release-0.1.1
Browse files Browse the repository at this point in the history
Feat/release 0.1.1
  • Loading branch information
deveaud-m authored Jun 25, 2020
2 parents 2e03153 + b9732e9 commit 4375580
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 54 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A simple wrapper for the Fossology REST API.

See `the OpenAPI specification <https://raw.githubusercontent.com/fossology/fossology/master/src/www/ui/api/documentation/openapi.yaml>`_ used to implement this library.

Compatible with API version 1.0.13
Compatible with API version 1.0.16

Documentation
=============
Expand Down
105 changes: 53 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fossology"
version = "0.1.0"
version = "0.1.1"
description = "A library to automate Fossology from Python scripts"
authors = ["Marion Deveaud <[email protected]>"]
license = "MIT License"
Expand Down
5 changes: 5 additions & 0 deletions tests/test_uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ def test_upload_file(self):
self.assertEqual(
test_upload.uploadname, upload_filename, "Uploadname on the server is wrong"
)
self.assertEqual(
test_upload.filesha1,
"D4D663FC2877084362FB2297337BE05684869B00",
"Filesha1 on the server is wrong",
)

def test_upload_from_vcs(self):
vcs = {
Expand Down

0 comments on commit 4375580

Please sign in to comment.