Bug 1312030 - idlelib shoud go to python3-tools
Summary: idlelib shoud go to python3-tools
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python3
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Iryna Shcherbina
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-25 14:56 UTC by Miro Hrončok
Modified: 2018-02-16 18:19 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-02-16 18:19:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2016-02-25 14:56:24 UTC
idlelib shoud go to python3-tkinter as it depends on tkinter

Comment 1 Jan Kurik 2016-07-26 04:10:18 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 2 Charalampos Stratakis 2017-04-19 14:19:15 UTC
It would be better to go in the tools subpackage, where the idle binary resides as well (and the python3-tools depend on python3-tkinter as well).

Comment 3 Petr Viktorin (pviktori) 2017-08-16 13:53:14 UTC
I suggest this:
- Remove the python3-tools package
- Move /usr/bin/2to3 to python3-devel
- Move /usr/bin/idle and idlelib to python3-idle
- Provide python3-tools from python3-idle to keep upgrades sane

Comment 4 Miro Hrončok 2017-08-16 13:55:46 UTC
As per bz1076401, I have just now added the follwing to python3-tools:

%package tools
...
Provides: %{name}-2to3 = %{version}-%{release}
Provides: %{name}-idle = %{version}-%{release}
Provides: 2to3 = %{version}-%{release}
Provides: idle3 = %{version}-%{release}
...


That would have to be changed to:


%package devel
...
Provides: %{name}-2to3 = %{version}-%{release}
Provides: 2to3 = %{version}-%{release}
...

%package idle
...
Provides: idle3 = %{version}-%{release}
...

Comment 5 Fedora End Of Life 2017-11-16 19:10:48 UTC
This message is a reminder that Fedora 25 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 25. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '25'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 25 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 6 Charalampos Stratakis 2017-11-20 17:03:48 UTC
Still valid.

Comment 7 Petr Viktorin (pviktori) 2018-01-18 14:30:08 UTC
Let's do this in python37 (which is monolithic, so the changes won't be very visible). Then, python3 will inherit it when we upgrade it to 3.7.

Comment 8 Petr Viktorin (pviktori) 2018-01-18 14:32:53 UTC
And after that, let's backport to 3.6 in Rawhide (before f28 branching on 2018-02-20)

Comment 9 Iryna Shcherbina 2018-01-19 12:34:57 UTC
A fix is proposed for python37 in Pagure PR: https://src.fedoraproject.org/rpms/python37/pull-request/4

Comment 10 Miro Hrončok 2018-02-15 14:56:25 UTC
Let's push this to python3 in F28.

Comment 11 Iryna Shcherbina 2018-02-16 18:19:00 UTC
Backported to python3 in Rawhide: https://src.fedoraproject.org/rpms/python3/pull-request/23

Merged and built: https://koji.fedoraproject.org/koji/buildinfo?buildID=1045325

Closing as Rawhide, please reopen if necessary.


Note You need to log in before you can comment on or make changes to this bug.