From 1632068389b60c2017484dc241615bb9053d9547 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 16:10:24 +0800 Subject: [PATCH] License compliance rectification --- python-httpx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httpx.spec b/python-httpx.spec index 6624dd8..86cf209 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -2,10 +2,10 @@ Name: python-%{src_name} Version: 0.18.2 -Release: 1 +Release: 2 Summary: Python HTTP client -License: BSD +License: BSD-3-Clause URL: https://github.com/encode/httpx Source0: https://github.com/encode/httpx/archive/refs/tags/0.18.2.tar.gz BuildArch: noarch @@ -42,5 +42,8 @@ rm -rf %{src_name}.egg-info %{python3_sitelib}/%{src_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Tue May 10 2022 xigaoxinyan - 0.18.2-2 +- License compliance rectification + * Mon Jul 19 2021 yinyongkang - 0.18.2-1 - Init Package -- Gitee