-
-
Notifications
You must be signed in to change notification settings - Fork 33
Prepare new release #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
065a3a0
Fix anomalous backslashes in strings
pkolbus 1535d3d
Merge remote-tracking branch 'pkolbus/py38'
pombredanne 3f9aaeb
Merge branch 'master' of https://github.com/nexB/license-expression
pombredanne e379ae0
Update documentation for release
pombredanne 0760576
Assert result == expected
pombredanne f0423e8
Add new functions to get_spdx_licensing #56
pombredanne ffc9da5
Update README.rst
JonoYang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,11 +1,15 @@ | ||
| The following organizations or individuals have contributed to this code: | ||
|
|
||
| - nexB Inc. @nexB | ||
| - Philippe Ombredanne @pombredanne | ||
| - Thomas Druez @tdruez | ||
| - Ayan Sinha Mahapatra @AyanSinhaMahapatra | ||
| - Carmen Bianca Bakker @carmenbianca | ||
| - Chin-Yeung Li @chinyeungli | ||
| - Steven Esser @majurg | ||
| - Sebastian Schuberth @sschuberth | ||
| - Dennis Clark @DennisClark | ||
| - John Horan @johnmhoran | ||
| - Jono Yang @JonoYang | ||
| - Max Mehl @mxmehl | ||
| - nexB Inc. @nexB | ||
| - Peter Kolbus @pkolbus | ||
| - Philippe Ombredanne @pombredanne | ||
| - Sebastian Schuberth @sschuberth | ||
| - Steven Esser @majurg | ||
| - Thomas Druez @tdruez |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,55 +1,68 @@ | ||
| Changelog | ||
| ========= | ||
|
|
||
| [Unreleased] | ||
| next | ||
| ------------ | ||
|
|
||
|
|
||
|
|
||
| [2.0] - 2021-06-04 | ||
| ------------------ | ||
| v21.6.10 | ||
| --------- | ||
|
|
||
| Added | ||
| ~~~~~ | ||
| - Add ability to simplify license expressions without over simplifying by not | ||
| using using boolean logic. | ||
|
|
||
| - Switch to calver for package versioning to better convey the currency of the | ||
| bundled data. | ||
|
|
||
| - Include https://scancode-licensedb.aboutcode.org/ licenses list with | ||
| ScanCode (v21.6.7) and SPDX licenses (v3.13) keys. Add new functions to | ||
| create Licensing using these licenses as LicenseSymbol. | ||
|
|
||
| - Add new License.dedup() method to deduplicate and simplify license expressions | ||
| without over simplifying. | ||
|
|
||
| - Add new License.validate() method to return a new ExpressionInfo object with | ||
| details on a license expression validation. | ||
|
|
||
|
|
||
| Changed | ||
| ~~~~~~~ | ||
| - Drop support for python27 | ||
| - Adopt the skeleton from https://github.com/nexB/skeleton | ||
| - Drop support for Python 2. | ||
| - Adopt the project skeleton from https://github.com/nexB/skeleton | ||
| and its new configure script | ||
|
|
||
|
|
||
| [1.2] - 2019-11-14 | ||
| v1.2 - 2019-11-14 | ||
| ------------------ | ||
| Added | ||
| ~~~~~ | ||
| - Add ability to render WITH expression wrapped in parenthesis | ||
| - Add ability to render WITH expression wrapped in parenthesis | ||
|
|
||
| Fixes | ||
| ~~~~~ | ||
| - Fix anomalous backslashes in strings | ||
| - Fix anomalous backslashes in strings | ||
|
|
||
| Changed | ||
| ~~~~~~~ | ||
| - Update the thirdparty directory structure. | ||
| - Update the thirdparty directory structure. | ||
|
|
||
|
|
||
| [1.0] - 2019-10-16 | ||
| v1.0 - 2019-10-16 | ||
| ------------------ | ||
| Added | ||
| ~~~~~ | ||
| - New version of boolean.py library | ||
| - Add ability to leave license expressions unsorted when simplifying | ||
| - New version of boolean.py library | ||
| - Add ability to leave license expressions unsorted when simplifying | ||
|
|
||
| Changed | ||
| ~~~~~~~ | ||
| - updated travis CI settings | ||
| - updated travis CI settings | ||
|
|
||
|
|
||
| [0.999] - 2019-04-29 | ||
| v0.999 - 2019-04-29 | ||
| -------------------- | ||
| - Initial release | ||
| - license-expression is small utility library to parse, compare and | ||
| simplify and normalize license expressions. | ||
| - Initial release | ||
| - license-expression is small utility library to parse, compare and | ||
| simplify and normalize license expressions. | ||
|
|
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.