From 4b05b069cec6d9924899c8074efb489d8fce58bfac31a1d6b1133ac2ba8cfe8c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 16 Jul 2018 17:02:31 +0000 Subject: [PATCH] - Upgrade to 3.7.0 Version 3.7 adds support for MongoDB 4.0. More details are available at http://api.mongodb.com/python/3.7.0/changelog.html OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=61 --- pymongo-3.6.0.tar.gz | 3 --- pymongo-3.7.0.tar.gz | 3 +++ python-pymongo.changes | 7 +++++++ python-pymongo.spec | 16 +++++----------- 4 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 pymongo-3.6.0.tar.gz create mode 100644 pymongo-3.7.0.tar.gz diff --git a/pymongo-3.6.0.tar.gz b/pymongo-3.6.0.tar.gz deleted file mode 100644 index ae76468..0000000 --- a/pymongo-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6de26d1e171cdc449745b82f1addbc873d105b8e7335097da991c0fc664a4a8 -size 581292 diff --git a/pymongo-3.7.0.tar.gz b/pymongo-3.7.0.tar.gz new file mode 100644 index 0000000..181e907 --- /dev/null +++ b/pymongo-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3327afb38017ac1de32e4ca3a6c8edb1fe19d6024771609590684d3a37e7c250 +size 626809 diff --git a/python-pymongo.changes b/python-pymongo.changes index 6cc89fd..c7aa6f0 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 16 16:55:52 UTC 2018 - mcepl@suse.com + +- Upgrade to 3.7.0 + Version 3.7 adds support for MongoDB 4.0. More details are available + at http://api.mongodb.com/python/3.7.0/changelog.html + ------------------------------------------------------------------- Wed Mar 7 14:20:01 UTC 2018 - aplanas@suse.com diff --git a/python-pymongo.spec b/python-pymongo.spec index a7678e8..809c87c 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -16,20 +16,16 @@ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Name: python-pymongo -Version: 3.6.0 +Version: 3.7.0 Release: 0 -Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB License: Apache-2.0 Group: Development/Languages/Python +URL: http://github.com/mongodb/mongo-python-driver Source: https://files.pythonhosted.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz # PATCH-FIX-UPSTREAm -- tests_should_pass_without_MongoDB_running.patch -- https://jira.mongodb.org/browse/PYTHON-1216 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -58,14 +54,12 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} -%if %{with tests} %check -%python_exec setup.py test -%endif +%python_exec setup.py test -v %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitearch}/* %changelog