15
0
forked from pool/python-distro

- Update to 1.5.0:

* Backward Compatibility:
    + Keep output as native string so we can compatible with python2 interface
  * Bug Fixes:
    + Fix detection of RHEL 6 ComputeNode [#255]
    + Fix Oracle 4/5 lsb_release id and names [#250]
    + Ignore /etc/plesk-release file while parsing distribution

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=19
This commit is contained in:
2020-04-02 04:21:03 +00:00
committed by Git OBS Bridge
parent 05d917170d
commit 4d1aada789
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 2 04:18:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.0:
* Backward Compatibility:
+ Keep output as native string so we can compatible with python2 interface
* Bug Fixes:
+ Fix detection of RHEL 6 ComputeNode [#255]
+ Fix Oracle 4/5 lsb_release id and names [#250]
+ Ignore /etc/plesk-release file while parsing distribution
-------------------------------------------------------------------
Sun Feb 10 13:29:22 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>