From b16f61131069c42da6b643e01b242700a6689123 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 1 Jun 2021 14:45:19 +0800 Subject: [PATCH] Completing build dependencies --- python-pymongo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index e042c2a..e3b50e0 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,6 +1,6 @@ Name: python-pymongo Version: 3.9.0 -Release: 4 +Release: 5 License: Apache License 2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver @@ -8,7 +8,7 @@ Source0: https://github.com/mongodb/mongo-python-driver/archive/%{version Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch BuildRequires: python3-devel python3-setuptools -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx gcc %global _description \ The PyMongo distribution contains tools for interacting with \ @@ -87,6 +87,9 @@ python3 setup.py test %{_pkgdocdir} %changelog +* Mon May 31 2021 huanghaitao - 3.9.0-5 +- Completing build dependencies + * Wed Oct 21 2020 chengzihan - 3.9.0-4 - Remove subpackage python2-bson, python2-pymongo, python2-pymongo-gridfs