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

Bump to 24.5.0 #43

Merged
merged 1 commit into from
May 13, 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
11 changes: 4 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "conda-build" %}
{% set version = "24.3.0" %}
{% set version = "24.5.0" %}
{% set build_number = "0" %}
{% set sha256 = "961ecb2ab22179191cdacd9074afdc0f5ed50f10dc54577c5b8792798d0edce1" %}
{% set sha256 = "97938c7940777d014ded9b3031e8ae0bf516e68937ffb4f43075ea5ffccc1d24" %}


package:
Expand Down Expand Up @@ -41,10 +41,11 @@ requirements:
- beautifulsoup4
- cctools # [osx]
- chardet
- conda >=23.5.0
- conda >=23.7.0
- conda-index >=0.4.0
- conda-package-handling >=1.3
- filelock
- frozendict >=2.4.2
- jinja2
- jsonschema >=4.19
- m2-patch >=2.6 # [win]
Expand Down Expand Up @@ -74,8 +75,6 @@ test:
requires:
- setuptools
- pip
files:
- test_bdist_conda_setup.py
commands:
- python -m pip check
# subcommands
Expand All @@ -101,8 +100,6 @@ test:
- conda-render --help
- conda-skeleton --help
- conda-debug --help
# bdist_conda
- python test_bdist_conda_setup.py bdist_conda --help

about:
home: https://github.com/conda/conda-build
Expand Down
8 changes: 0 additions & 8 deletions recipe/test_bdist_conda_setup.py

This file was deleted.