diff --git a/elasticsearch-7.17.4.tar.gz b/elasticsearch-7.17.4.tar.gz new file mode 100644 index 0000000..242013c Binary files /dev/null and b/elasticsearch-7.17.4.tar.gz differ diff --git a/elasticsearch7-7.17.4.tar.gz b/elasticsearch7-7.17.4.tar.gz deleted file mode 100644 index 787af72..0000000 Binary files a/elasticsearch7-7.17.4.tar.gz and /dev/null differ diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index 8f6bf64..2114739 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-elasticsearch Version: 7.17.4 -Release: 1 +Release: 2 Summary: Python client for Elasticsearch License: Apache-2.0 URL: https://github.com/elastic/elasticsearch-py -Source0: https://files.pythonhosted.org/packages/65/6e/7d949d1801ae0ff84de0ed0ef3473bd061d0f26647282d632f2e65a05364/elasticsearch7-7.17.4.tar.gz +Source0: https://files.pythonhosted.org/packages/36/12/0ff77e1fae18b294eccd98b6045a4ce975b2ad7d5b3a038c0588fb8bff09/elasticsearch-7.17.4.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -49,7 +49,7 @@ ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. %prep -%autosetup -n elasticsearch7-%{version} +%autosetup -n elasticsearch-%{version} %build %py3_build @@ -89,6 +89,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 21 2022 xigaoxinyan - 7.17.4-2 +- change elasticsearch7 to elasticsearch + * Wed Jul 13 2022 wangqiang - 7.17.4-1 - Type: update - ID: NA