From 43eca4f2db60ceece10663906a8375c080f79c08 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Fri, 27 Mar 2026 08:39:02 -0500 Subject: [PATCH 1/3] ipython 9.10.1 --- recipe/recipe.yaml | 16 ++++++++-------- recipe/variants.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 683d101..b3fc431 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: - version: "9.12.0" + version: "9.10.1" python_check_max: "3.14" pygments_modes: ipython ipython3 ipythonconsole ipython3console @@ -12,7 +12,7 @@ recipe: source: url: https://pypi.org/packages/source/i/ipython/ipython-${{ version }}.tar.gz - sha256: 01daa83f504b693ba523b5a407246cabde4eb4513285a3c6acaff11a66735ee4 + sha256: e170e9b2a44312484415bdb750492699bf329233b03f2557a9692cce6466ada4 build: number: 0 @@ -33,21 +33,21 @@ outputs: host: - pip - python ${{ python_min }}.* - - setuptools >=80.0 + - setuptools >=77.0 run: - __${{ noarch_platform }} - - decorator >=5.1.0 + - decorator >=4.3.2 - ipython_pygments_lexers >=1.0.0 - - jedi >=0.18.2 - - matplotlib-inline >=0.1.6 + - jedi >=0.18.1 + - matplotlib-inline >=0.1.5 - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.14.0 + - pygments >=2.11.0 - python >=${{ python_min }} - stack_data >=0.6.0 - traitlets >=5.13.0 - if: noarch_platform == "unix" then: - - pexpect >4.6 + - pexpect >4.3 - if: noarch_platform == "win" then: - colorama >=0.4.4 diff --git a/recipe/variants.yaml b/recipe/variants.yaml index 17f0e20..06625f3 100644 --- a/recipe/variants.yaml +++ b/recipe/variants.yaml @@ -1,5 +1,5 @@ python_min: - - "3.12" + - "3.11" noarch_platform: - if: win then: From a846a126788cf34a922a58151ced37ef17d50994 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Fri, 27 Mar 2026 08:39:20 -0500 Subject: [PATCH 2/3] MNT: Re-rendered with conda-smithy 3.58.0 and conda-forge-pinning 2026.03.26.13.31.28 Other tools: - conda-build 26.1.0 - rattler-build 0.60.0 - rattler-build-conda-compat 1.4.11 --- .ci_support/linux_64_.yaml | 2 +- .ci_support/win_64_.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 619aa8b..09684d2 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -7,4 +7,4 @@ docker_image: noarch_platform: - unix python_min: -- '3.12' +- '3.11' diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index cf08139..4e85ed8 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -5,4 +5,4 @@ channel_targets: noarch_platform: - win python_min: -- '3.12' +- '3.11' From 9b1dcc3c48c9171be850381d5808008758c51ea0 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Fri, 27 Mar 2026 09:07:25 -0500 Subject: [PATCH 3/3] fix deps --- recipe/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index b3fc431..0e9afdd 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -45,6 +45,7 @@ outputs: - python >=${{ python_min }} - stack_data >=0.6.0 - traitlets >=5.13.0 + - typing_extensions >=4.6 - if: noarch_platform == "unix" then: - pexpect >4.3