From 917f9c1d9892a1bba9dd12b9dbf05187df05f141 Mon Sep 17 00:00:00 2001 From: hanxinke Date: Tue, 16 Jun 2020 14:19:52 +0800 Subject: [PATCH] python-flit: update python version --- python-flit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flit.spec b/python-flit.spec index 6e26eb2..f4c5d63 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,6 +1,6 @@ Name: python-flit Version: 1.0 -Release: 5 +Release: 6 Summary: Simplified packaging of Python modules License: BSD and ASL 2.0 and Python URL: https://flit.readthedocs.io/en/latest/ @@ -21,7 +21,7 @@ Summary: Simplified packaging of Python modules Requires: python3-requests python3-docutils python3-pytoml -%global __requires_exclude ^python3.7dist\\(requests-download\\) +%global __requires_exclude ^python%{python3_version}dist\\(requests-download\\) Recommends: python3-pygments @@ -49,5 +49,8 @@ XDG_CACHE_HOME=$PWD/.cache %{__python3} -m flit build --format wheel %changelog +* Tue Jun 16 2020 hanxinke - 1.0-6 +- update python version + * Thu Nov 21 2019 Wanjiankang - 1.0-5 - Package Init