License compliance rectification

This commit is contained in:
penelope 2022-05-11 14:57:57 +08:00
parent c9f4475fb8
commit fdf8cff332

View File

@ -2,10 +2,10 @@
Name: python-%{pypi_name}
Version: 2.0.1
Release: 1
Release: 2
Summary: Basic/extra mitigation against the BREACH attack for Django projects
License: BSD
License: BSD-2-Clause
URL: http://github.com/lpomfrey/django-debreach
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
@ -52,5 +52,8 @@ PYTHONPATH=. %{__python3} setup.py test
%{python3_sitelib}/django_debreach-%{version}-py%{python3_version}.egg-info
%changelog
* Wed May 11 2022 yangping <yangping69@h-partners> - 2.0.1-2
- License compliance rectification
* Wed Jan 29 2021 liusheng <liusheng2048@gmail.com> - 2.0.1-1
- Init package for python-django-debreach