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/elasticsearch7-7.17.7.tar.gz b/elasticsearch7-7.17.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c8a71256f1eef830c135471421b107780b0fa0f9 Binary files /dev/null and b/elasticsearch7-7.17.7.tar.gz differ diff --git a/python-elasticsearch.spec b/python-elasticsearch7.spec similarity index 73% rename from python-elasticsearch.spec rename to python-elasticsearch7.spec index 21147396671ebba54cf09da73d191acf667b0f0c..2126c22abc42b494c6c9822a647fc6406bfd948b 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch7.spec @@ -1,24 +1,16 @@ %global _empty_manifest_terminate_build 0 -Name: python-elasticsearch -Version: 7.17.4 -Release: 2 +Name: python-elasticsearch7 +Version: 7.17.7 +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/5a/47/bba4d7a29da86979325b61129bf0dbdbce20986ac88b3f8305633bd928d1/elasticsearch7-7.17.7.tar.gz BuildArch: noarch Requires: python3-urllib3 Requires: python3-certifi Requires: python3-aiohttp -Requires: python3-requests -Requires: python3-coverage -Requires: python3-mock -Requires: python3-pyyaml -Requires: python3-pytest -Requires: python3-pytest-cov -Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme Requires: python3-black Requires: python3-jinja2 Requires: python3-sphinx @@ -30,26 +22,34 @@ Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. -%package -n python3-elasticsearch +%package -n python3-elasticsearch7 Summary: Python client for Elasticsearch -Provides: python-elasticsearch +Provides: python-elasticsearch7 = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-elasticsearch +BuildRequires: python3-requests +BuildRequires: python3-coverage +BuildRequires: python3-mock +BuildRequires: python3-pyyaml +BuildRequires: python3-pytest +BuildRequires: python3-pytest-cov +BuildRequires: python3-sphinx +BuildRequires: python3-sphinx-rtd-theme +%description -n python3-elasticsearch7 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. %package help -Summary: Development documents and examples for elasticsearch -Provides: python3-elasticsearch-doc +Summary: Development documents and examples for elasticsearch7 +Provides: python3-elasticsearch7-doc %description help Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. %prep -%autosetup -n elasticsearch-%{version} +%autosetup -n elasticsearch7-%{version} %build %py3_build @@ -82,16 +82,19 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-elasticsearch -f filelist.lst +%files -n python3-elasticsearch7 -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Nov 22 2022 liqiuyu - 7.17.7-1 +- Update package to version 7.17.7 + * 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