15
0
forked from pool/python-nine

Accepting request 789771 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/789771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nine?expand=0&rev=3
This commit is contained in:
2020-03-31 15:14:00 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 9 deletions

View File

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

3
nine-1.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 30 11:26:40 UTC 2020 - pgajdos@suse.com
- version update to 1.1.0
* no upstream changelog found
-------------------------------------------------------------------
Tue Dec 4 12:50:46 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-nine
#
# Copyright (c) 2018 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
@@ -17,15 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-nine
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Python 2 / 3 compatibility, like six, but favouring Python 3
License: SUSE-Public-Domain
Group: Development/Languages/Python
URL: https://github.com/nandoflorestan/nine
Source: https://files.pythonhosted.org/packages/source/n/nine/nine-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -46,10 +46,8 @@ idioms work in python2.
%install
%python_install
%if %{with test}
%check
%python_exec setup.py test
%endif
%pytest
%files %{python_files}
%license LICENSE.rst