From ae392f127d998817d691ece1cbf63edd8a82ed80 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Wed, 20 Jul 2022 02:32:00 +0000 Subject: [PATCH] License compliance rectification --- python-randomize.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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