spdx / spdx-license-matcher

A tool to match license text with SPDX license list using a an algorithm with finds close matches. It follows SPDX Matching guidelines to keep the substantial text as well as ignore the replaceable text for matching purposes.
Other
27 stars 14 forks source link

Add support for Python3 #5

Closed rtgdk closed 3 years ago

rtgdk commented 4 years ago

This module is imported in spdx-online-tools. Since we are moving to python3, django2, while installing this package pip throws a warning -

spdx-license-matcher 0.0.1 has requirement jpype1==0.6.3, but you'll have jpype1 1.0.1 which is incompatible. spdx-license-matcher 0.0.1 has requirement requests==2.22.0, but you'll have requests 2.24.0 which is incompatible.

Need to update this package and requirements to python3.

https://github.com/spdx/spdx-online-tools/issues/24 https://github.com/spdx/spdx-online-tools/issues/58

rtgdk commented 3 years ago

Added support for python3 in #12 and #13