Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipython v8.22.1 #210

Merged
merged 4 commits into from
Feb 23, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "8.22.0" %}
{% set version = "8.22.1" %}

{% set migrating = false %}

Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/i/ipython/ipython-{{ version }}.tar.gz
sha256: bc649987e35a75ecccab7a245d7403710e3a289384c268d6d846ab8933ca0811
sha256: 39c6f9efc079fb19bfb0f17eee903978fe9a290b1b82d68196c641cecb76ea22

build:
number: 0
Expand Down Expand Up @@ -38,11 +38,10 @@ requirements:
- jedi >=0.16
- matplotlib-inline
- pexpect >4.3 # [unix]
bollwyvl marked this conversation as resolved.
Show resolved Hide resolved
- pickleshare
jakirkham marked this conversation as resolved.
Show resolved Hide resolved
- prompt-toolkit >=3.0.41,<3.1.0
- pygments >=2.4.0
- stack_data
- traitlets >=5
- traitlets >=5.13.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was updated in ipython version 8.22.1 with PR: ipython/ipython#14353

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll want to follow up with a repodata-patches PR for .0, or the solver may random-walk to the older traitlets. I haven't done any forensics as to where this creates an issue in downstreams, but seems easy enough in this case.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. @jakirkham, would you be able to help with this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like Nick started PR: conda-forge/conda-forge-repodata-patches-feedstock#671

Would be happy to review 🙂

- typing_extensions

test:
Expand Down