14
0

- Update to 3.9.0:

* Update to sync with mongodb 4.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=68
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:57:15 +00:00
committed by Git OBS Bridge
parent 6c760fa6b6
commit bfe3537a6a
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d50c99c6388863cbfdc5db9bad62e3a7c2e5fc151554a07c7f3c2530334a34f
size 649945

3
pymongo-3.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4249c6ba45587b959292a727532826c5032d59171f923f7f823788f413c2a5a3
size 701117

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 11:53:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.9.0:
* Update to sync with mongodb 4.2
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 27 09:15:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon May 27 09:15:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymongo Name: python-pymongo
Version: 3.8.0 Version: 3.9.0
Release: 0 Release: 0
Summary: Python driver for MongoDB Summary: Python driver for MongoDB
License: Apache-2.0 License: Apache-2.0
@@ -31,7 +31,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 %if 0%{?suse_version} || 0%{?fedora_version} >= 24
Suggests: mongodb Suggests: mongodb
%endif %endif
%python_subpackages %python_subpackages