We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thank you for your bug report. Please fill out below sections (if applicable) to help us fix the issue as good and fast as possible.
Since v1.3.0, the license "CC0-1.0" is not supported
$ pip install flict==1.3.0 $ flict display-compatibility CC0-1.0 MIT ERROR:flict:License expression "CC0-1.0" is not supported.
The license "CC0-1.0" is not supported, like it was before
$ pip install flict==1.2.14 $ flict display-compatibility CC0-1.0 MIT {"compatibilities": [{"license": "CC0-1.0", "licenses": [{"license": "CC0-1.0", "compatible_right": "true", "compatible_left": "true"}, {"license": "MIT", "compatible_right": "true", "compatible_left": "true"}]}, {"license": "MIT", "licenses": [{"license": "CC0-1.0", "compatible_right": "true", "compatible_left": "true"}, {"license": "MIT", "compatible_right": "true", "compatible_left": "true"}]}]}
What do you see instead?
1.3.0
flict --version
python3 --version
add additional tools you used and their versions here
$ pip freeze attrs==24.2.0 boolean.py==4.0 flict==1.3.0 foss-flame==0.20.6 jsonschema==4.23.0 jsonschema-specifications==2024.10.1 license-expression==30.4.0 osadl-matrix==2024.5.22.10535 PyYAML==6.0.2 referencing==0.35.1 rpds-py==0.20.1 spdx-license-list==3.25.0
The text was updated successfully, but these errors were encountered:
issue seams to be caused by a bump of direct dependency osadl-matrix==2024.5.7.50556 -> ==2024.5.22.10535
osadl-matrix==2024.5.7.50556
==2024.5.22.10535
see https://github.com/priv-kweihmann/osadl-matrix/blob/a9840dcb941d8e87cac0e1772532a3c4bdc4d871/DATALOG.md?plain=1#L95
Changes in 2024-05-21T02:14:00+00:00 [...] CC0-1.0: got removed
[...]
Sorry, something went wrong.
No branches or pull requests
Description
First of all, thank you for your bug report. Please fill out below sections (if applicable) to help us fix the issue as good and fast as possible.
Steps for reproduction
Since v1.3.0, the license "CC0-1.0" is not supported
Expected behavior
The license "CC0-1.0" is not supported, like it was before
Actual behavior
Environment
1.3.0
flict --version
python3 --version
Additional logs
The text was updated successfully, but these errors were encountered: