From 4d1aada7890d54a92bbb366da863b09348709695682963deaba64dd893aa01d7 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 2 Apr 2020 04:21:03 +0000 Subject: [PATCH] - 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 --- distro-1.4.0.tar.gz | 3 --- distro-1.5.0.tar.gz | 3 +++ python-distro.changes | 11 +++++++++++ python-distro.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 distro-1.4.0.tar.gz create mode 100644 distro-1.5.0.tar.gz diff --git a/distro-1.4.0.tar.gz b/distro-1.4.0.tar.gz deleted file mode 100644 index acc90fb..0000000 --- a/distro-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57 -size 53719 diff --git a/distro-1.5.0.tar.gz b/distro-1.5.0.tar.gz new file mode 100644 index 0000000..eba1fff --- /dev/null +++ b/distro-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92 +size 54340 diff --git a/python-distro.changes b/python-distro.changes index b3f29db..26f69ec 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 2 04:18:04 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-distro.spec b/python-distro.spec index eaf62b9..5960ead 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -1,7 +1,7 @@ # # spec file for package python-distro # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{!?license: %global license %doc} %bcond_without test Name: python-distro -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Linux Distribution - a Linux OS platform information API License: Apache-2.0