15
0

- Delete drop-python2-support.patch

- Update to 7.4.1:
  * Fixed DeprecationWarnings that would be emitted from deprecated
    usages of the body parameter in the Python Elasticsearch client.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch-dsl?expand=0&rev=11
This commit is contained in:
2023-05-10 08:53:39 +00:00
committed by Git OBS Bridge
parent 23664d45e7
commit aaace248f8
5 changed files with 13 additions and 2003 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8204408f22dcd0104e9864f63eb174229068af2faa4ef756080dfc0fe57b56cf
size 121346

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c753c0cfb447660b7a95e88514a9c57dc53f11bcafa7b4c1fb71f5f2f27cf4c7
size 122201

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 10 08:40:05 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Delete drop-python2-support.patch
- Update to 7.4.1:
* Fixed DeprecationWarnings that would be emitted from deprecated
usages of the body parameter in the Python Elasticsearch client.
-------------------------------------------------------------------
Mon Nov 28 13:04:53 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-elasticsearch-dsl
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-elasticsearch-dsl
Version: 7.4.0
Version: 7.4.1
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
@@ -28,8 +28,6 @@ Source: https://github.com/elastic/elasticsearch-dsl-py/archive/refs/tag
# PATCH-FEATURE-UPSTREAM python-elasticsearch-dsl-no-mock.patch gh#elastic/elasticsearch-dsl-py#1596 mcepl@suse.com
# Use unittest.mock instead of the external package (merged to master, not yet released)
Patch0: python-elasticsearch-dsl-no-mock.patch
# PATCH-FEATURE-UPSTREAM drop-python2-support.patch gh#elastic/elasticsearch-dsl-py@f7f85a5db8f2
Patch1: drop-python2-support.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros