Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-dbusmock for openSUSE:Factory checked in at 2021-12-16 21:19:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-dbusmock (Old) and /work/SRC/openSUSE:Factory/.python-python-dbusmock.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-dbusmock" Thu Dec 16 21:19:17 2021 rev:6 rq:940130 version:0.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-dbusmock/python-python-dbusmock.changes 2020-03-27 00:28:01.332339618 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-dbusmock.new.2520/python-python-dbusmock.changes 2021-12-16 21:20:07.510539799 +0100 @@ -1,0 +2,34 @@ +Mon Dec 13 04:35:29 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.24.1: + * Do not register standard D-Bus service directories (Thanks Benjamin Berg) + * templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan) + * Fix importlib module import (Thanks Marco Trevisan) + * Clean up code for most recent pylint version + * Add Add power-profiles-daemon template (Thanks Bastien Nocera) + * logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg) + * Fix new complaints from pylint 2.9 + * Fix tests for Python 3.10 + * DBusMockObject: Add UpdateProperties() method (Thanks to Jonas ??dahl) + * DBusTestCase: Add bus override argument to spawn_server_template, to use + templates on either system or session bus; add corresponding --session CLI + option + * bluez template: Implement Pair() method on the Device interface and the + AgentManager1 interface (Thanks to Bastien Nocera) + * polkit template: Implement RegisterAuthenticationAgent() (Thanks to + Jonas ??dahl) + * Add accountsservice template (Thanks to Marco Trevisan) + * NetworkManager template: Fix connecting to wifi + * NetworkManager template: Add Reload() method + * tests: Replace nose test runner with standard unittest + * setup.py: Drop deprecated `test_suite`, run tests through + `python3 -m unittest` directly + * Add type annotations to the whole API + * Drop obsolete ConsoleKit and bluez4 templates/tests + * upower template: Drop support for 0.9 API + * NetworkManager template: Handle NetworkingEnable + * NetworkManager template: AddConnectionUnsaved + * Drop support for Python 2 +- Add python-dataclasses to {Build,}Requires + +------------------------------------------------------------------- Old: ---- python-dbusmock-0.19.tar.gz New: ---- python-dbusmock-0.24.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-dbusmock.spec ++++++ --- /var/tmp/diff_new_pack.prupeq/_old 2021-12-16 21:20:07.950539966 +0100 +++ /var/tmp/diff_new_pack.prupeq/_new 2021-12-16 21:20:07.950539966 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-python-dbusmock # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-python-dbusmock -Version: 0.19 +Version: 0.24.1 Release: 0 Summary: Python library for creating mock D-Bus objects License: LGPL-3.0-or-later URL: https://github.com/martinpitt/python-dbusmock Source: https://files.pythonhosted.org/packages/source/p/python-dbusmock/python-dbusmock-%{version}.tar.gz +BuildRequires: %{python_module dataclasses if %python-base < 3.7} BuildRequires: %{python_module dbus-python} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -31,6 +33,9 @@ BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(gobject-introspection-1.0) +%if %python_version_nodots < 37 +Requires: python-dataclasses +%endif Requires: dbus-1-x11 Requires: python-dbus-python Requires: python-gobject ++++++ python-dbusmock-0.19.tar.gz -> python-dbusmock-0.24.1.tar.gz ++++++ ++++ 7998 lines of diff (skipped)