From 590dc247ab9a8b2fef9eb5304a6722d88215f560 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 08 2023 08:41:10 +0000 Subject: Remove very old pip and Python mentions from the %description --- diff --git a/python-flit.spec b/python-flit.spec index 4249ea1..2543083 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -31,16 +31,12 @@ BuildRequires: git-core %global _description %{expand: Flit is a simple way to put Python packages and modules on PyPI. - -Flit only creates packages in the new 'wheel' format. People using older -versions of pip (<1.5) or easy_install will not be able to install them. +It tries to require less thought about packaging and help you avoid common +mistakes. Flit packages a single importable module or package at a time, using the import name as the name on PyPI. All sub-packages and data files within a package are -included automatically. - -Flit requires Python 3, but you can use it to distribute modules for Python 2, -so long as they can be imported on Python 3.} +included automatically.} %description %_description