Skip to content

Commit e850ac9

Browse files
author
Release Manager
committed
gh-37535: Upgrade to jupyterlab 4.1.3 and notebook 7.1.1 <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> - https://github.com/jupyter/notebook/releases/tag/v7.1.0 - https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog. html#v4-1 Fixes #37533 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #37535 Reported by: Matthias Köppe Reviewer(s): Marc Culler
2 parents e417e22 + 04b6d8e commit e850ac9

23 files changed

+95
-9
lines changed

build/pkgs/h11/SPKG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
h11: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
2+
=================================================================
3+
4+
Description
5+
-----------
6+
7+
A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
8+
9+
License
10+
-------
11+
12+
MIT
13+
14+
Upstream Contact
15+
----------------
16+
17+
https://pypi.org/project/h11/
18+

build/pkgs/h11/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=h11-VERSION-py3-none-any.whl
2+
sha1=c502d56dc3288212142a398704a5109749331dd8
3+
md5=47f19bfed53c8f9278749c532490977e
4+
cksum=462065947
5+
upstream_url=https://pypi.io/packages/py3/h/h11/h11-VERSION-py3-none-any.whl

build/pkgs/h11/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.

build/pkgs/h11/install-requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h11

build/pkgs/h11/package-version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.14.0

build/pkgs/h11/type

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
standard

build/pkgs/httpcore/SPKG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
httpcore: A minimal low-level HTTP client.
2+
==========================================
3+
4+
Description
5+
-----------
6+
7+
A minimal low-level HTTP client.
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/httpcore/
16+

build/pkgs/httpcore/checksums.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tarball=httpcore-VERSION-py3-none-any.whl
2+
sha1=e83eb30232906df8ac673d6c49c657957dc00ce1
3+
md5=9f99e1b4ed8ba940bd698e21af54ef6d
4+
cksum=2564019022
5+
upstream_url=https://pypi.io/packages/py3/h/httpcore/httpcore-VERSION-py3-none-any.whl

build/pkgs/httpcore/dependencies

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
h11 | $(PYTHON_TOOLCHAIN) $(PYTHON)
2+
3+
----------
4+
All lines of this file are ignored except the first.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
httpcore

0 commit comments

Comments
 (0)