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

conda-build v3.28.1 #211

Merged
merged 2 commits into from
Dec 7, 2023
Merged
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
8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "conda-build" %}
{% set version = "3.28.0" %}
{% set version = "3.28.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/conda/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: efc713ba0cfe75a9ef3c0a6b2e7455ca89c1e9d298f15b75d769c0c47cc2e67f
sha256: 5df6757f2762574f26f66e0652f1cb0debb0079ed7b0f6732e612b3882e64967
patches:
- patches/gh4867.patch

Expand Down Expand Up @@ -71,7 +71,11 @@ test:
- conda_build
- conda_build.jinja_context

requires:
- pip

commands:
- python -m pip check
# builtin subcommands
- conda --help
- conda build --help
Expand Down