diff --git a/pymongo-4.3.3.tar.gz b/pymongo-4.3.3.tar.gz deleted file mode 100644 index 0a15e30014bd44e28a3a71faf0d850c44a2129a1..0000000000000000000000000000000000000000 Binary files a/pymongo-4.3.3.tar.gz and /dev/null differ diff --git a/pymongo-4.6.2.tar.gz b/pymongo-4.6.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..630ef4ef33175634a1156d2168489b5472385efc Binary files /dev/null and b/pymongo-4.6.2.tar.gz differ diff --git a/python-pymongo.spec b/python-pymongo.spec index 13acbf1c8be2e3f562b4a93f5334ae9c908d2118..8ee9bd3ae8e1af7a6092bbe6ed42529161c453b7 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,14 +1,15 @@ Name: python-pymongo -Version: 4.3.3 +Version: 4.6.2 Release: 1 License: Apache License 2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver Source0: %{pypi_source pymongo} -# Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch BuildRequires: python3-devel python3-setuptools BuildRequires: python3-sphinx gcc python3-pip python3-dns +BuildRequires: python3-pyOpenSSL python3-pytest python3-service-identity +BuildRequires: python3-tox %global _description \ The PyMongo distribution contains tools for interacting with \ @@ -51,7 +52,6 @@ The PyMongo distribution contains tools for interacting with MongoDB database fr %prep %autosetup -n pymongo-%{version} -p1 -# rm pymongo/ssl_match_hostname.py %build %py3_build @@ -83,6 +83,9 @@ python3 setup.py test %{_docdir}/python3-pymongo %changelog +* Wed Mar 06 2024 xu_ping <707078654@qq.com> - 4.6.2-1 +- upgrade to 4.6.2 + * Thu May 18 2023 chenchen - 4.3.3-1 - upgrade to 4.3.3