Skip to content

Commit

Permalink
Update to conda 25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Jan 21, 2025
1 parent cefa576 commit a6b89e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions news/127-update-conda-25-1-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* Bump to conda 25.1.0, python 3.12.8, conda-libmamba-solver 25.1.0, constructor 3.11.1. (#127)

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* <news item>
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% set conda_version = "24.11.0" %}
{% set conda_libmamba_solver_version = "24.9.0" %}
{% set conda_version = "25.1.0" %}
{% set conda_libmamba_solver_version = "25.1.0" %}
{% set libmambapy_version = "1.5.11" %}
{% set constructor_version = "3.10.0" %}
{% set constructor_version = "3.11.1" %}
{% set menuinst_lower_bound = "2.2.0" %}
{% set python_version = "3.12.7" %}
{% set python_version = "3.12.8" %}
{% set pyver = "".join(python_version.split(".")[:2]) %}

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

- url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz
sha256: 9ae1433949ca80eddfd81f0d5bd9eb8c291c7e101cbb440f8bdba324c9ea470c
sha256: a9844400973a8c871391dbec48ee45d1715dd846160e724c2b64f7e02394fc18
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
- ../src/conda_patches/0003-Restrict-search-paths.patch

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

build:
Expand Down

0 comments on commit a6b89e7

Please sign in to comment.