fix: allow tilde in conda version constraints#1033
Merged
daler merged 1 commit intobioconda:masterfrom Jan 28, 2025
dlaehnemann:fix/allow-tilde-in--version-contraints
Merged
fix: allow tilde in conda version constraints#1033daler merged 1 commit intobioconda:masterfrom dlaehnemann:fix/allow-tilde-in--version-contraints
daler merged 1 commit intobioconda:masterfrom
dlaehnemann:fix/allow-tilde-in--version-contraints
Conversation
see conda package match specifications: https://docs.conda.io/projects/conda-build/en/25.1.x/resources/package-spec.html#package-match-specifications
Member
Author
|
I think this is a simple change and ready for review. I can't assign anybody for review, so I'll try pinging the people I saw in the latest merged PRs. 😅 |
Member
|
Thanks @dlaehnemann |
Member
Author
|
Thanks @bgruening ! It seems I also can't merge this pull request, as I don't have write access to this repo. So someone else will have to do it. |
Member
|
Thanks for the fix; merged. Next step will be releasing and then modifying https://github.com/bioconda/bioconda-common to use the latest version. |
Member
Author
|
Thanks for the merge! I guess without write access, I can't usefully review or merge the release PR, but it's already there: |
aliciaaevans
pushed a commit
that referenced
this pull request
Jan 29, 2025
🤖 I have created a release \*beep\* \*boop\* --- ### [3.7.1](https://www.github.com/bioconda/bioconda-utils/compare/v3.7.0...v3.7.1) (2025-01-28) ### Bug Fixes * allow tilde in conda version constraints ([#1033](https://www.github.com/bioconda/bioconda-utils/issues/1033)) ([017e54d](https://www.github.com/bioconda/bioconda-utils/commit/017e54de1779e4e0284fa02ca379c585d416c30c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
aliciaaevans
pushed a commit
that referenced
this pull request
May 5, 2025
See conda package match specifications: https://docs.conda.io/projects/conda-build/en/25.1.x/resources/package-spec.html#package-match-specifications This syntax has also been around for a bit, I can already see it in the `24.1.x` docs.
aliciaaevans
pushed a commit
that referenced
this pull request
May 5, 2025
🤖 I have created a release \*beep\* \*boop\* --- ### [3.7.1](https://www.github.com/bioconda/bioconda-utils/compare/v3.7.0...v3.7.1) (2025-01-28) ### Bug Fixes * allow tilde in conda version constraints ([#1033](https://www.github.com/bioconda/bioconda-utils/issues/1033)) ([017e54d](https://www.github.com/bioconda/bioconda-utils/commit/017e54de1779e4e0284fa02ca379c585d416c30c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See conda package match specifications:
https://docs.conda.io/projects/conda-build/en/25.1.x/resources/package-spec.html#package-match-specifications
This syntax has also been around for a bit, I can already see it in the
24.1.xdocs.