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

Tighten conda-build dep in boa #657

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

jaimergp
Copy link
Member

@jaimergp jaimergp commented Feb 8, 2024

Checklist

  • Used a static YAML file for the patch if possible (instructions).
  • Only wrote code directly into generate_patch_json.py if absolutely necessary.
  • Ran pre-commit run -a and ensured all files pass the linting checks.
  • Ran python show_diff.py and posted the output as part of the PR.
  • Modifications won't affect packages built in the future.

Addresses incompatibility disclosed at mamba-org/boa#392

@jaimergp jaimergp requested a review from a team as a code owner February 8, 2024 22:58
@conda-forge-webservices
Copy link
Contributor

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 (recipe) and found it was in an excellent condition.

@jaimergp
Copy link
Member Author

jaimergp commented Feb 8, 2024

noarch
noarch::boa-0.16.0-pyhd8ed1ab_0.conda
noarch::boa-0.16.0-pyhd8ed1ab_1.conda
-    "conda-build >=3.24",
+    "conda-build >=3.24,<24.1.0a0",

Note that even if this patch contains 0.15.x, that release series is marked as broken, so it's not patched. Only added them for completeness.

@beckermr beckermr merged commit e895fc6 into conda-forge:main Feb 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants