diff --git a/python-tomli.changes b/python-tomli.changes index 7a1b59c..aa3fc4e 100644 --- a/python-tomli.changes +++ b/python-tomli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 12 14:30:46 UTC 2024 - Matej Cepl + +- Make testing more verbose + ------------------------------------------------------------------- Fri Apr 21 12:37:32 UTC 2023 - Dirk Müller diff --git a/python-tomli.spec b/python-tomli.spec index 5a236e6..f2af05f 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,7 +1,7 @@ # # spec file for package python-tomli # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-tomli Version: 2.0.1 @@ -58,12 +56,12 @@ export PYTHONPATH=$PWD/src %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest +%pyunittest -v %files %{python_files} %license LICENSE %doc README.md %{python_sitelib}/tomli -%{python_sitelib}/tomli-%{version}*-info +%{python_sitelib}/tomli-%{version}.dist-info %changelog