Skip to content

Commit 085073d

Browse files
author
Matthias Koeppe
committed
build/pkgs/httpx: New (jupyterlab 4.1.2 dependency)
1 parent dbba408 commit 085073d

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

build/pkgs/httpx/SPKG.rst

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

build/pkgs/httpx/checksums.ini

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

build/pkgs/httpx/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/httpx/install-requires.txt

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

build/pkgs/httpx/package-version.txt

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

build/pkgs/httpx/type

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

build/pkgs/jupyterlab/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
async_lru importlib_metadata ipykernel jinja2 jupyter_core jupyter_lsp jupyter_server jupyterlab_server notebook_shim packaging traitlets tornado tomli | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
async_lru importlib_metadata ipykernel jinja2 jupyter_core jupyter_lsp jupyter_server jupyterlab_server notebook_shim packaging traitlets tornado tomli httpx | $(PYTHON_TOOLCHAIN) $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)