Skip to content

Commit

Permalink
Merge pull request #204 from JohanMabille/154
Browse files Browse the repository at this point in the history
Release 1.5.4
  • Loading branch information
JohanMabille authored Dec 5, 2023
2 parents e1cc284 + ee3959b commit 5d0b5c0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "mamba" %}
{% set libmamba_version = "1.5.3" %}
{% set libmambapy_version = "1.5.3" %}
{% set mamba_version = "1.5.3" %}
{% set release = "2023.10.30" %}
{% set libmamba_version = "1.5.4" %}
{% set libmambapy_version = "1.5.4" %}
{% set mamba_version = "1.5.4" %}
{% set release = "2023.12.05" %}

package:
name: mamba-split
# Workaround for broken conda-build 3.28, see https://github.com/conda-forge/admin-requests/pull/890
version: {{ release }}

source:
url: https://github.com/mamba-org/mamba/archive/refs/tags/{{ release }}.tar.gz
sha256: 36d617de5971ad2b4460f5446bee7622f33cf3a8a079df8f97bc24e9a5873071
sha256: 72a84a6910bc569762aa4f34e22e5dc717b4a6a0e4d4ff2ed937c88b53f785c3

build:
number: 2
number: 0

outputs:
- name: libmamba
Expand Down Expand Up @@ -127,7 +129,7 @@ outputs:
- {{ pin_subpackage('libmambapy', exact=True) }}
run:
- python
- conda >=23.9,<24
- conda >=23.11,<23.12
- {{ pin_subpackage('libmambapy', exact=True) }}

test:
Expand Down

0 comments on commit 5d0b5c0

Please sign in to comment.