diff --git a/nine-1.0.0.tar.gz b/nine-1.0.0.tar.gz deleted file mode 100644 index 2c4b6fc..0000000 --- a/nine-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3064fbeb512e756a415606a1399f49c22de867d5ac7e2b6c91c35e757d3af42d -size 8795 diff --git a/nine-1.1.0.tar.gz b/nine-1.1.0.tar.gz new file mode 100644 index 0000000..475e7f9 --- /dev/null +++ b/nine-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a96b6326341637d25ca9c257c1d2af4033c957946438d9d37bf6eb798d3bbe +size 9772 diff --git a/python-nine.changes b/python-nine.changes index 2185485..f02eea0 100644 --- a/python-nine.changes +++ b/python-nine.changes @@ -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 diff --git a/python-nine.spec b/python-nine.spec index 99e1ed4..a194e18 100644 --- a/python-nine.spec +++ b/python-nine.spec @@ -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