diff --git a/elastic-transport-python-8.10.0.tar.gz b/elastic-transport-python-8.10.0.tar.gz deleted file mode 100644 index 9fa0019..0000000 --- a/elastic-transport-python-8.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a93e2d53ca09127fdd6dafd7e571866e296e563d3fb77957320be5b501947e91 -size 71836 diff --git a/elastic-transport-python-8.11.0.tar.gz b/elastic-transport-python-8.11.0.tar.gz new file mode 100644 index 0000000..eb28c71 --- /dev/null +++ b/elastic-transport-python-8.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b73854dd39b1c282abfb0680f064edb84c6905a3d210f88d84c8fbdd80f289c +size 71944 diff --git a/python-elastic-transport.changes b/python-elastic-transport.changes index c378644..87c6b3e 100644 --- a/python-elastic-transport.changes +++ b/python-elastic-transport.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 14 10:21:02 UTC 2023 - Dirk Müller + +- update to 8.11.0: + * Always set default HTTPS port to 443 + * Drop support for Python 3.6 + * Include tests in sdist + * Fix `__iter__` return type to Iterator + ------------------------------------------------------------------- Sat Dec 2 17:07:21 UTC 2023 - Dirk Müller diff --git a/python-elastic-transport.spec b/python-elastic-transport.spec index 76c4feb..78eb48e 100644 --- a/python-elastic-transport.spec +++ b/python-elastic-transport.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-elastic-transport -Version: 8.10.0 +Version: 8.11.0 Release: 0 Summary: Transport classes and utilities shared among Python Elastic client libraries License: Apache-2.0 URL: https://github.com/elastic/elastic-transport-python Source: https://github.com/elastic/elastic-transport-python/archive/refs/tags/v%{version}.tar.gz#/elastic-transport-python-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros