!5 python-flit: update python version

Merge pull request !5 from hanxinke/master
This commit is contained in:
openeuler-ci-bot 2020-06-17 15:03:52 +08:00 committed by Gitee
commit efd56a63ef

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