Skip to content
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

Revendor conda #699

Merged
merged 5 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 12 additions & 15 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,18 @@ SOFTWARE.
Conda-lock incorporates the following libraries, sometimes with modification,
into its distributed code:

* conda, licensed as BSD-3-Clause
* conda v24.7.1, licensed as BSD-3-Clause
* appdirs v1.2.0, licensed as MIT
* auxlib, licensed as ISC
* boltons, licensed as BSD-3-Clause
* pytoolz, licensed as BSD-3-Clause
* tqdm, licensed as MIT
* urllib3, licensed as MIT
* cleo v0.8.1, licensed as MIT.
* poetry v1.1.15, licensed as MIT.
* poetry-core v1.0.8, licensed as MIT.
* attrs v20.3.0, licensed as MIT.
* jsonschema v3.2.0, licensed as MIT.
* lark-parser v0.9.0, licensed as MIT.
* packaging v20.9, licensed as Apache-2.0 or BSD-2-Clause.
* pyparsing v2.4.7, licensed as MIT.
* pyrsistent v0.16.1, licensed as MIT.
* tomlkit v0.7.0, licensed as MIT.
* py-cpuinfo v9.0.0, licensed as MIT
* distro v1.0.4, licensed as Apache-2.0
* frozendict v1.2, licensed as LGPL-3.0
* cleo v2.1.0, licensed as MIT.
* poetry v1.8.3, licensed as MIT.
* poetry-core v1.9.0, licensed as MIT.
* fastjsonschema v2.20.0, licensed as MIT.
* lark v1.1.9, licensed as MIT.
* packaging v24.1, licensed as Apache-2.0 or BSD-2-Clause.
* tomli v2.0.1, licensed as MIT.

For more detailed information, please refer to conda_lock/_vendor/LICENSES.md
10 changes: 5 additions & 5 deletions conda_lock/_vendor/LICENSES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions conda_lock/_vendor/conda.LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion conda_lock/_vendor/conda.pyi

This file was deleted.

1 change: 0 additions & 1 deletion conda_lock/_vendor/conda/.version

This file was deleted.

28 changes: 0 additions & 28 deletions conda_lock/_vendor/conda/LICENSE.txt

This file was deleted.

118 changes: 71 additions & 47 deletions conda_lock/_vendor/conda/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion conda_lock/_vendor/conda/__main__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions conda_lock/_vendor/conda/_vendor/appdirs.LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions conda_lock/_vendor/conda/_vendor/appdirs.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions conda_lock/_vendor/conda/_vendor/boltons/LICENSE

This file was deleted.

Loading
Loading