diff --git a/.python-elasticsearch.metadata b/.python-elasticsearch.metadata new file mode 100644 index 0000000..8d9a747 --- /dev/null +++ b/.python-elasticsearch.metadata @@ -0,0 +1 @@ +c139c3a54dbf16bcae4b9185cc7d6ae0923a7b2a SOURCES/elasticsearch-7.17.4.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-elasticsearch.spec b/SPECS/python-elasticsearch.spec new file mode 100644 index 0000000..ee7ef58 --- /dev/null +++ b/SPECS/python-elasticsearch.spec @@ -0,0 +1,210 @@ +%global tarball_name elasticsearch + +Name: python-elasticsearch +Version: 7.17.4 +Release: 1%{?dist} +Summary: Client for Elasticsearch + +License: ASL 2.0 +URL: https://github.com/elasticsearch/elasticsearch-py +Source0: https://pypi.io/packages/source/e/%{tarball_name}/%{tarball_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%global _description\ +Low level client for Elasticsearch. It's goal is to provide common ground\ +for all Elasticsearch-related code in Python. The client's features include:\ +\ +- Translating basic Python data types to and from json\ +- Configurable automatic discovery of cluster nodes\ +- Persistent connections\ +- Load balancing (with pluggable selection strategy) across all available nodes\ +- Failed connection penalization (time based - failed connections won't be\ + retried until a timeout is reached)\ +- Thread safety\ +- Pluggable architecture + +%description %_description + + +%package -n python3-%{tarball_name} +Summary: Python 3 Client for Elasticsearch +License: ASL 2.0 +Requires: python3-urllib3 + +%description -n python3-%{tarball_name} +Low level client for Elasticsearch. It's goal is to provide common ground +for all Elasticsearch-related code in Python. The client's features include: + +- Translating basic Python data types to and from json +- Configurable automatic discovery of cluster nodes +- Persistent connections +- Load balancing (with pluggable selection strategy) across all available nodes +- Failed connection penalization (time based - failed connections won't be + retried until a timeout is reached) +- Thread safety +- Pluggable architecture + +%prep +%setup -qn %{tarball_name}-%{version} +rm -fr %{tarball_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%check +# * missing requirements for tests: python-pyaml +# * tests are not included in the tarball, we would have to add an extra +# source for them +# * https://github.com/elastic/elasticsearch-py/tree/master/test_elasticsearch +# also notes that "The tests also rely on a checkout of elasticsearch +# repository existing on the same level", and it looks like they also +# require a running elasticsearch server + +%files -n python3-elasticsearch +%{python3_sitelib}/%{tarball_name} +%{python3_sitelib}/%{tarball_name}-%{version}-py%{python3_version}.egg-info +%doc README.rst +%license LICENSE + +%changelog +* Wed Jun 08 2022 Ali Erdinc Koroglu - 7.17.4-1 +- Update to 7.17.4 (rhbz #2066385 + #2072294 and #2094515) + +* Tue Mar 8 2022 Steve Traylen - 7.17.1-1 +- Latest upstream 7.17.1. + +* Mon Jan 24 2022 Steve Traylen - 7.16.3-1 +- Latest upstream 7.16.3. + +* Fri Jan 21 2022 Fedora Release Engineering - 7.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 7.9.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 7.9.1-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 7.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Aug 21 2020 Steve Traylen - 7.9.1-1 +- Latest upstream 7.9.1. + +* Wed Jul 29 2020 Fedora Release Engineering - 7.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 7.5.1-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 7.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 20 2020 Steve Traylen - 7.5.1-1 +- Latest upstream 7.5.1. + +* Wed Nov 13 2019 Steve Traylen - 7.0.5-1 +- Latest upstream 7.0.5. + +* Thu Oct 03 2019 Miro Hrončok - 7.0.0-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 7.0.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 7.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon May 06 2019 Steve Traylen - 7.0.0-1 +- Latest upstream 7.0.0. + +* Sat Feb 02 2019 Fedora Release Engineering - 6.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Nov 20 2018 Steve Traylen - 6.3.1-1 +- Latest upstream 6.3.1. + +* Thu Sep 27 2018 Piotr Popieluch - 2.4.0-9 +- Remove Python2 supbackage + +* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 2.4.0-7 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.4.0-5 +- Python 2 binary package renamed to python2-elasticsearch + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Thu Jul 27 2017 Fedora Release Engineering - 2.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Mar 12 2017 Piotr Popieluch - 2.4.0-3 +- Update python thrift requires + +* Sat Feb 11 2017 Fedora Release Engineering - 2.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Dec 28 2016 Adam Williamson - 2.4.0-1 +- Update to 2.4.0 (needed for latest elastic-curator) +- Document missing tests + +* Mon Dec 19 2016 Miro Hrončok - 2.3.0-4 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 2.3.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Jun 15 2016 Orion Poplawski - 2.3.0-2 +- Drop %%py3dir and use new macros + +* Wed Jun 08 2016 Piotr Popieluch - 2.3.0-1 +- Update to 2.3.0 + +* Wed Jun 08 2016 Piotr Popieluch - 2.0.0-4 +- Readd python-rullib dependency, rpmlint Error needs to be ignored #1344121 + +* Thu Feb 04 2016 Fedora Release Engineering - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Nov 04 2015 Robert Kuska - 2.0.0-2 +- Rebuilt for Python3.5 rebuild + +* Wed Oct 14 2015 Daniel Bruno - 2.0.0-1 +- Elasticsearch 2.0.0 version release + +* Tue Sep 22 2015 Daniel Bruno - 1.7.0-1 +- Upgrade to 1.7.0 + +* Thu Jun 18 2015 Fedora Release Engineering - 1.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu May 14 2015 Piotr Popieluch - 1.4.0-2 +- Add python3 module +- Remove trailing whitespace +- Remove deprecated group tag +- Move license from %%doc to %%license +- Remove deprecated rm -rf buildroot +- fix rpmlint Error: explicit-lib-dependency python-urllib3 + +* Tue Apr 07 2015 Alan Pevec - 1.4.0-1 +- Upgrade to 1.4.0 version + +* Sat Jun 07 2014 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Apr 14 2014 Daniel Bruno - 1.0.0-1 +- Upgrade to 1.0.0 version + +* Tue Nov 26 2013 Daniel Bruno - 0.4.3-1 +- First RPM release