python-flit: update python version

This commit is contained in:
hanxinke 2020-06-16 14:19:52 +08:00
parent ac107af77b
commit 917f9c1d98

View File

@ -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 <hanxinke@huawei.com> - 1.0-6
- update python version
* Thu Nov 21 2019 Wanjiankang <wanjiankang@huawei.com> - 1.0-5
- Package Init