summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-09-26 16:17:57 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 13:22:59 +0100
commit8e69a0352743dfd9434f6de823543c02c1219bc2 (patch)
tree048ab2f248f409fdbed8a1088fd61b081eef7880 /gnu
parentf8d4a31f2d3f193c36de312c518c9462b706ab04 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 79e4e658d86..6e3eeaac948 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -102,6 +102,7 @@
102 #:use-module (guix build-system copy) 102 #:use-module (guix build-system copy)
103 #:use-module (guix build-system pyproject) 103 #:use-module (guix build-system pyproject)
104 #:use-module (guix build-system python) 104 #:use-module (guix build-system python)
105 #:use-module (guix deprecation)
105 #:use-module (guix download) 106 #:use-module (guix download)
106 #:use-module (guix gexp) 107 #:use-module (guix gexp)
107 #:use-module (guix git-download) 108 #:use-module (guix git-download)
@@ -5603,7 +5604,8 @@ APIs.")
5603than Python’s urllib2 library.") 5604than Python’s urllib2 library.")
5604 (license license:asl2.0))) 5605 (license license:asl2.0)))
5605 5606
5606(define-public python-requests-next python-requests) 5607(define-deprecated/public-alias python-requests-next
5608 python-requests) ;may be removed after 2025-12-01
5607 5609
5608(define-public python-requests-kerberos 5610(define-public python-requests-kerberos
5609 (package 5611 (package