Skip to content

Commit

Permalink
Merge pull request #1846 from h-vetinari/stdlib
Browse files Browse the repository at this point in the history
ENH: add handling for stdlib-jinja function
  • Loading branch information
mbargull authored Feb 21, 2024
2 parents 15ea0a3 + 377b2d6 commit 1767051
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda_smithy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def render_meta_yaml(text):
env.globals.update(
dict(
compiler=lambda x: x + "_compiler_stub",
stdlib=lambda x: x + "_stdlib_stub",
pin_subpackage=stub_subpackage_pin,
pin_compatible=stub_compatible_pin,
cdt=lambda *args, **kwargs: "cdt_stub",
Expand Down
23 changes: 23 additions & 0 deletions news/1840-stdlib-jinja.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* Smithy now understand the new stdlib jinja function.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit 1767051

Please sign in to comment.