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 conda 24.11.0, libmambapy 1.5.11, constructor 3.10.0, menuinst 2.2.0 #114

Merged
merged 4 commits into from
Dec 2, 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
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
Loading