From 8ee5179d46261fee74e0d28062d93bdb38ba9993 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Mon, 25 Nov 2024 10:43:28 -0800 Subject: [PATCH 1/4] Update conda to v24.11.0 --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eda4426..ef4be92 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ -{% 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 libmambapy_version = "1.5.11" %} +{% set constructor_version = "3.10.0" %} {% set menuinst_lower_bound = "2.1.2" %} {% set python_version = "3.12.7" %} {% set pyver = "".join(python_version.split(".")[:2]) %} @@ -14,7 +14,7 @@ source: - path: ../ - url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz - sha256: 7323ed0ae876f9d86f04c61ae01f53095adc570df27d9c375266df2745d51b8b + sha256: db49f3ead0efd8b2da95a5250860b653bc7216f2845367facdb5a4c51a541230 folder: conda_src patches: - ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch @@ -22,7 +22,7 @@ source: - ../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: From 0f5c88391fe85f6b9e6515083684f49edac08a85 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Mon, 25 Nov 2024 10:46:40 -0800 Subject: [PATCH 2/4] Update menuinst to v2.2.0 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ef4be92..54cffd5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -2,7 +2,7 @@ {% set conda_libmamba_solver_version = "24.9.0" %} {% set libmambapy_version = "1.5.11" %} {% set constructor_version = "3.10.0" %} -{% set menuinst_lower_bound = "2.1.2" %} +{% set menuinst_lower_bound = "2.2.0" %} {% set python_version = "3.12.7" %} {% set pyver = "".join(python_version.split(".")[:2]) %} From 4cb6f89f53315f56ccedd62d7afce0b1e6cb9597 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Mon, 25 Nov 2024 10:47:03 -0800 Subject: [PATCH 3/4] Add news file --- news/114-bump-24.11.0 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 news/114-bump-24.11.0 diff --git a/news/114-bump-24.11.0 b/news/114-bump-24.11.0 new file mode 100644 index 0000000..5f6035b --- /dev/null +++ b/news/114-bump-24.11.0 @@ -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 + +* + +### Deprecations + +* + +### Docs + +* + +### Other + +* From 45fcb1ca1b07ee5cc4606033e24e972f55407c82 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Mon, 25 Nov 2024 11:02:20 -0800 Subject: [PATCH 4/4] Update conda checksum --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 54cffd5..c2e11c0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: - path: ../ - url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz - sha256: db49f3ead0efd8b2da95a5250860b653bc7216f2845367facdb5a4c51a541230 + sha256: 781cfe0d1bcc8d6f0249ea58a7f9655a5089a8a6eeab1511ab556e6a8e742e23 folder: conda_src patches: - ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch