Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aiorpcX for openSUSE:Factory checked in at 2024-04-21 20:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiorpcX (Old) and /work/SRC/openSUSE:Factory/.python-aiorpcX.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiorpcX" Sun Apr 21 20:27:05 2024 rev:10 rq:1169361 version:0.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiorpcX/python-aiorpcX.changes 2022-05-02 16:26:00.940867970 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiorpcX.new.26366/python-aiorpcX.changes 2024-04-21 20:28:39.344947888 +0200 @@ -1,0 +2,8 @@ +Sat Apr 20 13:39:09 UTC 2024 - Dirk Müller <[email protected]> + +- update to 0.23.1: + * TaskTimeout now derives from Exception not CancelledError + * make several tests more robust + * move to flake8 + +------------------------------------------------------------------- Old: ---- 0.22.1.tar.gz New: ---- 0.23.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiorpcX.spec ++++++ --- /var/tmp/diff_new_pack.cmrPay/_old 2024-04-21 20:28:39.920969033 +0200 +++ /var/tmp/diff_new_pack.cmrPay/_new 2024-04-21 20:28:39.924969180 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-aiorpcX # -# Copyright (c) 2022 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 @@ -16,18 +16,18 @@ # -%define skip_python2 1 -%define skip_python36 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-aiorpcX -Version: 0.22.1 +Version: 0.23.1 Release: 0 Summary: Generic async RPC implementation, including JSON-RPC License: MIT Group: Development/Languages/Python URL: https://github.com/kyuupichan/aiorpcX Source: https://github.com/kyuupichan/aiorpcX/archive/%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs @@ -52,10 +52,10 @@ rm tests/test_websocket.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -70,5 +70,6 @@ %files %{python_files} %doc README.rst %license LICENCE -%{python_sitelib}/* +%{python_sitelib}/aiorpcx +%{python_sitelib}/aiorpcX-%{version}.dist-info ++++++ 0.22.1.tar.gz -> 0.23.1.tar.gz ++++++ ++++ 2326 lines of diff (skipped)
