diff --git a/distro-1.3.0.tar.gz b/distro-1.3.0.tar.gz deleted file mode 100644 index 5583eea..0000000 Binary files a/distro-1.3.0.tar.gz and /dev/null differ diff --git a/distro-1.5.0.tar.gz b/distro-1.5.0.tar.gz new file mode 100644 index 0000000..d78c12b Binary files /dev/null and b/distro-1.5.0.tar.gz differ diff --git a/python-distro.spec b/python-distro.spec index 59b44ca..f3f3e93 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -1,6 +1,6 @@ Name: python-distro -Version: 1.3.0 -Release: 5 +Version: 1.5.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,16 @@ 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 +* Thu Jul 23 2020 dingyue - 1.5.0-1 +- Package update * Mon Nov 25 2019 lingsheng - 1.3.0-5 - Package init