!3 Upgrade to version 1.4.0

Merge pull request !3 from LeoFang/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-06 20:58:23 +08:00 committed by Gitee
commit 64d76fc1f6
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
distro-1.4.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-distro
Version: 1.3.0
Release: 5
Version: 1.4.0
Release: 1
Summary: Linux Distribution - a Linux OS platform information API
License: ASL 2.0
URL: https://github.com/nir0s/distro
@ -68,14 +68,17 @@ rm -rf distro.egg-info
%{__python3} -m pytest tests -v
%files -n python2-distro
%doc LICENSE README.rst CHANGELOG.md CONTRIBUTORS.md README.md
%doc LICENSE CHANGELOG.md CONTRIBUTORS.md README.md
%{python2_sitelib}/*
%files -n python3-distro
%doc LICENSE README.rst CHANGELOG.md CONTRIBUTORS.md README.md
%doc LICENSE CHANGELOG.md CONTRIBUTORS.md README.md
%{python3_sitelib}/*
%{_bindir}/distro
%changelog
* Mon Aug 03 2020 Leo Fang <leofang_94@163.com> - 1.4.0-1
- Upgrade to version 1.4.0
* Mon Nov 25 2019 lingsheng <lingsheng@huawei.com> - 1.3.0-5
- Package init