diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-28 12:47:14 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:11 +0200 |
| commit | d87896da28e3aa23a96d908bd38a5c0e6ec1ef32 (patch) | |
| tree | 685f2e836ba88ee740f7af63e5bfb20d50d18b50 /gnu/packages/python-xyz.scm | |
| parent | 27ed080daa012abdd76154dd6fadc08b04f48a04 (diff) | |
gnu: python-requests-unixsocket: Update to 0.4.2.
* gnu/packages/python-web.scm (python-requests-unixsocket): Define as
deprecated alias for...
(python-requests-unixsocket2): ...this new variable.
[source]: Fetch from forked git repository.
[home-page]: Update.
[arguments]: Remove.
[native-inputs]: Remove python-apipkg, python-appdirs, python-execnet,
python-packaging, python-pep8, python-py, python-pyparsing,
python-pytest-cache, python-pytest-pep8, python-setuptools, python-six, and
python-wheel; add python-poetry-core.
[propagated-inputs]: Remove python-urllib3.
(python-cheroot)[native-inputs]: Replace python-requests-unixsocket with
python-requests-unixsocket2.
* gnu/packages/python-xyz.scm (python-notebook)[native-inputs]: Same.
* gnu/packages/jupyter.scm (python-nbclassic)[native-inputs]: Same.
Change-Id: I4c35ff9f86aa7e3df0f2b9ed8616727a7a94f12d
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4c48912c69..c937299d8a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19461,7 +19461,7 @@ convert an @code{.ipynb} notebook file into various static formats including: python-pytest python-pytest-cov python-requests - python-requests-unixsocket + python-requests-unixsocket2 python-setuptools python-wheel)) (home-page "https://jupyter.org/") |
