14
0
forked from pool/python-pysolr

Accepting request 824522 from home:mcalabkova:branches:devel:languages:python

- Update to 3.9.0
  * Improved SolrCloud support
  * Support for Solr.ping
  * Dropped support for Python 3.4
  * Added JSON interface which can be significantly faster

OBS-URL: https://build.opensuse.org/request/show/824522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysolr?expand=0&rev=3
This commit is contained in:
2020-08-05 15:59:47 +00:00
committed by Git OBS Bridge
parent 0deb93ddf6
commit b48ef8bc49
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pysolr
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pysolr
Version: 3.8.1
Version: 3.9.0
Release: 0
Summary: Lightweight python wrapper for Apache Solr
License: BSD-3-Clause
@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests >= 2.9.1
Suggests: python-kazoo >= 2.2
Suggests: python-kazoo >= 2.5.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module mock}