-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that an "or later" id can be used #27
* the key change is in rdf.py * also add tests for doc validate() and write_document() for rdf and tag/values * streamline and refine validation code and add several new todo/fixme * bump version Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
2e299c7
commit a48022e
Showing
13 changed files
with
635 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ def test_suite(): | |
|
||
setup( | ||
name='spdx-tools', | ||
version='0.5.3', | ||
version='0.5.4', | ||
description='SPDX parser and tools.', | ||
packages=['spdx', 'spdx.parsers', 'spdx.writers', 'spdx.parsers.lexers'], | ||
package_data={'spdx': ['spdx_licenselist.csv']}, | ||
|
@@ -30,6 +30,9 @@ def test_suite(): | |
'spdx-tv2rdf = spdx.tv_to_rdf:main', | ||
], | ||
}, | ||
tests_require=[ | ||
'xmltodict', | ||
], | ||
|
||
author='Ahmed H. Ismail', | ||
author_email='[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.