Skip to content

Commit

Permalink
Release 3.28.2 (#5117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Dec 18, 2023
1 parent f2087e6 commit d0ee293
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 60 deletions.
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:
- clee@anaconda.com
- name: Ken Odegard
num_commits: 152
num_commits: 155
email: kodegard@anaconda.com
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand Down Expand Up @@ -1326,7 +1326,7 @@
- name: Jaime Rodríguez-Guerra
email: jaimergp@users.noreply.github.com
github: jaimergp
num_commits: 7
num_commits: 8
first_commit: 2022-11-02 19:34:51
- name: Dave Clements
email: tnabtaf@gmail.com
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.

0 comments on commit d0ee293

Please sign in to comment.