diff --git a/python-whichcraft.changes b/python-whichcraft.changes index 0a5dfcd..0b6ae28 100644 --- a/python-whichcraft.changes +++ b/python-whichcraft.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 29 11:29:07 UTC 2019 - pgajdos@suse.com + +- version update to 0.5.2 + * Use black for code formatting + * Add 3.7 support thanks to @rooterkyberian + ------------------------------------------------------------------- Tue Dec 4 12:56:02 UTC 2018 - Matej Cepl diff --git a/python-whichcraft.spec b/python-whichcraft.spec index 9c6bb34..784aa85 100644 --- a/python-whichcraft.spec +++ b/python-whichcraft.spec @@ -1,7 +1,7 @@ # # spec file for package python-whichcraft # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-whichcraft -Version: 0.4.1 +Version: 0.5.2 Release: 0 Summary: Cross-python shutil.which functionality License: BSD-3-Clause @@ -30,9 +29,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%if %{with test} +# SECTION test requirements BuildRequires: %{python_module pytest} -%endif +# /SECTION %python_subpackages %description @@ -51,10 +50,8 @@ Python 3 code that was extracted from source. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check -%python_exec test_whichcraft.py -%endif +%pytest %files %{python_files} %license LICENSE diff --git a/whichcraft-0.4.1.tar.gz b/whichcraft-0.4.1.tar.gz deleted file mode 100644 index fd32c7b..0000000 --- a/whichcraft-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e0d51c9387cb7e9f28b7edb549e6a03da758f7784f991eb4397d7f7808c57fd -size 6222 diff --git a/whichcraft-0.5.2.tar.gz b/whichcraft-0.5.2.tar.gz new file mode 100644 index 0000000..903e7d3 --- /dev/null +++ b/whichcraft-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecddd531f237ffc5db8b215409afb18fa30300699064cca4817521b4fc81815 +size 6480