Skip to content

Commit

Permalink
Updated CHANGELOG for 24.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed Nov 15, 2024
1 parent 501ce76 commit 79a8b5e
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 234 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
[//]: # (current developments)

## 24.11.0 (2024-11-15)

### Enhancements

* `--package-format` introduced as command line argument. (#4890 via #5209)
* This takes precedence over default value and `condarc`.
* Normalization occurs so `1`, `"1"`, `tar.bz2`,`.tar.bz2`, `2`, `"2"`, `conda`, `.conda` are all recognized and mapped appropriately.
* Other options are rejected.
* Add support for CEP-17 that allows specifying the location of the site-packages directory with the `python_site_packages_path` build option for any packages named `python`. (#5502)

### Bug fixes

* Fixed regex for Jinja2 `set` / `for` statements to be more specific. (#5514)
* Fixed ruamel.yaml usage to use supported APIs. (#5517)
* Fixed bug in docs build by pinning conda-sphinx-theme to 0.2.2. (#5518)
* Fixed bug variant variables were not defined for the first parsing pass of a recipe. (#5528)
* Fixed a bug where variants were incorrectly found as being used when they matched a leading substring of
another variant. (#5535)
* Fixed a bug where variants were not found when variables were used in ``pin_*`` statements. (#5535)

### Deprecations

* Deprecate `conda_build.exceptions.UnableToParseMissingJinja2`. (#5497)
* Deprecate `conda_build.index.get_build_index(locking)`. (#5508)
* Deprecate `conda_build.index.get_build_index(timeout)`. (#5508)
* Require Python 3.9 or greater. (#5525)
* The default value for `--package-format` and `conda_pkg_format` will become `.conda` in 25.1. (#5534)

### Docs

* Better document `run_test.r`. (#5479)

### Contributors

* @beeankha
* @conda-bot
* @jaimergp
* @jezdez
* @jdblischak
* @jjhelmus
* @kenodegard
* @zklaus
* @beckermr
* @ryanskeith
* @dependabot[bot]
* @pre-commit-ci[bot]



## 24.9.0 (2024-09-18)

### Enhancements
Expand Down
22 changes: 0 additions & 22 deletions news/4890-package-format-cli-options

This file was deleted.

19 changes: 0 additions & 19 deletions news/5479-better-document-run_test.r

This file was deleted.

19 changes: 0 additions & 19 deletions news/5497-deprecate-UnableToParseMissingJinja2

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions news/5508-deprecate-get_build_index-locking-timeout

This file was deleted.

19 changes: 0 additions & 19 deletions news/5514-better-jinja2-regex.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5517-fix-skeleton-patch.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5518-fix-docs-build.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5525-py38

This file was deleted.

19 changes: 0 additions & 19 deletions news/5528-jinja2-first-pass.rst

This file was deleted.

19 changes: 0 additions & 19 deletions news/5534-warn-default-conda-pkg-format

This file was deleted.

21 changes: 0 additions & 21 deletions news/5535-fix-variant-finding.rst

This file was deleted.

0 comments on commit 79a8b5e

Please sign in to comment.