From 80a3b21e8fc653538db096e88b41cf7b4e3bd8ae Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:34:38 -0700 Subject: [PATCH] fix(types-colorama): add other provides tag (#6679) (#6683) (cherry picked from commit 6d792cbaca12d5b3de72ed2935724e1afc0bc2cd) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/types-colorama/types-colorama.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 2f692dc49f..ff3b8e3332 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -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 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}