From 4abb3e1689be560a627086cfa745002e66fbf853 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 15 Jan 2024 15:52:10 +0100 Subject: [PATCH] Prepare 23.11.0 (#53) --- .authors.yml | 29 +++++++++++++++++------------ .mailmap | 1 + AUTHORS.md | 1 + CHANGELOG.md | 19 +++++++++++++++++++ news/36-update-menuinst | 21 --------------------- news/49-license-info | 19 ------------------- 6 files changed, 38 insertions(+), 52 deletions(-) delete mode 100644 news/36-update-menuinst delete mode 100644 news/49-license-info diff --git a/.authors.yml b/.authors.yml index 7aabc5d..511db06 100644 --- a/.authors.yml +++ b/.authors.yml @@ -1,18 +1,18 @@ - name: Matthew R. Becker email: beckermr@users.noreply.github.com - num_commits: 0 + num_commits: 4 first_commit: 2020-10-07 21:47:20 github: mrbecker - name: regro-cf-autotick-bot email: circleci@cf-graph.regro.github.com alternate_emails: - 36490558+regro-cf-autotick-bot@users.noreply.github.com - num_commits: 0 + num_commits: 4 first_commit: 2019-12-10 23:26:11 github: regro-cf-autotick-bot - name: Mike Sarahan email: msarahan@gmail.com - num_commits: 0 + num_commits: 1 first_commit: 2020-01-27 22:40:52 github: msarahan - name: Jaime Rodríguez-Guerra @@ -20,51 +20,56 @@ aliases: - jaimergp github: jaimergp - num_commits: 0 + num_commits: 22 first_commit: 2022-01-04 19:04:55 - name: Daniel Bast email: 2790401+dbast@users.noreply.github.com - num_commits: 0 + num_commits: 1 first_commit: 2023-01-13 09:01:33 github: dbast - name: Eric Prestat email: eric.prestat@gmail.com - num_commits: 0 + num_commits: 12 first_commit: 2021-07-31 16:04:10 github: ericpre - name: Nehal J Wani email: nehaljw.kkd1@gmail.com - num_commits: 0 + num_commits: 7 first_commit: 2020-02-09 15:03:21 github: nehaljwani - name: conda-bot email: 18747875+conda-bot@users.noreply.github.com - num_commits: 0 + num_commits: 11 first_commit: 2023-02-08 16:08:24 github: conda-bot - name: Hadrien Mary email: hadim@users.noreply.github.com alternate_emails: - hadrien.mary@gmail.com - num_commits: 0 + num_commits: 3 first_commit: 2019-11-17 06:28:19 github: hadim - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 0 + num_commits: 9 first_commit: 2023-02-06 23:27:05 github: pre-commit-ci[bot] - name: Isuru Fernando email: isuruf@gmail.com - num_commits: 0 + num_commits: 3 first_commit: 2020-09-18 02:26:33 github: isuruf - name: conda-forge-admin email: pelson.pub+conda-forge@gmail.com - num_commits: 0 + num_commits: 2 first_commit: 2019-11-16 19:19:16 github: conda-forge-admin alternate_emails: - conda-forge@googlegroups.com aliases: - Travis-CI on github.com/conda-forge/staged-recipes +- name: SC426 + email: 115094981+SC426@users.noreply.github.com + num_commits: 1 + first_commit: 2023-12-12 13:44:14 + github: SC426 diff --git a/.mailmap b/.mailmap index f260edb..8add475 100644 --- a/.mailmap +++ b/.mailmap @@ -17,6 +17,7 @@ Jaime Rodríguez-Guerra jaimergp Mike Sarahan Nehal J Wani +SC426 <115094981+SC426@users.noreply.github.com> conda-bot <18747875+conda-bot@users.noreply.github.com> conda-forge-admin Travis-CI on github.com/conda-forge/staged-recipes pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> diff --git a/AUTHORS.md b/AUTHORS.md index 9c72ca8..0e4fef2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,6 +9,7 @@ Authors are sorted alphabetically. * Matthew R. Becker * Mike Sarahan * Nehal J Wani +* SC426 * conda-bot * conda-forge-admin * pre-commit-ci[bot] diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a4236..82f8535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,25 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 23.11.0 (2024-01-15) + +### Enhancements + +* Bump to `python` 3.10.13, `conda` 23.11.0, `conda-libmamba-solver` 23.12.0 and `libmambapy` 1.5.3. (#36, #51) +* Import `menuinst` directly without relying on `constructor`'s `_nsis.py` module. (#36) +* Bundle `menuinst` 2.0.2 and `constructor` 3.6.0. (#51, #52) + +### Bug fixes + +* Do not crash if the metadata in one or more packages does not specify a `license` field. (#49) + +### Contributors + +* @jaimergp +* @SC246 + + + ## 23.10.0 (2023-11-14) ### Enhancements diff --git a/news/36-update-menuinst b/news/36-update-menuinst deleted file mode 100644 index 9284ca2..0000000 --- a/news/36-update-menuinst +++ /dev/null @@ -1,21 +0,0 @@ -### Enhancements - -* Bump to `python` 3.10.13, `conda` 23.11.0, `conda-libmamba-solver` 23.12.0 and `libmambapy` 1.5.3. (#36, #51) -* Import `menuinst` directly without relying on `constructor`'s `_nsis.py` module. (#36) -* Bundle `menuinst` 2.0.2 and `constructor` 3.6.0. (#51, #52) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/49-license-info b/news/49-license-info deleted file mode 100644 index 07e1313..0000000 --- a/news/49-license-info +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Do not crash if the metadata in one or more packages does not specify a `license` field. (#49) - -### Deprecations - -* - -### Docs - -* - -### Other - -*