mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-urllib3-next: Mark as deprecated.
* gnu/packages/python-web.scm (python-urllib3-next): Mark as a deprecated public alias. Change-Id: I7104ef8a7aeb2fa39bd390fb8cb07dae2ead627e Reviwed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
63c378ccd7
commit
bef09e93b3
1 changed files with 2 additions and 1 deletions
|
@ -6026,7 +6026,8 @@ can reuse the same socket connection for multiple requests, it can POST files,
|
|||
supports url redirection and retries, and also gzip and deflate decoding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-urllib3-next python-urllib3)
|
||||
(define-deprecated/public-alias python-urllib3-next
|
||||
python-urllib3) ;may be removed after 2025-12-01
|
||||
|
||||
(define-public python-urllib3-1.25
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue