From 68b37857faf58c8d0e2fd947f7992b5a019760c5dc04124d3aecbd8b092f9cab Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 24 Dec 2017 19:11:57 +0000 Subject: [PATCH] - update to version 1.2.0: * Explicitly set Python versions for flake8 tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=5 --- distro-1.1.0.tar.gz | 3 --- distro-1.2.0.tar.gz | 3 +++ python-distro.changes | 6 ++++++ python-distro.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 distro-1.1.0.tar.gz create mode 100644 distro-1.2.0.tar.gz diff --git a/distro-1.1.0.tar.gz b/distro-1.1.0.tar.gz deleted file mode 100644 index 1dba572..0000000 --- a/distro-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:722054925f339a39ca411a8c7079f390a41d42c422697bedf228f1a9c46ac1ee -size 45669 diff --git a/distro-1.2.0.tar.gz b/distro-1.2.0.tar.gz new file mode 100644 index 0000000..d330649 --- /dev/null +++ b/distro-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94370e43b676ac44fbe1ab68ca903a6147eaba3a9e8eff85b2c05556a455b76 +size 45893 diff --git a/python-distro.changes b/python-distro.changes index 6431fc0..ada1001 100644 --- a/python-distro.changes +++ b/python-distro.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 24 19:11:15 UTC 2017 - sebix+novell.com@sebix.at + +- update to version 1.2.0: + * Explicitly set Python versions for flake8 tests. + ------------------------------------------------------------------- Fri Dec 1 17:14:55 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-distro.spec b/python-distro.spec index b9fd75a..b31ab46 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -13,22 +13,23 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{!?license: %global license %doc} %bcond_without test Name: python-distro -Version: 1.1.0 +Version: 1.2.0 Release: 0 -License: Apache-2.0 Summary: Linux Distribution - a Linux OS platform information API -Url: https://github.com/nir0s/distro +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/nir0s/distro Source: https://files.pythonhosted.org/packages/source/d/distro/distro-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test %if %{with test} BuildRequires: %{python_module pytest}