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

commit 43b382d9f88b713f1a4a7507808b3389c336de71
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 fb13aae48b..4da3ea3c04 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18591,9 +18591,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