Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyeungli committed Oct 17, 2019
2 parents 9d20ca4 + 82460cc commit 3a01848
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 69 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.rst
@@ -1,8 +1,9 @@
2019-xx-xx
2019-10-17
Release 4.0.1

* Declare to follow SemVer for versioning schema
* Update REFERENCE.rst and README.rst
* Update license-expression library


2019-10-09
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -78,7 +78,7 @@ def read(*names, **kwargs):
'saneyaml',

'boolean.py >= 3.5, < 4.0',
'license_expression >= 0.94, < 1.0',
'license_expression >= 0.94',
],
extras_require={
":python_version < '3.6'": ['backports.csv'],
Expand Down
Binary file removed thirdparty/boolean.py-3.6-py2.py3-none-any.whl
Binary file not shown.
21 changes: 0 additions & 21 deletions thirdparty/boolean.py-3.6-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/boolean.py-3.7-py2.py3-none-any.whl
Binary file not shown.
8 changes: 8 additions & 0 deletions thirdparty/boolean.py-3.7-py2.py3-none-any.whl.ABOUT
@@ -0,0 +1,8 @@
about_resource: boolean.py-3.7-py2.py3-none-any.whl
download_url: https://files.pythonhosted.org/packages/dc/53/b9c4f026bac231cbf7ddc214d879c3bdb5cda9a57adbe10520deeae4f154/boolean.py-3.7-py2.py3-none-any.whl
attribute: yes
checksum_md5: 97af5906f5eaa22539a034a99c24c824
checksum_sha1: 514c2b60f10521988063a9e6b56e3fae24b393c7
license_expression: bsd-simplified
name: boolean.py
version: '3.7'
@@ -1,23 +1,23 @@
Copyright (c) 2009-2017 Sebastian Kraemer, basti.kr@gmail.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Copyright (c) 2009-2017 Sebastian Kraemer, basti.kr@gmail.com
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Binary file not shown.
24 changes: 0 additions & 24 deletions thirdparty/license_expression-0.99-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
19 changes: 19 additions & 0 deletions thirdparty/license_expression-1.0-py2.py3-none-any.whl.ABOUT
@@ -0,0 +1,19 @@
about_resource: license_expression-1.0-py2.py3-none-any.whl
attribute: true
checksum_md5: 3c1a679c30ef4bd3c8b25858ae1461bf
checksum_sha1: 2aac7a7035a46caaeca2a2c50a41b929e3d95fa9
contact: http://www.nexb.com/contactus.html
copyright: Copyright (c) 2017 nexB Inc. and others.
description: Utility library to parse, normalize and compare License expressions for
Python using a boolean logic engine. For expressions using SPDX or any other license
id scheme.
download_url: https://files.pythonhosted.org/packages/12/7a/dd02b8ac8f0cd81557012b8f249ba4d0d32fe8f98e8d951ebc882187fd92/license_expression-1.0-py2.py3-none-any.whl
homepage_url: https://github.com/nexB/license-expression
license_expression: apache-2.0
license_file: apache-2.0.LICENSE
name: license-expression
notice_file: license_expression-1.0-py2.py3-none-any.whl.NOTICE
notice_url: https://github.com/nexB/license-expression/blob/master/NOTICE
owner: nexB
owner_url: http://www.nexb.com/
version: '1.0'

0 comments on commit 3a01848

Please sign in to comment.