License compliance rectification

This commit is contained in:
wu-leilei 2022-05-10 17:01:50 +08:00
parent 8065cbcd5c
commit 6ce1a0a946

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: python-anyjson
Version: 0.3.3
Release: 2
Release: 3
Summary: Wraps the best available JSON implementation available in a common interface
License: BSD
License: BSD-3-Clause
URL: http://bitbucket.org/runeh/anyjson/
Source0: https://files.pythonhosted.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz
Patch01: fix-do-not-use-2to3.patch
@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 0.3.3-3
- License compliance rectification
* Wed Feb 09 2022 wulei <wulei80@huawei.com>
- Fix in anyjson setup command use_2to3 is invalid