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.3.tar.gz b/pymongo-4.6.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..82d3bf85d16e7e73215fccfd351086ee7ee7b47d Binary files /dev/null and b/pymongo-4.6.3.tar.gz differ diff --git a/python-pymongo.spec b/python-pymongo.spec index 13acbf1c8be2e3f562b4a93f5334ae9c908d2118..86a5063ea1a6204f6758283083b477f1fab517bd 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,14 +1,15 @@ Name: python-pymongo -Version: 4.3.3 +Version: 4.6.3 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-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 @@ -61,9 +61,9 @@ The PyMongo distribution contains tools for interacting with MongoDB database fr chmod 755 %{buildroot}%{python3_sitearch}/bson/*.so chmod 755 %{buildroot}%{python3_sitearch}/pymongo/*.so - + %check -python3 setup.py test +tox -e test %files -n python3-bson %license LICENSE @@ -83,6 +83,9 @@ python3 setup.py test %{_docdir}/python3-pymongo %changelog +* Sun Apr 07 2024 liweigang - 4.6.3-1 +- update to version 4.6.3 + * Thu May 18 2023 chenchen - 4.3.3-1 - upgrade to 4.3.3