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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88ecb176627db6bcf9aeb94a3570bfa0363cb68be4b2a6d89a957d4a87c0a81b
size 46775

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ef05feb87c614894243eddc62e9b0a6134a889c159ae868655cf6cd749545e6
size 55817

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 5 15:21:54 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 2 10:47:16 UTC 2019 - pgajdos@suse.com Mon Dec 2 10:47:16 UTC 2019 - pgajdos@suse.com

View File

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