diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f61745c07..d480c9ebb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,33 @@ conda-smithy Change Log .. current developments +v3.44.8 +==================== + +**Changed:** + +* Changed ``noarch-python`` hint to not require exactly one space between python and the Jinja2 expression. (#2151) +* Added linting for incorrect values under `os_version:` in `conda-forge.yml` + +**Fixed:** + +* Fixed a bug where the ``python_min`` hint failed on v1 recipes. (#2154) +* Fixed a bug that caused the linter to fail when a v1 recipe had the `ignore_run_exports` key. (#2157, #2153) +* Fixed a bug where legacy conda env vars caused test failues. (#2162) +* Fixed bugs in the linting of v1 recipes where requirements with conditional (if/else) statements were not properly flattened. (#2165) + +**Authors:** + +* Isuru Fernando +* Matthew R. Becker +* H. Vetinari +* Wolf Vollprecht +* pre-commit-ci[bot] +* Adam Ehlers Nyholm Thomsen +* Ralf Gommers + + + v3.44.7 ==================== diff --git a/news/2151-hint-less-spaces.rst b/news/2151-hint-less-spaces.rst deleted file mode 100644 index f18eda1af..000000000 --- a/news/2151-hint-less-spaces.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Changed ``noarch-python`` hint to not require exactly one space between python and the Jinja2 expression. (#2151) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/2154-fix-python_min-v1-hint.rst b/news/2154-fix-python_min-v1-hint.rst deleted file mode 100644 index d18135caa..000000000 --- a/news/2154-fix-python_min-v1-hint.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed a bug where the ``python_min`` hint failed on v1 recipes. (#2154) - -**Security:** - -* diff --git a/news/2155-distro-lint.rst b/news/2155-distro-lint.rst deleted file mode 100644 index af5827fe8..000000000 --- a/news/2155-distro-lint.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Added linting for incorrect values under `os_version:` in `conda-forge.yml` - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/2157-bugfix-ignore_run_exports-for-v1-recipes.rst b/news/2157-bugfix-ignore_run_exports-for-v1-recipes.rst deleted file mode 100644 index edfbf695e..000000000 --- a/news/2157-bugfix-ignore_run_exports-for-v1-recipes.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed a bug that caused the linter to fail when a v1 recipe had the `ignore_run_exports` key. (#2157, #2153) - -**Security:** - -* diff --git a/news/2162-env-var-test.rst b/news/2162-env-var-test.rst deleted file mode 100644 index 0dc66225f..000000000 --- a/news/2162-env-var-test.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed a bug where legacy conda env vars caused test failues. (#2162) - -**Security:** - -* diff --git a/news/2166-v1-recipe-fixes.rst b/news/2166-v1-recipe-fixes.rst deleted file mode 100644 index f1d13b332..000000000 --- a/news/2166-v1-recipe-fixes.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed bugs in the linting of v1 recipes where requirements with conditional (if/else) statements were not properly flattened. (#2165) - -**Security:** - -*