Skip to content

Commit

Permalink
Updated CHANGELOG for 3.44.8
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Nov 26, 2024
1 parent 4554c17 commit fed4299
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 138 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
23 changes: 0 additions & 23 deletions news/2151-hint-less-spaces.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/2154-fix-python_min-v1-hint.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/2155-distro-lint.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/2157-bugfix-ignore_run_exports-for-v1-recipes.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/2162-env-var-test.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/2166-v1-recipe-fixes.rst

This file was deleted.

0 comments on commit fed4299

Please sign in to comment.