Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-elastic-transport for
openSUSE:Factory checked in at 2023-05-10 16:16:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elastic-transport (Old)
and /work/SRC/openSUSE:Factory/.python-elastic-transport.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elastic-transport"
Wed May 10 16:16:40 2023 rev:5 rq:1085695 version:8.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-elastic-transport/python-elastic-transport.changes
2023-04-22 22:02:17.929875914 +0200
+++
/work/SRC/openSUSE:Factory/.python-elastic-transport.new.1533/python-elastic-transport.changes
2023-05-10 16:16:41.650325081 +0200
@@ -1,0 +2,6 @@
+Tue May 9 12:00:12 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Update python-urllib3 minimum requirement to build with latest
+ python-urllib3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-elastic-transport.spec ++++++
--- /var/tmp/diff_new_pack.SPqEzB/_old 2023-05-10 16:16:42.170328158 +0200
+++ /var/tmp/diff_new_pack.SPqEzB/_new 2023-05-10 16:16:42.186328252 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-elastic-transport
@@ -30,7 +29,8 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-certifi
-Requires: (python-urllib3 >= 1.26.2 with python-urllib3 < 2)
+# Removed upper limit to work with urllib3 >= 2.0.0 --
gh#elastic/elastic-transport-python#102
+Requires: (python-urllib3 >= 1.26.2)
BuildArch: noarch
%if 0%{python_version_nodots} < 37
Requires: python-dataclasses
@@ -45,7 +45,7 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module trustme}
-BuildRequires: %{python_module urllib3 >= 1.26.2 with %python-urllib3 < 2}
+BuildRequires: %{python_module urllib3 >= 1.26.2}
# /SECTION
%python_subpackages