#124 Remove the platform-python bits
Closed 4 years ago by cstratak. Opened 4 years ago by cstratak.
rpms/ cstratak/python3 remove-platform-python  into  master

file modified
-23
@@ -329,13 +329,6 @@ 

  # replace python36-3.6.2.

  Obsoletes: python%{pyshortver}

  

- # Shall be removed in Fedora 31

- # The release is bumped to 20, so we can do f27 platform-python updates

- # If the release in f27 ever goes >= 20, raise it here

- # If platform-python is ever reintroduced, make it higher version than this:

- %global platpyver 3.6.2-20

- Obsoletes: platform-python < %{platpyver}

- 

  # Previously, this was required for our rewheel patch to work.

  # This is technically no longer needed, but we keep it recommended

  # for the developer experience.
@@ -390,10 +383,6 @@ 

  # See https://bugzilla.redhat.com/show_bug.cgi?id=1547131

  Recommends: %{name}%{?_isa} = %{version}-%{release}

  

- # Shall be removed in Fedora 31

- Obsoletes: platform-python-libs < %{platpyver}

- Obsoletes: platform-python-libs-devel < %{platpyver}

- 

  %description libs

  This package contains runtime libraries for use by Python:

  - the majority of the Python standard library
@@ -426,9 +415,6 @@ 

  

  Conflicts: %{name} < %{version}-%{release}

  

- # Shall be removed in Fedora 31

- Obsoletes: platform-python-devel < %{platpyver}

- 

  %description devel

  This package contains the header files and configuration needed to compile

  Python extension modules (typically written in C or C++), to embed Python
@@ -451,9 +437,6 @@ 

  

  %{?python_provide:%python_provide python3-idle}

  

- # Shall be removed in Fedora 31

- Obsoletes: platform-python-tools < %{platpyver}

- 

  %description idle

  IDLE is Python’s Integrated Development and Learning Environment.

  
@@ -473,9 +456,6 @@ 

  

  %{?python_provide:%python_provide python3-tkinter}

  

- # Shall be removed in Fedora 31

- Obsoletes: platform-python-tkinter < %{platpyver}

- 

  %description tkinter

  The Tkinter (Tk interface) library is a graphical user interface toolkit for

  the Python programming language.
@@ -488,9 +468,6 @@ 

  

  %{?python_provide:%python_provide python3-test}

  

- # Shall be removed in Fedora 31

- Obsoletes: platform-python-test < %{platpyver}

- 

  %description test

  The self-test suite for the Python interpreter.

  

no initial comment

This is actually part of #122 .Closing it.

Pull-Request has been closed by cstratak

4 years ago