diff --git a/python-futures.spec b/python-futures.spec index 72628d6139d78487426d20bdb75d0326a63ef034..8a6ce19b72f004fe54a241e3a5e57372a84762c6 100644 --- a/python-futures.spec +++ b/python-futures.spec @@ -1,8 +1,8 @@ Name: python-futures Version: 3.1.1 -Release: 5 +Release: 6 Summary: Backport of the concurrent.futures standard library module to Python 3.2 -License: Python +License: PSF-2.0 URL: https://github.com/agronholm/pythonfutures Source0: https://files.pythonhosted.org/packages/source/f/futures/futures-%{version}.tar.gz BuildRequires: python2-devel @@ -39,5 +39,8 @@ The concurrent.futures module provides a high-level interface for asynchronously %{python2_sitelib}/futures-*.egg-info* %changelog +* Wed Jun 21 2023 liukuo - 3.1.1-6 +- License compliance rectification + * Mon Oct 14 2019 Lijin Yang - 3.1.1-5 - Package init