guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 3e6a371377dafbfb611adffe2bbf533473918b0e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:33:20 2026 +0000

    gnu: Remove python-requests-next.
    
    * gnu/packages/python-web.scm (python-requests-next): Delete variable.
    
    Change-Id: I83a6c57aa27afaeb9116efb33982dce92f5cfa1d
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a2a1122739..fd6cdb5d57 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6594,9 +6594,6 @@ APIs.")
 than Python’s urllib2 library.")
     (license license:asl2.0)))
 
-(define-deprecated/public-alias python-requests-next
-  python-requests)                     ;may be removed after 2025-12-01
-
 (define-public python-requests-kerberos
   (package
     (name "python-requests-kerberos")

Reply via email to