!2 License compliance rectification

From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-05-16 09:08:18 +00:00 committed by Gitee
commit 5336255890
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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