pgdg-python3-wcwidth: Provide dist(wcwidth). Needed at least on RHEL 9
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 6 Oct 2025 22:47:24 +0000 (01:47 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 6 Oct 2025 22:47:24 +0000 (01:47 +0300)
rpm/redhat/main/common/pgdg-python3-wcwidth/main/pgdg-python3-wcwidth.spec

index d338ecd9b320dff23232111f5de13a9c4f08dee7..481dd79b454bebe4b8c53f50692e23039419a67b 100644 (file)
@@ -23,7 +23,7 @@
 
 Name:          python%{python3_pkgversion}-%{modname}
 Version:       0.2.13
-Release:       1PGDG%{dist}.1
+Release:       2PGDG%{dist}
 Summary:       Measures number of Terminal column cells of wide-character codes
 
 # part of the code is under HPND-Markus-Kuhn
@@ -32,6 +32,8 @@ URL:          https://github.com/jquast/%{modname}
 Source:                https://files.pythonhosted.org/packages/source/w/%{modname}/%{modname}-%{version}.tar.gz
 BuildArch:     noarch
 
+Provides:      python%{python3_pkgversion}dist(wcwidth)
+
 %description
 This API is mainly for Terminal Emulator implementors, or those writing programs
 that expect to interpreted by a terminal emulator and wish to determine the
@@ -56,6 +58,9 @@ sed -i -e 's|--cov[^[:space:]]*||g' tox.ini
 %{python3_sitelib}/%{modname}/__pycache__/*.py*
 
 %changelog
+* Tue Oct 7 2025 Devrim Gunduz <devrim@gunduz.org> - 0.2.13-2PGDG
+- Provide dist(wcwidth). Needed at least on RHEL 9
+
 * Mon Sep 22 2025 Devrim Gunduz <devrim@gunduz.org> - 0.2.13-1PGDG.1
 - Add Fedora 43 support