diff --git a/python-pymongo.spec b/python-pymongo.spec index 825e4d8..30236ce 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,6 +1,6 @@ Name: python-pymongo Version: 3.9.0 -Release: 1 +Release: 2 License: Apache License 2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver @@ -9,7 +9,7 @@ Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch BuildRequires: python2-devel python3-devel BuildRequires: python2-setuptools python3-setuptools -BuildRequires: python2-sphinx +BuildRequires: python3-sphinx %global _description \ The PyMongo distribution contains tools for interacting with \ @@ -156,5 +156,8 @@ popd %{_pkgdocdir} %changelog +* Fri Feb 21 2020 shanshishi - 3.9.0-2 +- Revise build requires of python2-sphinx to python3-sphinx + * Sat Nov 2 2019 shanshishi - 3.9.0-1 - Init package