diff --git a/elasticsearch-7.17.4.tar.gz b/elasticsearch-7.17.4.tar.gz deleted file mode 100644 index 242013c95264a0a2c5783bbcccfbdac19fbb677e..0000000000000000000000000000000000000000 Binary files a/elasticsearch-7.17.4.tar.gz and /dev/null differ diff --git a/elasticsearch-7.17.9.tar.gz b/elasticsearch-7.17.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5d7b1f323bb7d246c7ef71ed5210cd061fcbae53 Binary files /dev/null and b/elasticsearch-7.17.9.tar.gz differ diff --git a/python-elasticsearch.spec b/python-elasticsearch.spec index 21147396671ebba54cf09da73d191acf667b0f0c..63fb8e3b15cefb055030d58536dc7bcc718f2ff6 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: 2 +Version: 7.17.9 +Release: 1 Summary: Python client for Elasticsearch License: Apache-2.0 URL: https://github.com/elastic/elasticsearch-py -Source0: https://files.pythonhosted.org/packages/36/12/0ff77e1fae18b294eccd98b6045a4ce975b2ad7d5b3a038c0588fb8bff09/elasticsearch-7.17.4.tar.gz +Source0: https://files.pythonhosted.org/packages/36/12/0ff77e1fae18b294eccd98b6045a4ce975b2ad7d5b3a038c0588fb8bff09/elasticsearch-%{version}.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -89,6 +89,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 29 2024 wangqiang - 7.17.9-1 +- Update package to version 7.17.9 +- non-root user to build artifacts inside the container +- Update assemble task - SNAPSHOT +- Backport aiohttp conditional HEAD bug workaround + * Thu Jul 21 2022 xigaoxinyan - 7.17.4-2 - change elasticsearch7 to elasticsearch