From fdf8cff332fa95f617b1c3f58e684eb0a08188ab Mon Sep 17 00:00:00 2001 From: penelope Date: Wed, 11 May 2022 14:57:57 +0800 Subject: [PATCH] License compliance rectification --- python-django-debreach.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-django-debreach.spec b/python-django-debreach.spec index 1385aa6..425205a 100644 --- a/python-django-debreach.spec +++ b/python-django-debreach.spec @@ -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 - 2.0.1-2 +- License compliance rectification + * Wed Jan 29 2021 liusheng - 2.0.1-1 - Init package for python-django-debreach -- Gitee