diff --git a/python-randomize.spec b/python-randomize.spec index 6cfe552..f2128f3 100644 --- a/python-randomize.spec +++ b/python-randomize.spec @@ -3,9 +3,9 @@ Name: python-randomize Version: 0.14 -Release: 1 +Release: 2 Summary: A plugin to allow nose to run tests in a random order -License: GNU LGPL +License: LGPL-2.0-or-later URL: https://github.com/nloadholtes/nose-randomize Source0: https://files.pythonhosted.org/packages/f3/48/e8b8c42240994d21db41eaf5a7a0b96b8fe672d8a8da877bf3cfdb561bd1/%{pypi_name}-%{version}.tar.gz BuildArch: noarch @@ -34,5 +34,8 @@ python3 package for randomize %{python3_sitelib}/* %changelog +* Wed Jul 20 2022 Chenyx - 0.14-2 +- License compliance rectification + * Thu Aug 26 2021 orange-snn - 0.14-1 - Package init