diff --git a/python-accessible-pygments.changes b/python-accessible-pygments.changes index 1852cc9..82efcf8 100644 --- a/python-accessible-pygments.changes +++ b/python-accessible-pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 10 12:08:57 UTC 2023 - Daniel Garcia + +- Fix license in spec file + ------------------------------------------------------------------- Thu Mar 9 17:54:05 UTC 2023 - Daniel Garcia diff --git a/python-accessible-pygments.spec b/python-accessible-pygments.spec index f410167..5d4bb9c 100644 --- a/python-accessible-pygments.spec +++ b/python-accessible-pygments.spec @@ -21,11 +21,11 @@ Name: python-accessible-pygments Version: 0.0.3 Release: 0 Summary: A collection of accessible pygments styles -License: BSD (FIXME:No SPDX) +License: BSD-3-Clause URL: https://github.com/Quansight-Labs/accessible-pygments Source: https://files.pythonhosted.org/packages/source/a/accessible-pygments/accessible-pygments-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pygments >= 1.5} # /SECTION