guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a969d3cd70a6a253a1de77f44f81d4eda2e6928a
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Mon Sep 29 10:13:32 2025 +0900

    gnu: python-charset-normalizer-3: Mark as deprecated.
    
    This is a followup to bbb955188451c54adb4bedfcb8e259440f3f1bfe.
    
    Replace all python-charset-normalizer-3 occurences
    with python-charset-normalizer.
    
    * gnu/packages/python-xyz.scm (python-charset-normalizer-3):
      Mark as a deprecated public alias.
    * gnu/packages/music.scm (picard)
      [inputs]: Replace python-charset-normalizer-3
      with python-charset-normalizer.
    * gnu/packages/python-web.scm (python-translation-finder)
      [propagated-inputs]: Replace python-charset-normalizer-3
      with python-charset-normalizer.
    
    Change-Id: Ib45bfe24efde2f2a6435c0c272d9d14e70e2321e
    Reviwed-by: Ludovic Courtès <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/music.scm      | 2 +-
 gnu/packages/python-web.scm | 2 +-
 gnu/packages/python-xyz.scm | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7ed5915ae8..0472c2d55c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4052,7 +4052,7 @@ event-based scripts for scrobbling, notifications, etc.")
      (list gettext-minimal python-dateutil))
     (inputs
      (list chromaprint
-           python-charset-normalizer-3
+           python-charset-normalizer
            python-discid
            python-pyqt
            python-mutagen
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 61f53e89d5..79e4e658d8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8619,7 +8619,7 @@ for HTTP/2 is planned.")
      (list python-pytest
            python-setuptools))
     (propagated-inputs
-     (list python-charset-normalizer-3
+     (list python-charset-normalizer
            python-ruamel.yaml
            python-weblate-language-data))
     (home-page "https://weblate.org/";)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 106b46ad25..526b6be9ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19853,7 +19853,8 @@ taking a new approach.  All IANA character set names 
for which the Python core
 library provides codecs are supported.")
     (license license:expat)))
 
-(define-public python-charset-normalizer-3 python-charset-normalizer)
+(define-deprecated/public-alias python-charset-normalizer-3
+  python-charset-normalizer)           ;may be removed after 2025-12-01
 
 (define-public python-docopt
   (package

Reply via email to