This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b172762c2d gnu: Remove python-urllib3-next.
b172762c2d is described below

commit b172762c2dcf2431abaa3621ba5325776558ae6f
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Dec 20 09:56:26 2025 +0100

    gnu: Remove python-urllib3-next.
    
    * gnu/packages/python-web.scm (python-urllib3-next): Delete variable.
    
    Change-Id: If58db641c59c3a2e63e1b043a1840dac0f7ae327
---
 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 f5db9a5260..7a05bc88b8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6952,9 +6952,6 @@ 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-deprecated/public-alias python-urllib3-next
-  python-urllib3)                      ;may be removed after 2025-12-01
-
 (define-public python-urllib3-1.25
   (package
     (inherit python-urllib3)

Reply via email to