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

commit 339ba126933f1571bcef819edbe311c8b44e40ae
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 18 22:38:39 2026 +0000

    gnu: Remove python-charset-normalizer-3.
    
    * gnu/packages/python-xyz.scm (python-charset-normalizer-3): Delete 
variable.
    
    Change-Id: I0013e9c5a388cf1a3b5d1c485832fb31d87b0e36
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 043fab8c88..42e470c041 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18618,9 +18618,6 @@ taking a new approach.  All IANA character set names 
for which the Python core
 library provides codecs are supported.")
     (license license:expat)))
 
-(define-deprecated/public-alias python-charset-normalizer-3
-  python-charset-normalizer)           ;may be removed after 2025-12-01
-
 (define-public python-docopt
   (package
     (name "python-docopt")

Reply via email to