- 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
This commit is contained in:
Sebastian Wagner 2018-05-10 09:47:33 +00:00 committed by Git OBS Bridge
parent 2dc20ac982
commit bb5874f9c1
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d94370e43b676ac44fbe1ab68ca903a6147eaba3a9e8eff85b2c05556a455b76
size 45893

3
distro-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:224041cef9600e72d19ae41ba006e71c05c4dc802516da715d7fda55ba3d8742
size 48067

View File

@ -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

View File

@ -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