Provide python3-turtle from python3-tkinter

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1952565
This commit is contained in:
Petr Viktorin 2021-06-30 12:50:32 +02:00
parent 2b5ef05f9d
commit f4a64b51fd

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
Release: 2%{?dist}
License: Python
@ -633,6 +633,10 @@ configuration, browsers, and other dialogs.
Summary: A GUI toolkit for Python
Requires: %{pkgname} = %{version}-%{release}
# The importable module "turtle" is here, so provide python3-turtle.
# (We don't provide python3-turtledemo, that's not too useful when imported.)
%py_provides %{pkgname}-turtle
%description -n %{pkgname}-tkinter
The Tkinter (Tk interface) library is a graphical user interface toolkit for
the Python programming language.
@ -1778,6 +1782,9 @@ CheckPython optimized
# ======================================================
%changelog
* Fri Jul 16 2021 Petr Viktorin <pviktori@redhat.com> - 3.9.6-2
- Provide python3-turtle from python3-tkinter
* Tue Jun 29 2021 Tomas Hrnciar <thrnciar@redhat.com> - 3.9.6-1
- Update to 3.9.6