From c01983e86866e08809761b387bf6130a1dcc632c Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Wed, 24 Feb 2021 14:21:35 -0600 Subject: [PATCH] Updated CHANGELOG for 3.9.0 --- CHANGELOG.rst | 48 +++++++++++++++++++++++++++++++ news/avoid-too-long-filenames.rst | 26 ----------------- news/cross-debug.rst | 23 --------------- news/dead-link.rst | 23 --------------- news/key_add.rst | 24 ---------------- news/log-groups.rst | 28 ------------------ news/noarch_python_lowerbound.rst | 23 --------------- news/os_version.rst | 23 --------------- news/readme.rst | 23 --------------- news/ts.rst | 21 -------------- news/use_local.rst | 23 --------------- 11 files changed, 48 insertions(+), 237 deletions(-) delete mode 100644 news/avoid-too-long-filenames.rst delete mode 100644 news/cross-debug.rst delete mode 100644 news/dead-link.rst delete mode 100644 news/key_add.rst delete mode 100644 news/log-groups.rst delete mode 100644 news/noarch_python_lowerbound.rst delete mode 100644 news/os_version.rst delete mode 100644 news/readme.rst delete mode 100644 news/ts.rst delete mode 100644 news/use_local.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17ddae5fe..9d65df97e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,54 @@ conda-smithy Change Log .. current developments +v3.9.0 +==================== + +**Added:** + +* Enabled multiple entries for ``key_add`` operations. +* Define Bash functions ``startgroup()`` and ``endgroup()`` that provide a + provider-agnostic way to group or fold log lines for quicker visual inspection. + In principle, this only affects Linux and MacOS, since Windows pipelines + use CI native steps. So far, only Azure and Travis support this. In the other + providers a fallback ``echo ""`` statement is supplied. +* Support `os_version` in `conda-forge.yml` +* Add use_local option to use the migrator from the feedstock + +**Changed:** + +* To cross compile for ``win-32`` from ``win-64``, using ``target_platform`` + is no longer supported. Use ``build_platform: win_32: win64`` in ``conda-forge.yml``. +* `run_osx_build.sh` had hardcoded handlers for Travis log folding. These have + been replaced with the now equivalent Bash functions. +* A lower bound on python version for noarch python is now required + +**Fixed:** + +* Fix "File name too long" error for many zip keys + Replace config filenames by their short versions if filesystem limits + are approached. +* Fix running ``./build-locally.py --debug`` with cross-compilation +* Fixed dead conda-docs link to the ``build/number`` explanation in the README template. +* Fixed rendering error where the recipe's ``conda_build_config.yaml`` is + applied again, removing some variants. +* Fixed list formatting in the README. +* migration_ts and migrator_ts were both used in conda-smithy and migration_ts was removed in favour of migrator_ts + +**Authors:** + +* Isuru Fernando +* Matthew R. Becker +* Jaime Rodríguez-Guerra +* Chris Burr +* Leo Fang +* Marcel Bargull +* Wolf Vollprecht +* Hugo Slepicka +* Bastian Zimmermann + + + v3.8.6 ==================== diff --git a/news/avoid-too-long-filenames.rst b/news/avoid-too-long-filenames.rst deleted file mode 100644 index e54f74db7..000000000 --- a/news/avoid-too-long-filenames.rst +++ /dev/null @@ -1,26 +0,0 @@ -**Added:** - -* - -**Changed:** - -* To cross compile for ``win-32`` from ``win-64``, using ``target_platform`` - is no longer supported. Use ``build_platform: win_32: win64`` in ``conda-forge.yml``. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix "File name too long" error for many zip keys - Replace config filenames by their short versions if filesystem limits - are approached. - -**Security:** - -* diff --git a/news/cross-debug.rst b/news/cross-debug.rst deleted file mode 100644 index 1a32c1122..000000000 --- a/news/cross-debug.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fix running ``./build-locally.py --debug`` with cross-compilation - -**Security:** - -* diff --git a/news/dead-link.rst b/news/dead-link.rst deleted file mode 100644 index 3353e07ec..000000000 --- a/news/dead-link.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed dead conda-docs link to the ``build/number`` explanation in the README template. - -**Security:** - -* diff --git a/news/key_add.rst b/news/key_add.rst deleted file mode 100644 index cc8926486..000000000 --- a/news/key_add.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Enabled multiple entries for ``key_add`` operations. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed rendering error where the recipe's ``conda_build_config.yaml`` is - applied again, removing some variants. - -**Security:** - -* diff --git a/news/log-groups.rst b/news/log-groups.rst deleted file mode 100644 index c11125c49..000000000 --- a/news/log-groups.rst +++ /dev/null @@ -1,28 +0,0 @@ -**Added:** - -* Define Bash functions ``startgroup()`` and ``endgroup()`` that provide a - provider-agnostic way to group or fold log lines for quicker visual inspection. - In principle, this only affects Linux and MacOS, since Windows pipelines - use CI native steps. So far, only Azure and Travis support this. In the other - providers a fallback ``echo ""`` statement is supplied. - -**Changed:** - -* `run_osx_build.sh` had hardcoded handlers for Travis log folding. These have - been replaced with the now equivalent Bash functions. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/noarch_python_lowerbound.rst b/news/noarch_python_lowerbound.rst deleted file mode 100644 index 52f9e8b4e..000000000 --- a/news/noarch_python_lowerbound.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* A lower bound on python version for noarch python is now required - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/os_version.rst b/news/os_version.rst deleted file mode 100644 index 495463a76..000000000 --- a/news/os_version.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Support `os_version` in `conda-forge.yml` - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/readme.rst b/news/readme.rst deleted file mode 100644 index 155ac5954..000000000 --- a/news/readme.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed list formatting in the README. - -**Security:** - -* diff --git a/news/ts.rst b/news/ts.rst deleted file mode 100644 index d25d678ef..000000000 --- a/news/ts.rst +++ /dev/null @@ -1,21 +0,0 @@ - - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* migration_ts and migrator_ts were both used in conda-smithy and migration_ts was removed in favour of migrator_ts - -**Security:** - -* diff --git a/news/use_local.rst b/news/use_local.rst deleted file mode 100644 index d98628ec7..000000000 --- a/news/use_local.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Add use_local option to use the migrator from the feedstock - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*