Skip to content

Commit

Permalink
Updated CHANGELOG for 3.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 13, 2025
1 parent d01d11e commit 7ccd378
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 168 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ conda-smithy Change Log

.. current developments
v3.45.2
====================

**Added:**

* Added ``sphinx-theme-builder`` as a valid ``pip`` build backend. (#2204)
* Added validation for ``schema_version`` key. (#2207)
* Add ``hint_python_min`` and ``hint_pip_no_build_backend`` values to ``linter.skip`` key, allowing to skip respective checks. (#2206)

**Fixed:**

* Fixed removing directories recursively from git index. (#2199)
* Fix handling ``if``/``else`` blocks in ``run`` and ``run_constraints`` requirements, for v1 recipes (#2197)
* Fix flattening nested ``if``/``else`` blocks in v1 recipes (#2197)
* Fix a test that uses `match` in skip to work with strict parsing (#2213)
* ``schema_version`` key no longer causes linting failures. (#2207)
* Fix a ``TypeError`` when either the ``linter`` key or the ``skip`` subkey is empty. (#2206)
* Fix more linter errors for v1 recipes with conditional dependencies (#2212)
* Fix linter error in check_pins for v1 recipes with conditional run_exports (#2211)
* Consider `tests[].python.python_version`` when linting for cfep25 on v1.

**Authors:**

* Matthew R. Becker
* Wolf Vollprecht
* Min RK
* pre-commit-ci[bot]
* Hadrien Mary
* Michał Górny
* dependabot[bot]
* Will Shanks



v3.45.1
====================

Expand Down
23 changes: 0 additions & 23 deletions news/fix-feedstock_io-dir-remove.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/fix-if-else-in-run.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/fix-rattler-build-test-strict-parsing.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/pr-2204-sphinx-build-backend.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/schema_version.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/skip-python-hints.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/v1-flatten-pins-more.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/v1-flatten-pins.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/v1_cfep25_test.rst

This file was deleted.

0 comments on commit 7ccd378

Please sign in to comment.