From 05d917170d422fb0646e92b61167c6fb9222afc5ad3af38e5ceeac89edcd7e1c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 10 Feb 2019 13:34:54 +0000 Subject: [PATCH] - 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 --- distro-1.3.0.tar.gz | 3 --- distro-1.4.0.tar.gz | 3 +++ python-distro.changes | 15 +++++++++++++++ python-distro.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 distro-1.3.0.tar.gz create mode 100644 distro-1.4.0.tar.gz diff --git a/distro-1.3.0.tar.gz b/distro-1.3.0.tar.gz deleted file mode 100644 index f6b6f6a..0000000 --- a/distro-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:224041cef9600e72d19ae41ba006e71c05c4dc802516da715d7fda55ba3d8742 -size 48067 diff --git a/distro-1.4.0.tar.gz b/distro-1.4.0.tar.gz new file mode 100644 index 0000000..acc90fb --- /dev/null +++ b/distro-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57 +size 53719 diff --git a/python-distro.changes b/python-distro.changes index 09ddc91..b3f29db 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 10 13:29:22 UTC 2019 - Sebastian Wagner + +- 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 diff --git a/python-distro.spec b/python-distro.spec index 7991445..eaf62b9 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -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