M gnu/packages/music.scm => gnu/packages/music.scm +1 -1
@@ 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
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +1 -1
@@ 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/")
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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