From b0d4060cc1f8da84b57eaade63cb2db5f40ec848d22d3c312035a02443449ca0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 14:03:28 +0000 Subject: [PATCH] - update to 8.12.0: * Fix basic auth built from percent-encoded URLs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=16 --- elastic-transport-python-8.11.0.tar.gz | 3 --- elastic-transport-python-8.12.0.tar.gz | 3 +++ python-elastic-transport.changes | 6 ++++++ python-elastic-transport.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 elastic-transport-python-8.11.0.tar.gz create mode 100644 elastic-transport-python-8.12.0.tar.gz diff --git a/elastic-transport-python-8.11.0.tar.gz b/elastic-transport-python-8.11.0.tar.gz deleted file mode 100644 index eb28c71..0000000 --- a/elastic-transport-python-8.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b73854dd39b1c282abfb0680f064edb84c6905a3d210f88d84c8fbdd80f289c -size 71944 diff --git a/elastic-transport-python-8.12.0.tar.gz b/elastic-transport-python-8.12.0.tar.gz new file mode 100644 index 0000000..a06df46 --- /dev/null +++ b/elastic-transport-python-8.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604bd1cc5f7161596dac3ca0ace70c2510c8bd21ca3f631b8ac422316deb3bfa +size 72207 diff --git a/python-elastic-transport.changes b/python-elastic-transport.changes index 87c6b3e..dd58b0a 100644 --- a/python-elastic-transport.changes +++ b/python-elastic-transport.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 20 14:03:15 UTC 2024 - Dirk Müller + +- update to 8.12.0: + * Fix basic auth built from percent-encoded URLs + ------------------------------------------------------------------- Thu Dec 14 10:21:02 UTC 2023 - Dirk Müller diff --git a/python-elastic-transport.spec b/python-elastic-transport.spec index 78eb48e..85a832b 100644 --- a/python-elastic-transport.spec +++ b/python-elastic-transport.spec @@ -1,7 +1,7 @@ # # spec file for package python-elastic-transport # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-elastic-transport -Version: 8.11.0 +Version: 8.12.0 Release: 0 Summary: Transport classes and utilities shared among Python Elastic client libraries License: Apache-2.0