Skip to content

Commit

Permalink
Bump to conda 24.11.0, libmambapy 1.5.11, constructor 3.10.0, menuin…
Browse files Browse the repository at this point in the history
…st 2.2.0 (#114)

* Update conda to v24.11.0

* Update menuinst to v2.2.0

* Add news file

* Update conda checksum
  • Loading branch information
marcoesters authored Dec 2, 2024
1 parent 9aac3fd commit 5d2ee66
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions news/114-bump-24.11.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* Bump to conda 24.11.0, libmambapy 1.5.11, constructor 3.10.0, menuinst 2.2.0. (#114)

### 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,8 +1,8 @@
{% set conda_version = "24.9.2" %}
{% set conda_version = "24.11.0" %}
{% set conda_libmamba_solver_version = "24.9.0" %}
{% set libmambapy_version = "1.5.10" %}
{% set constructor_version = "3.9.3" %}
{% set menuinst_lower_bound = "2.1.2" %}
{% set libmambapy_version = "1.5.11" %}
{% set constructor_version = "3.10.0" %}
{% set menuinst_lower_bound = "2.2.0" %}
{% set python_version = "3.12.7" %}
{% set pyver = "".join(python_version.split(".")[:2]) %}

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

- url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz
sha256: 7323ed0ae876f9d86f04c61ae01f53095adc570df27d9c375266df2745d51b8b
sha256: 781cfe0d1bcc8d6f0249ea58a7f9655a5089a8a6eeab1511ab556e6a8e742e23
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: c88640ca1dcb93784cf754a16c53a098633808653aa52965c909a967b84815b9 # [win]
sha256: cfb77a5e64b5b2b44fdb5c3d04adbb652c1249a86ea2e88f9b293e367a809caf # [win]
folder: constructor_src # [win]

build:
Expand Down

0 comments on commit 5d2ee66

Please sign in to comment.