gnu: python-requests-next: Mark as deprecated.

* gnu/packages/python-web.scm (python-requests-next):
  Mark as a deprecated public alias.

Change-Id: I1b9d8f8f71d057ef3a100881baa140ce0d52f70a
Reviwed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nguyễn Gia Phong 2025-09-26 16:17:57 +09:00 committed by Sharlatan Hellseher
parent f8d4a31f2d
commit 8e69a03527
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -102,6 +102,7 @@
#:use-module (guix build-system copy) #:use-module (guix build-system copy)
#:use-module (guix build-system pyproject) #:use-module (guix build-system pyproject)
#:use-module (guix build-system python) #:use-module (guix build-system python)
#:use-module (guix deprecation)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix gexp) #:use-module (guix gexp)
#:use-module (guix git-download) #:use-module (guix git-download)
@ -5603,7 +5604,8 @@ APIs.")
than Pythons urllib2 library.") than Pythons urllib2 library.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python-requests-next python-requests) (define-deprecated/public-alias python-requests-next
python-requests) ;may be removed after 2025-12-01
(define-public python-requests-kerberos (define-public python-requests-kerberos
(package (package