- 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:
parent
2dc20ac982
commit
bb5874f9c1
@ -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
3
distro-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:224041cef9600e72d19ae41ba006e71c05c4dc802516da715d7fda55ba3d8742
|
||||||
|
size 48067
|
@ -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
|
Thu Feb 8 19:05:22 UTC 2018 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%{!?license: %global license %doc}
|
%{!?license: %global license %doc}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-distro
|
Name: python-distro
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux Distribution - a Linux OS platform information API
|
Summary: Linux Distribution - a Linux OS platform information API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -60,7 +60,7 @@ It is a renewed alternative implementation for Python's original platform.linux_
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES README.md README.rst
|
%doc CHANGELOG.md README.md README.rst
|
||||||
%python3_only %{_bindir}/distro
|
%python3_only %{_bindir}/distro
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%%license LICENSE
|
%%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user