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 3.28.2 #5117

Merged
merged 3 commits into from
Dec 18, 2023
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
4 changes: 2 additions & 2 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@
alternate_emails:
- [email protected]
- name: Ken Odegard
num_commits: 152
num_commits: 155
email: [email protected]
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand Down Expand Up @@ -1326,7 +1326,7 @@
- name: Jaime Rodríguez-Guerra
email: [email protected]
github: jaimergp
num_commits: 7
num_commits: 8
first_commit: 2022-11-02 19:34:51
- name: Dave Clements
email: [email protected]
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
[//]: # (current developments)

## 3.28.2 (2023-12-15)

### Enhancements

* Update `conda_build.metadata.MetaData.get_section` to consistently return lists for "source" and "outputs". (#5111 via #5112)

### Bug fixes

* Resolve duplicate package record issue in `conda_build.inspect_pkg.which_package`. (#5106 via #5108)
* Ensure `conda_build.post._lookup_in_prefix_packages` displays `str(PackageRecord)` instead of `repr(PackageRecord)`. (#5106 via #5108)
* Fix finalization of recipes with multiple sources. (#5111 via #5112)
* Improve handling by catching the more general `ImportError` instead of `ModuleNotFoundError` to cover cases involving `menuinst 1.x`. (#5116)

### Contributors

* @jaimergp
* @kenodegard



## 3.28.1 (2023-12-06)

### Bug fixes
Expand Down
20 changes: 0 additions & 20 deletions news/5108-fix-which_package

This file was deleted.

19 changes: 0 additions & 19 deletions news/5112-fix-multiple-sources

This file was deleted.

19 changes: 0 additions & 19 deletions news/5116-menuinst-importerror

This file was deleted.