- Update to version 1.4.0:

* Backward Compatibility:
  * Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)]
 * Bug Fixes:
  * Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)]
  * Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)]
  * Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)]
 * Docs:
  * Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)]
 * Release:
  * Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=17
This commit is contained in:
Sebastian Wagner 2019-02-10 13:34:54 +00:00 committed by Git OBS Bridge
parent 36979366d7
commit 05d917170d
4 changed files with 20 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 10 13:29:22 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 1.4.0:
* Backward Compatibility:
* Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)]
* Bug Fixes:
* Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)]
* Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)]
* Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)]
* Docs:
* Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)]
* Release:
* Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)]
-------------------------------------------------------------------
Wed Feb 6 17:33:38 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

View File

@ -20,7 +20,7 @@
%{!?license: %global license %doc}
%bcond_without test
Name: python-distro
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Linux Distribution - a Linux OS platform information API
License: Apache-2.0
@ -61,7 +61,7 @@ LANG=en_US.utf8 %python_exec setup.py pytest
%endif
%files %{python_files}
%doc CHANGELOG.md README.md README.rst
%doc CHANGELOG.md README.md
%python3_only %{_bindir}/distro
%{python_sitelib}/*
%%license LICENSE