Skip to content

Commit

Permalink
Bump to conda 24.3.0, libmamba 1.5.8, constructor 3.7.0, Python 3.10.…
Browse files Browse the repository at this point in the history
…14 (#69)
  • Loading branch information
jaimergp authored May 7, 2024
1 parent 5f5815c commit 3cac506
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 24.3.0 (2024-05-07)

### Enhancements

* Update to conda 24.3.0, libmamba 1.5.8, constructor 3.7.0, Python 3.10.14. (#69).

### Contributors

* @jaimergp



## 24.1.2 (2024-03-05)

### Enhancements
Expand Down
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set conda_version = "24.1.2" %}
{% set conda_version = "24.3.0" %}
{% set conda_libmamba_solver_version = "24.1.0" %}
{% set libmambapy_version = "1.5.6" %}
{% set constructor_version = "3.6.0" %}
{% set python_version = "3.10.13" %}
{% set libmambapy_version = "1.5.8" %}
{% set constructor_version = "3.7.0" %}
{% set python_version = "3.10.14" %}
{% set pyver = "".join(python_version.split(".")[:2]) %}

package:
Expand All @@ -13,14 +13,14 @@ source:
- path: ../

- url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz
sha256: 6bc4f1f72a0edddefa10e0667d6ab2eb2f1956919a59508bf3bf6c001bf7a6e8
sha256: 92211ae60037bceb452e3f03183be29dcecc62c7826661cff6eaeb41cb216208
folder: conda_src
patches:
- ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch
- ../src/conda_patches/0002-Manipulate-PATH-directly-instead-of-_call_ing-conda.patch

- url: https://github.com/conda/constructor/archive/{{ constructor_version }}.tar.gz # [win]
sha256: d47e6f805337de70a72dea62999853361fbf558e2fbf3a9016c7a007be82ff46 # [win]
sha256: e84de1d7db3dbd394c03fa0e966bd293729307b9de0c8733ed7189f422a4b5b5 # [win]
folder: constructor_src # [win]

build:
Expand Down

0 comments on commit 3cac506

Please sign in to comment.