diff --git a/mongo-python-driver-3.9.0.tar.gz b/3.9.0.tar.gz similarity index 100% rename from mongo-python-driver-3.9.0.tar.gz rename to 3.9.0.tar.gz diff --git a/python-pymongo.spec b/python-pymongo.spec index 581ec6c..cfd23ea 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,10 +1,10 @@ Name: python-pymongo Version: 3.9.0 -Release: 3 +Release: 4 License: Apache License 2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver -Source0: %{URL}/archive/mongo-python-driver-%{version}.tar.gz +Source0: https://github.com/mongodb/mongo-python-driver/archive/%{version}.tar.gz Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch BuildRequires: python2-devel python3-devel @@ -156,6 +156,9 @@ popd %{_pkgdocdir} %changelog +* Thu Sep 17 2020 liuweibo - 3.9.0-4 +- Fix Source0 + * Fri Aug 21 2020 shixuantong - 3.9.0-3 - add release version for rebuild