fix(types-colorama): add other provides tag (#6679) (#6680)

(cherry picked from commit 6d792cbaca)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-10-03 21:35:16 -07:00
committed by GitHub
parent c7d7e54e92
commit 972fbdcb45
@@ -7,7 +7,7 @@
Name: python-%{pypi_name}
Version: 0~%{commit_date}git.%shortcommit
Release: 2%?dist
Release: 3%?dist
Summary: Typing stubs for colorama
License: Apache-2.0
URL: https://github.com/python/typeshed
@@ -24,6 +24,7 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
Summary: %{summary}
Provides: types-colorama
Provides: python%{python3_pkgversion}dist(types-colorama)
Provides: python3.13dist(types-colorama)
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}