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

Release 24.3.0 #5240

Merged
merged 8 commits into from
Mar 18, 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
25 changes: 15 additions & 10 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
aliases:
- MinRK
github: minrk
num_commits: 15
num_commits: 16
first_commit: 2014-02-13 19:43:59
- name: Matty G
email: [email protected]
Expand Down Expand Up @@ -612,7 +612,7 @@
first_commit: 2015-08-30 06:44:37
- name: Marcel Bargull
email: [email protected]
num_commits: 82
num_commits: 85
first_commit: 2016-09-26 11:45:54
github: mbargull
alternate_emails:
Expand Down Expand Up @@ -1202,7 +1202,7 @@
alternate_emails:
- [email protected]
- name: Ken Odegard
num_commits: 168
num_commits: 178
email: [email protected]
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand Down Expand Up @@ -1240,7 +1240,7 @@
github: pre-commit-ci[bot]
aliases:
- pre-commit-ci[bot]
num_commits: 61
num_commits: 64
first_commit: 2021-11-20 01:47:17
- name: Jacob Walls
email: [email protected]
Expand All @@ -1251,7 +1251,7 @@
github: beeankha
alternate_emails:
- [email protected]
num_commits: 20
num_commits: 23
first_commit: 2022-01-19 16:40:06
- name: Conda Bot
email: [email protected]
Expand All @@ -1262,7 +1262,7 @@
alternate_emails:
- [email protected]
- [email protected]
num_commits: 44
num_commits: 96
first_commit: 2022-01-17 18:09:22
- name: Uwe L. Korn
email: [email protected]
Expand All @@ -1271,7 +1271,7 @@
- name: Daniel Holth
email: [email protected]
github: dholth
num_commits: 14
num_commits: 15
first_commit: 2022-04-28 05:22:14
- name: Rylan Chord
email: [email protected]
Expand All @@ -1281,7 +1281,7 @@
- name: Travis Hathaway
email: [email protected]
github: travishathaway
num_commits: 6
num_commits: 7
first_commit: 2022-05-12 05:53:02
- name: Kyle Leaders
email: [email protected]
Expand All @@ -1305,7 +1305,7 @@
- name: Katherine Kinnaman
email: [email protected]
github: kathatherine
num_commits: 2
num_commits: 3
first_commit: 2022-07-07 10:56:31
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
Expand Down Expand Up @@ -1376,7 +1376,7 @@
aliases:
- Ryan
github: ryanskeith
num_commits: 5
num_commits: 6
first_commit: 2023-03-22 03:11:02
- name: Rishabh Singh
email: [email protected]
Expand Down Expand Up @@ -1434,3 +1434,8 @@
- h-vetinari
num_commits: 1
first_commit: 2023-10-25 09:33:34
- name: Finn Womack
email: [email protected]
num_commits: 1
first_commit: 2024-02-06 11:43:45
github: finnagin
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Evan Klitzke <[email protected]>
Felix Kühnl <[email protected]>
Ferry Firmansjah <[email protected]>
Filipe Fernandes <[email protected]> ocefpaf <[email protected]>
Finn Womack <[email protected]>
Floris Bruynooghe <[email protected]>
Gabriel Reis <[email protected]>
Gaëtan de Menten <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Authors are sorted alphabetically.
* Felix Kühnl
* Ferry Firmansjah
* Filipe Fernandes
* Finn Womack
* Floris Bruynooghe
* Gabriel Reis
* Gaëtan de Menten
Expand Down
104 changes: 104 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,109 @@
[//]: # (current developments)

## 24.3.0 (2024-03-15)

### Enhancements

* Add compatibility for `LIEF=0.14`. (#5227 via #5228)

### Bug fixes

* Fix `stdlib` being recognized in variant hash inputs. (#5190 via #5195)

### Deprecations

* Mark `conda_build.bdist_conda` module as pending deprecation. (#5196)
* Mark `conda_build.build.have_prefix_files` as deprecated. (#5199)
* Mark `conda_build.conda_interface.handle_proxy_407` as deprecated. Handled by `conda.gateways.connection.session.CondaSession`. (#5203)
* Mark `conda_build.conda_interface.hashsum_file` as deprecated. Use `conda.gateways.disk.read.compute_sum` instead. (#5203)
* Mark `conda_build.conda_interface.md5_file` as deprecated. Use `conda.gateways.disk.read.compute_sum(path, 'md5')` instead. (#5203)
* Mark `conda_build.environ.PREFIX_ACTION` as deprecated. (#5203)
* Mark `conda_build.environ.LINK_ACTION` as deprecated. (#5203)
* Mark `conda_build.environ.cache_actions` as deprecated. (#5203)
* Mark `conda_build.index.DummyExecutor` as deprecated. (#5203)
* Mark `conda_build.index.MAX_THREADS_DEFAULT` as deprecated. (#5203)
* Mark `conda_build.index.LOCK_TIMEOUT_SECS` as deprecated. (#5203)
* Mark `conda_build.index.LOCKFILE_NAME` as deprecated. (#5203)
* Postpone `conda_build.index.channel_data` deprecation. (#5203)
* Rename `conda_build.environ.create_env('specs_or_actions' -> 'specs_or_precs')`. (#5203)
* Rename `conda_build.environ._execute_actions('actions' -> 'precs'). (#5203)
* Rename `conda_build.environ._display_actions('actions' -> 'precs'). (#5203)
* Rename `conda_build.inspect.check_install('platform' -> 'subdir')`. (#5203)
* Rename `conda_build.render.execute_download_actions('actions' -> 'precs')`. (#5203)
* Rename `conda_build.render.get_upstream_pins('actions' -> 'precs')`. (#5203)
* Remove `conda_build.cli.main_render.execute(print_results)`. (#5203)
* Remove `conda_build.conda_interface.Dist`. (#5203)
* Remove `conda_build.conda_interface.display_actions`. (#5203)
* Remove `conda_build.conda_interface.execute_actions`. (#5203)
* Remove `conda_build.conda_interface.execute_plan`. (#5203)
* Remove `conda_build.conda_interface.install_actions`. (#5203)
* Remove `conda_build.conda_interface.linked`. (#5203)
* Remove `conda_build.conda_interface.linked_data`. (#5203)
* Remove `conda_build.conda_interface.package_cache`. (#5203)
* Remove `conda_build.environ.get_install_actions`. Use `conda_build.environ.get_package_records` instead. (#5203)
* Remove `conda_build.index._determine_namespace`. (#5203)
* Remove `conda_build.index._make_seconds`. (#5203)
* Remove `conda_build.index.REPODATA_VERSION`. (#5203)
* Remove `conda_build.index.CHANNELDATA_VERSION`. (#5203)
* Remove `conda_build.index.REPODATA_JSON_FN`. (#5203)
* Remove `conda_build.index.REPODATA_FROM_PKGS_JSON_FN`. (#5203)
* Remove `conda_build.index.CHANNELDATA_FIELDS`. (#5203)
* Remove `conda_build.index._clear_newline_chars`. (#5203)
* Remove `conda_build.index._get_jinja2_environment`. (#5203)
* Remove `conda_build.index._maybe_write`. (#5203)
* Remove `conda_build.index._make_build_string`. (#5203)
* Remove `conda_build.index._warn_on_missing_dependencies`. (#5203)
* Remove `conda_build.index._cache_post_install_details`. (#5203)
* Remove `conda_build.index._cache_recipe`. (#5203)
* Remove `conda_build.index._cache_run_exports`. (#5203)
* Remove `conda_build.index._cache_icon`. (#5203)
* Remove `conda_build.index._make_subdir_index_html`. (#5203)
* Remove `conda_build.index._make_channeldata_index_html`. (#5203)
* Remove `conda_build.index._get_source_repo_git_info`. (#5203)
* Remove `conda_build.index._cache_info_file`. (#5203)
* Remove `conda_build.index._alternate_file_extension`. (#5203)
* Remove `conda_build.index._get_resolve_object`. (#5203)
* Remove `conda_build.index._get_newest_versions`. (#5203)
* Remove `conda_build.index._add_missing_deps`. (#5203)
* Remove `conda_build.index._add_prev_ver_for_features`. (#5203)
* Remove `conda_build.index._shard_newest_packages`. (#5203)
* Remove `conda_build.index._build_current_repodata`. (#5203)
* Remove `conda_build.index.ChannelIndex`. (#5203)
* Remove `conda_build.inspect.check_install('prepend')`. (#5203)
* Remove `conda_build.inspect.check_install('minimal_hint')`. (#5203)
* Remove `conda_build.noarch_python.ISWIN`. Use `conda_build.utils.on_win` instead. (#5203)
* Remove `conda_build.noarch_python._force_dir`. Use `os.makedirs(exist_ok=True)` instead. (#5203)
* Remove `conda_build.noarch_python._error_exit`. (#5203)
* Remove `conda_build.render.actions_to_pins`. (#5203)
* Remove `conda_build.utils.linked_data_no_multichannels`. (#5203)
* Mark `conda_build.api.get_output_file_path` as deprecated. Use `conda_build.api.get_output_file_paths` instead. (#5208)
* Mark `conda_build.environ.Environment` as deprecated. Use `conda.core.prefix_data.PrefixData` instead. (#5219)
* Mark `conda_build.conda_interface.get_version_from_git_tag` as deprecated. Use `conda_build.environ.get_version_from_git_tag` instead. (#5221)

### Docs

* Update advice for installing conda-build into base environment. (#5223)

### Other

* Add a check to print an additional warning and return an empty string when bits is "arm64" in `msvc_env_cmd`. (#4867)

### Contributors

* @beeankha
* @conda-bot
* @dholth
* @finnagin made their first contribution in https://github.com/conda/conda-build/pull/4867
* @kathatherine
* @kenodegard
* @mbargull
* @minrk
* @ryanskeith
* @travishathaway
* @pre-commit-ci[bot]



## 24.1.2 (2024-02-15)

### Bug fixes
Expand Down
19 changes: 0 additions & 19 deletions news/4867-arm64-msvc-env-cmd-no-op

This file was deleted.

19 changes: 0 additions & 19 deletions news/5195-fix-stdlib-variant

This file was deleted.

19 changes: 0 additions & 19 deletions news/5196-deprecate-bdist-conda

This file was deleted.

19 changes: 0 additions & 19 deletions news/5199-deprecate-have_prefix_files

This file was deleted.

80 changes: 0 additions & 80 deletions news/5203-remove-deprecations

This file was deleted.

Loading
Loading