diff --git a/python-flit.spec b/python-flit.spec index 6e26eb2d635d5965daf0e007033193813783ef16..f4c5d636a6c8a7728ac9169686429ff00b0fc409 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