diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-09-26 16:19:25 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 13:23:00 +0100 |
| commit | bef09e93b38c58fbcfd701020d0f93d8a00f14d8 (patch) | |
| tree | 1a926b8cf5894304c34605fe60418b521413af21 | |
| parent | 63c378ccd78151240030cc0785197adc964d1035 (diff) | |
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>
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6e3eeaac94..69f132f521 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |
