Bug 1628180 - python-pluginlib: Remove (sub)packages from Fedora 30+: python2-pluginlib
Summary: python-pluginlib: Remove (sub)packages from Fedora 30+: python2-pluginlib
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pluginlib
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Avram Lubkin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PY2REMOVAL
TreeView+ depends on / blocked
 
Reported: 2018-09-12 12:34 UTC by Miro Hrončok
Modified: 2018-09-15 22:25 UTC (History)
7 users (show)

Fixed In Version: python-pluginlib-0.6.1-1.fc30
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-09-15 22:25:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2018-09-12 12:34:50 UTC
In line with the Mass Python 2 Package Removal [0], the following (sub)packages of python-pluginlib were marked for removal:

 * python2-pluginlib

According to our query, those (sub)packages only provide a Python 2 importable module. If this is not true, please tell us why, so we can fix our query.

Please remove them from your package.

As said in the change document, if there is no objection in a week, we will remove the package(s) as soon as we get to it. This change might not match your packaging style, so we'd prefer if you did the change. If you need more time, please let us know here.

We hope this doesn't come to you as a surprise. If you want to know our motivation for this, please read the change document [0].

[0] https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal

Comment 1 Avram Lubkin 2018-09-13 13:16:29 UTC
Not sure how the detection was done, but pluginlib is already configured to drop python2 with Fedora 30.


    # Drop Python 2 with Fedora 30 and EL8
    %if (0%{?fedora} && 0%{?fedora} < 30) || (0%{?rhel} && 0%{?rhel} < 8)
      %bcond_without python2
    %else
      %bcond_with python2
    %endif

Comment 2 Miro Hrončok 2018-09-13 13:41:21 UTC
The detection was done on rawhide. The latest version was built on f29 and hence has the python2 version. Rebuild it please.

Comment 3 Avram Lubkin 2018-09-15 15:35:03 UTC
Rebuilt

Comment 4 Miro Hrončok 2018-09-15 22:25:46 UTC
Thank You!


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