!2 update to 1.5.0

Merge pull request !2 from phanddy/master
This commit is contained in:
openeuler-ci-bot 2020-07-28 19:35:56 +08:00 committed by Gitee
commit 9e15dc3259
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
distro-1.5.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-distro Name: python-distro
Version: 1.3.0 Version: 1.5.0
Release: 5 Release: 1
Summary: Linux Distribution - a Linux OS platform information API Summary: Linux Distribution - a Linux OS platform information API
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/nir0s/distro URL: https://github.com/nir0s/distro
@ -68,14 +68,16 @@ rm -rf distro.egg-info
%{__python3} -m pytest tests -v %{__python3} -m pytest tests -v
%files -n python2-distro %files -n python2-distro
%doc LICENSE README.rst CHANGELOG.md CONTRIBUTORS.md README.md %doc LICENSE CHANGELOG.md CONTRIBUTORS.md README.md
%{python2_sitelib}/* %{python2_sitelib}/*
%files -n python3-distro %files -n python3-distro
%doc LICENSE README.rst CHANGELOG.md CONTRIBUTORS.md README.md %doc LICENSE CHANGELOG.md CONTRIBUTORS.md README.md
%{python3_sitelib}/* %{python3_sitelib}/*
%{_bindir}/distro %{_bindir}/distro
%changelog %changelog
* Thu Jul 23 2020 dingyue <dingyue5@huawei.com> - 1.5.0-1
- Package update
* Mon Nov 25 2019 lingsheng <lingsheng@huawei.com> - 1.3.0-5 * Mon Nov 25 2019 lingsheng <lingsheng@huawei.com> - 1.3.0-5
- Package init - Package init