14
0

Accepting request 547681 from Application:ERP:Tryton:4.2

- update to version 3.5.1
  tests_should_pass_without_MongoDB_running.patch removed - not needed anymore

OBS-URL: https://build.opensuse.org/request/show/547681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=49
This commit is contained in:
2017-12-04 08:17:56 +00:00
committed by Git OBS Bridge
parent 68f1e24870
commit df5c713588
5 changed files with 13 additions and 39 deletions

View File

@@ -19,8 +19,9 @@
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymongo
Version: 3.4.0
Version: 3.5.1
Release: 0
Url: http://github.com/mongodb/mongo-python-driver
Summary: Python driver for MongoDB
@@ -28,12 +29,11 @@ License: Apache-2.0
Group: Development/Languages/Python
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
Patch0: tests_should_pass_without_MongoDB_running.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: mongodb
%python_subpackages
@@ -46,7 +46,6 @@ implementation on top of pymongo.
%prep
%setup -q -n pymongo-%{version}
%patch0 -p1
%build
export CFLAGS="%{optflags}"