diff --git a/pysolr-3.8.1.tar.gz b/pysolr-3.8.1.tar.gz deleted file mode 100644 index ce100f8..0000000 --- a/pysolr-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88ecb176627db6bcf9aeb94a3570bfa0363cb68be4b2a6d89a957d4a87c0a81b -size 46775 diff --git a/pysolr-3.9.0.tar.gz b/pysolr-3.9.0.tar.gz new file mode 100644 index 0000000..7664f3c --- /dev/null +++ b/pysolr-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef05feb87c614894243eddc62e9b0a6134a889c159ae868655cf6cd749545e6 +size 55817 diff --git a/python-pysolr.changes b/python-pysolr.changes index ebc8f6c..0e3f26e 100644 --- a/python-pysolr.changes +++ b/python-pysolr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 5 15:21:54 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-pysolr.spec b/python-pysolr.spec index 6eab023..3196c70 100644 --- a/python-pysolr.spec +++ b/python-pysolr.spec @@ -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}