From 7a00e4576c4b99198f404bb0ee14aef03fb79000 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 15:14:14 +0800 Subject: [PATCH] License compliance rectification --- python-pymongo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 99f8b56..13aa742 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,7 +1,7 @@ Name: python-pymongo Version: 3.11.3 -Release: 1 -License: Apache License 2.0 +Release: 2 +License: Apache-2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver Source0: https://files.pythonhosted.org/packages/72/82/e7196f2f69318dd206db26db68fcfa0ff821d88fbca6d0f0c7b678ba0353/pymongo-3.11.3.tar.gz @@ -85,6 +85,9 @@ python3 setup.py test %{_pkgdocdir} %changelog +* Wed May 18 2022 liukuo - 3.11.3-2 +- License compliance rectification + * Fri Aug 06 2021 OpenStack_SIG - 3.11.3-1 - Update version to 3.11.3 -- Gitee