From 7b8a4be95ac3e23d56a78343b2b219b52e80e8d2d60b4b7da48dd14092af5acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 23 Nov 2017 14:33:01 +0000 Subject: [PATCH] Accepting request 544620 from home:kwk:branches:devel:languages:python - Update to 6.0.0 * compatibility with Elasticsearch 6.0.0 OBS-URL: https://build.opensuse.org/request/show/544620 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=8 --- elasticsearch-5.4.0.tar.gz | 3 --- elasticsearch-py-6.0.0.tar.gz | 3 +++ python-elasticsearch.changes | 6 ++++++ python-elasticsearch.spec | 10 ++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 elasticsearch-5.4.0.tar.gz create mode 100644 elasticsearch-py-6.0.0.tar.gz diff --git a/elasticsearch-5.4.0.tar.gz b/elasticsearch-5.4.0.tar.gz deleted file mode 100644 index 163b2a1..0000000 --- a/elasticsearch-5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e754c688e20fe73160fb6f7f5b63f2a71c78788dc9e6908950681d3a39b56e85 -size 64429 diff --git a/elasticsearch-py-6.0.0.tar.gz b/elasticsearch-py-6.0.0.tar.gz new file mode 100644 index 0000000..6986416 --- /dev/null +++ b/elasticsearch-py-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5409d1e7b12190e852f6e8c9190ab00b015ebc951a152a65fe6a5ebefc76cc14 +size 83197 diff --git a/python-elasticsearch.changes b/python-elasticsearch.changes index 9dfef35..6fb11d2 100644 --- a/python-elasticsearch.changes +++ b/python-elasticsearch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 23 13:27:11 UTC 2017 - kkaempf@suse.com + +- Update to 6.0.0 + * compatibility with Elasticsearch 6.0.0 + ------------------------------------------------------------------- Thu Oct 19 00:43:55 UTC 2017 - toddrme2178@gmail.com diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index 79ea8b4..abaed35 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -16,17 +16,19 @@ # +%define repo elasticsearch-py + %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Test files not included in source archive %bcond_with test Name: python-elasticsearch -Version: 5.4.0 +Version: 6.0.0 Release: 0 Summary: Python client for Elasticsearch License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/elastic/elasticsearch-py -Source: https://files.pythonhosted.org/packages/source/e/elasticsearch/elasticsearch-%{version}.tar.gz +Url: https://github.com/elastic/%{repo} +Source: https://files.pythonhosted.org/packages/source/e/elasticsearch/%{repo}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -51,7 +53,7 @@ ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. %prep -%setup -q -n elasticsearch-%{version} +%setup -q -n %{repo}-%{version} %build %python_build