-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding a TAK server and its support packages #29275
base: main
Are you sure you want to change the base?
Adding a TAK server and its support packages #29275
Conversation
freetakserver 2.2.1 has requirement bcrypt==3.1.7, but you have bcrypt 4.2.1. │ │ freetakserver 2.2.1 has requirement cryptography==36.0.2, but you have cryptography 44.0.1. │ │ freetakserver 2.2.1 has requirement dnspython==2.2.1, but you have dnspython 2.7.0. │ │ freetakserver 2.2.1 has requirement greenlet==2.0.2, but you have greenlet 3.1.1. │ │ freetakserver 2.2.1 has requirement pillow==9.3.0, but you have pillow 11.0.0. │ │ freetakserver 2.2.1 has requirement protobuf==3.18.3, but you have protobuf 5.28.3. │ │ freetakserver 2.2.1 has requirement psutil==5.9.4, but you have psutil 6.1.1. │ │ freetakserver 2.2.1 has requirement pyOpenSSL==22.0.0, but you have pyopenssl 25.0.0. │ │ freetakserver 2.2.1 has requirement python-engineio==4.9.0, but you have python-engineio 4.11.2. │ │ freetakserver 2.2.1 has requirement PyYAML==6.0.1, but you have pyyaml 6.0.2. │ │ freetakserver 2.2.1 has requirement ruamel.yaml==0.17.21, but you have ruamel-yaml 0.18.10. │ │ freetakserver 2.2.1 has requirement ruamel.yaml.clib==0.2.7, but you have ruamel-yaml-clib 0.2.8. │ │ freetakserver 2.2.1 has requirement SQLAlchemy==2.0.29, but you have sqlalchemy 2.0.38.
Hi! This is the staged-recipes linter and I found some lint. It looks like some changes were made outside the If these changes are intentional (and you aren't submitting a recipe), please add a File-specific lints and/or hints:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipes/testresources/recipe.yaml:
For recipes/digitalpy/recipe.yaml:
For recipes/asyncio/recipe.yaml:
For recipes/freetakserver/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13529475900. Examine the logs at this URL for more detail. |
I have questions regarding the dependency packages. I read https://conda-forge.org/docs/maintainer/adding_pkgs/#packaging-the-license-manually |
The example-v1/README.md has some defects: # V1 recipe format
This recipe is an example of the v1 recipe format.
* [CEP 13](https://github.com/conda/ceps/blob/main/cep-0013.md)
* [CEP 14](https://github.com/conda/ceps/blob/main/cep-0014.md)
The v1 recipe format is fully functional when built with rattler-build,
but is not yet fully supported by conda-forge's automation.
See https://github.com/conda-forge/conda-forge.github.io/issues/2308 for progress on general support for this new format. |
@conda-forge/help-python |
I would like to modify the [feature.grayskull.dependencies]
grayskull = ">=2.7.3"
conda-recipe-manager = ">=0.4.1"
[feature.grayskull.tasks.pypi]
description = "generate a recipe for a PyPI package name with `grayskull`"
cmd = "cd recipes && grayskull pypi --strict-conda-forge --use-v1-format" Maybe add it in as a new task. |
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
I see that the win_64 build is failing. How can I get more information on the issue? |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).