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.4.0.tar.gz b/distro-1.4.0.tar.gz new file mode 100644 index 0000000..f077bd2 Binary files /dev/null and b/distro-1.4.0.tar.gz differ diff --git a/python-distro.spec b/python-distro.spec index 59b44ca..3035544 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -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 - 1.4.0-1 +- Upgrade to version 1.4.0 + * Mon Nov 25 2019 lingsheng - 1.3.0-5 - Package init