diff --git a/pymongo-3.11.3.tar.gz b/pymongo-3.11.3.tar.gz deleted file mode 100644 index 6ede811fa868e8bc714ad90774c98654c3e066f9..0000000000000000000000000000000000000000 Binary files a/pymongo-3.11.3.tar.gz and /dev/null differ diff --git a/pymongo-4.2.0.tar.gz b/pymongo-4.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62ffd29534c228174dea679b2c391f17325e594d Binary files /dev/null and b/pymongo-4.2.0.tar.gz differ diff --git a/python-pymongo.spec b/python-pymongo.spec index 99f8b5675d58c76f0732733b3f0a21b390487656..fc02170be16b3ae199e025f3ded2c53d3320558f 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,11 +1,10 @@ Name: python-pymongo -Version: 3.11.3 +Version: 4.2.0 Release: 1 License: Apache License 2.0 Summary: PyMongo - the Python driver for MongoDB URL: https://github.com/mongodb/mongo-python-driver -Source0: https://files.pythonhosted.org/packages/72/82/e7196f2f69318dd206db26db68fcfa0ff821d88fbca6d0f0c7b678ba0353/pymongo-3.11.3.tar.gz -Patch01: 0001-Use-ssl.match_hostname-from-the-Python-stdlib.patch +Source0: https://files.pythonhosted.org/packages/16/5c/def5ee5112e834ce41a86feb37d076b586e51f5ff7acce072073fc616147/pymongo-4.2.0.tar.gz BuildRequires: python3-devel python3-setuptools BuildRequires: python3-sphinx gcc @@ -50,8 +49,7 @@ The PyMongo distribution contains tools for interacting with MongoDB database fr %prep -%autosetup -n pymongo-3.11.3 -p1 -rm pymongo/ssl_match_hostname.py +%autosetup -n pymongo-4.2.0 -p1 %build %py3_build @@ -85,6 +83,9 @@ python3 setup.py test %{_pkgdocdir} %changelog +* Mon Apr 08 2024 wangjing - 4.2.0-1 +- update package of version 4.2.0 + * Fri Aug 06 2021 OpenStack_SIG - 3.11.3-1 - Update version to 3.11.3