From 123be4e8d6bd7ffcd7251a7d081a004428d6e388 Mon Sep 17 00:00:00 2001 From: beckermr Date: Thu, 22 Feb 2024 16:55:10 -0600 Subject: [PATCH] Updated CHANGELOG for 3.31.0 --- CHANGELOG.rst | 33 ++++++++++++++++++++++++++ news/1839-gha-checkout.rst | 23 ------------------ news/1840-stdlib-jinja.rst | 23 ------------------ news/1844-conda_build_tool-conda-build | 23 ------------------ news/PR1829_load-data-fun.rst | 23 ------------------ news/fix-squished-zip_key-ordering.rst | 23 ------------------ news/noarch-selectors.rst | 24 ------------------- news/rm_run_win_build_bat.rst | 23 ------------------ 8 files changed, 33 insertions(+), 162 deletions(-) delete mode 100644 news/1839-gha-checkout.rst delete mode 100644 news/1840-stdlib-jinja.rst delete mode 100644 news/1844-conda_build_tool-conda-build delete mode 100644 news/PR1829_load-data-fun.rst delete mode 100644 news/fix-squished-zip_key-ordering.rst delete mode 100644 news/noarch-selectors.rst delete mode 100644 news/rm_run_win_build_bat.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3fb14fb6..17af778fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,39 @@ conda-smithy Change Log .. current developments +v3.31.0 +==================== + +**Added:** + +* Smithy now understand the new stdlib jinja function. +* Complete conda-build load data functions stubs PR #1829 +* `noarch` packages can now include keys from their `conda_build_config.yaml` as selectors in their recipe. +This allows for building multiple variants of a `noarch` packages, e.g., to use different dependencies depending on the Python version as runtime. + +**Changed:** + +* Default build tool changed from conda-mambabuild to conda-build again. (#1844) +* Cleanup ``run_win_build.bat`` ( #1836 ) + +**Fixed:** + +* Resolve warnings in Github Actions workflows by updating to ``actions/checkout@v4``. (#1839) +* Fix randomly mismatched zipped variant keys. (#1459 and #1782 via #1815) + +**Authors:** + +* Jaime Rodríguez-Guerra +* Marcel Bargull +* John Kirkham +* H. Vetinari +* Bela Stoyan +* pre-commit-ci[bot] +* Matthias Diener +* Antonio S. Cofiño + + + v3.30.4 ==================== diff --git a/news/1839-gha-checkout.rst b/news/1839-gha-checkout.rst deleted file mode 100644 index eb5117c01..000000000 --- a/news/1839-gha-checkout.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Resolve warnings in Github Actions workflows by updating to ``actions/checkout@v4``. (#1839) - -**Security:** - -* diff --git a/news/1840-stdlib-jinja.rst b/news/1840-stdlib-jinja.rst deleted file mode 100644 index 92a8ef2ac..000000000 --- a/news/1840-stdlib-jinja.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Smithy now understand the new stdlib jinja function. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/1844-conda_build_tool-conda-build b/news/1844-conda_build_tool-conda-build deleted file mode 100644 index 089b67509..000000000 --- a/news/1844-conda_build_tool-conda-build +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Default build tool changed from conda-mambabuild to conda-build again. (#1844) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/PR1829_load-data-fun.rst b/news/PR1829_load-data-fun.rst deleted file mode 100644 index b373f11a1..000000000 --- a/news/PR1829_load-data-fun.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Complete conda-build load data functions stubs PR #1829 - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/fix-squished-zip_key-ordering.rst b/news/fix-squished-zip_key-ordering.rst deleted file mode 100644 index e75ce8760..000000000 --- a/news/fix-squished-zip_key-ordering.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix randomly mismatched zipped variant keys. (#1459 and #1782 via #1815) - -**Security:** - -* diff --git a/news/noarch-selectors.rst b/news/noarch-selectors.rst deleted file mode 100644 index 03718fbf6..000000000 --- a/news/noarch-selectors.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* `noarch` packages can now include keys from their `conda_build_config.yaml` as selectors in their recipe. -This allows for building multiple variants of a `noarch` packages, e.g., to use different dependencies depending on the Python version as runtime. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/rm_run_win_build_bat.rst b/news/rm_run_win_build_bat.rst deleted file mode 100644 index 192bc1c73..000000000 --- a/news/rm_run_win_build_bat.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Cleanup ``run_win_build.bat`` ( #1836 ) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*