diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index 2c946bd..eaf609b 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-sortedcontainers Version: 2.4.0 -Release: 2 +Release: 3 Summary: Sorted Containers -- Sorted List, Sorted Dict, Sorted Set -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/grantjenks/python-sortedcontainers Source0: https://github.com/grantjenks/python-sortedcontainers/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch @@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed May 18 2022 liukuo - 2.4.0-3 +- License compliance rectification + * Sat Oct 09 2021 lingsheng - 2.4.0-2 - delete pycache directory when uninstalling