Skip to content

Commit

Permalink
Edits for 24.7.1
Browse files Browse the repository at this point in the history
Co-authored-by: Mahe Iram Khan <[email protected]>
  • Loading branch information
kenodegard and ForgottenProgramme authored Aug 1, 2024
1 parent 26e6a99 commit ea75f72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blog/2024-07-23-july-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image: img/blog/2024-07-23-july-releases/banner.png

The July 2024 releases included updates to conda, conda-build, and conda-libmamba-solver! πŸŽ‰ All of these have been released to both `main` and `conda-forge` channels.

## Changes in Conda [24.7.0/.1](https://github.com/conda/conda/releases/tag/24.7.0)
## Changes in Conda [24.7.0](https://github.com/conda/conda/releases/tag/24.7.0)/[24.7.1](https://github.com/conda/conda/releases/tag/24.7.1)

To update conda, run:

Expand Down Expand Up @@ -42,6 +42,7 @@ conda install -n base conda=24.7.1
- Fix checksum comparisons in `conda.gateways.connection.download.download()` to be case insensitive.
- Fix caching when `repodata.json` contains `\r\n` line endings.
- Fix `conda.core.portability.binary_replace` not matching chunks that end with `\n`.
- (24.7.1) Revert increased restrictions on allowed environment name characters. The previously forbidden characters (^, %, !, =, (, ), \) are allowed again until the impact is assessed.

### πŸŒ… What's Marked for [Deprecation](https://github.com/conda-incubator/ceps/blob/main/cep-9.md)? πŸŒ…

Expand Down Expand Up @@ -79,7 +80,7 @@ conda install -n base conda=24.7.1

---

## Changes in Conda-Build [24.7.0](https://github.com/conda/conda-build/releases/tag/24.7.0)
## Changes in Conda-Build [24.7.0](https://github.com/conda/conda-build/releases/tag/24.7.0)/[24.7.1](https://github.com/conda/conda-build/releases/tag/24.7.1)

To update conda-build, run:

Expand All @@ -106,6 +107,7 @@ conda install -n base conda-build=24.7.0
- Error handling when `LIEF` fails is now consistent with `patchelf`.
- Ensure cross-building recipes select the correct noarch package variants.
- On Linux platforms, prefer the sysroot matching the target_platform when cross-compiling.
- (24.7.1) Check for WSL existence before calling `pathlib.Path.samefile`/`os.stat`.

### πŸŒ… What's Marked for [Deprecation](https://github.com/conda-incubator/ceps/blob/main/cep-9.md)? πŸŒ…

Expand Down

0 comments on commit ea75f72

Please sign in to comment.