- 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
This commit is contained in:
Sebastian Wagner 2017-12-24 19:11:57 +00:00 committed by Git OBS Bridge
parent 62130eee69
commit 68b37857fa
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:722054925f339a39ca411a8c7079f390a41d42c422697bedf228f1a9c46ac1ee
size 45669

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

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

View File

@ -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

View File

@ -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}