Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openqa_client for 
openSUSE:Factory checked in at 2022-12-01 18:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openqa_client (Old)
 and      /work/SRC/openSUSE:Factory/.python-openqa_client.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openqa_client"

Thu Dec  1 18:13:16 2022 rev:3 rq:1039298 version:4.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openqa_client/python-openqa_client.changes    
    2020-09-06 00:02:29.171256358 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openqa_client.new.1835/python-openqa_client.changes
      2022-12-01 18:13:17.223526657 +0100
@@ -1,0 +2,14 @@
+Thu Dec  1 10:02:15 UTC 2022 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 4.2.2
+- drop _service
+- add python-typing_extensions as dependency for compatibility
+  with older versions of python
+  * Make Exceptions proper objects with members
+  * Only retry requests on certain status codes
+  * Add class global retries and wait values to allow configuration
+  * Add type hints
+  * Stop encoding X-API-Microtime as bytes
+  * Improve handling of quirky API behaviour regarding settings parameters
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  python-openqa_client-4.1.1.tar.xz

New:
----
  python-openqa_client-4.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openqa_client.spec ++++++
--- /var/tmp/diff_new_pack.kaJeCO/_old  2022-12-01 18:13:17.663529058 +0100
+++ /var/tmp/diff_new_pack.kaJeCO/_new  2022-12-01 18:13:17.667529080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openqa_client
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,22 +19,24 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-openqa_client
-Version:        4.1.1
+Version:        4.2.1
 Release:        0
 Summary:        Python openQA client library
 License:        GPL-2.0-or-later
 Group:          Development/Languages/Python
 URL:            https://github.com/os-autoinst/openQA-python-client
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://github.com/os-autoinst/openQA-python-client/archive/refs/tags/%{version}.tar.gz#/python-openqa_client-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module freezegun}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module typing_extensions}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML
 Requires:       python-requests
+Requires:       python-typing_extensions
 BuildArch:      noarch
 %python_subpackages
 
@@ -42,7 +44,7 @@
 This is a client for the openQA API, based on requests.
 
 %prep
-%setup -q
+%setup -q -n openQA-python-client-%{version}
 
 %build
 %python_build

Reply via email to