From bb5874f9c1f77b22ab52d6ba9594399cf8981927f7768e1898453d374cfa4a0b Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 10 May 2018 09:47:33 +0000 Subject: [PATCH] - update to version 1.3.0: * improvements for other operating systems * documentation: * Add Ansible reference implementation and fix arch-linux link (#213) * Add facter reference implementation (#213) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=9 --- distro-1.2.0.tar.gz | 3 --- distro-1.3.0.tar.gz | 3 +++ python-distro.changes | 9 +++++++++ python-distro.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 distro-1.2.0.tar.gz create mode 100644 distro-1.3.0.tar.gz diff --git a/distro-1.2.0.tar.gz b/distro-1.2.0.tar.gz deleted file mode 100644 index d330649..0000000 --- a/distro-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d94370e43b676ac44fbe1ab68ca903a6147eaba3a9e8eff85b2c05556a455b76 -size 45893 diff --git a/distro-1.3.0.tar.gz b/distro-1.3.0.tar.gz new file mode 100644 index 0000000..f6b6f6a --- /dev/null +++ b/distro-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224041cef9600e72d19ae41ba006e71c05c4dc802516da715d7fda55ba3d8742 +size 48067 diff --git a/python-distro.changes b/python-distro.changes index e4d78f6..a64fc18 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 10 09:42:51 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 1.3.0: + * improvements for other operating systems + * documentation: + * Add Ansible reference implementation and fix arch-linux link (#213) + * Add facter reference implementation (#213) + ------------------------------------------------------------------- Thu Feb 8 19:05:22 UTC 2018 - rjschwei@suse.com diff --git a/python-distro.spec b/python-distro.spec index e816608..f6fb57b 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -20,7 +20,7 @@ %{!?license: %global license %doc} %bcond_without test Name: python-distro -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Linux Distribution - a Linux OS platform information API License: Apache-2.0 @@ -60,7 +60,7 @@ It is a renewed alternative implementation for Python's original platform.linux_ %files %{python_files} %defattr(-,root,root,-) -%doc CHANGES README.md README.rst +%doc CHANGELOG.md README.md README.rst %python3_only %{_bindir}/distro %{python_sitelib}/* %%license LICENSE