15
0

Accepting request 544888 from devel:languages:python

- fix Source url, use pypi package  

- Update to 6.0.0
  * compatibility with Elasticsearch 6.0.0

OBS-URL: https://build.opensuse.org/request/show/544888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elasticsearch?expand=0&rev=3
This commit is contained in:
2017-11-24 09:55:35 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fd6fe01d5f992666674f6089ff2ec4917ec64ed7dcd7e109cdf95f406303809
size 67198

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 23 15:32:45 UTC 2017 - mimi.vx@gmail.com
- fix Source url, use pypi package
-------------------------------------------------------------------
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

View File

@@ -20,7 +20,7 @@
# 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
@@ -52,6 +52,7 @@ to be opinion-free and very extendable.
%prep
%setup -q -n elasticsearch-%{version}
rm README.rst
%build
%python_build
@@ -66,8 +67,8 @@ to be opinion-free and very extendable.
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS Changelog.rst LICENSE README README.rst
%license LICENSE
%doc AUTHORS Changelog.rst README
%{python_sitelib}/*
%changelog