From d5ac3947409f12b246ae4b7b377ea032428a1f84 Mon Sep 17 00:00:00 2001 From: penelope Date: Tue, 10 May 2022 19:13:43 +0800 Subject: [PATCH] License compliance rectification --- python-hyperlink.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-hyperlink.spec b/python-hyperlink.spec index 430c906..5332f2c 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -2,9 +2,9 @@ Name: python-hyperlink Version: 18.0.0 -Release: 11 +Release: 12 Summary: A pure-Python implementation of immutable URLs -License: MIT and BSD and OFL +License: MIT URL: https://github.com/python-hyper/hyperlink Source0: https://github.com/python-hyper/hyperlink/archive/v%{version}.tar.gz BuildArch: noarch @@ -73,6 +73,9 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js %endif %changelog +* Tue May 10 2022 yangping - 18.0.0-12 +- License compliance rectification + * Fri Apr 01 2022 xigaoxinyan - 18.0.0-11 - Drop docs package: sphinx Update make docs build error and Fix build error caused by py3.10+ wildcard