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 2025-01-25 19:10:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-dbusmock (Old) and /work/SRC/openSUSE:Factory/.python-python-dbusmock.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-dbusmock" Sat Jan 25 19:10:14 2025 rev:15 rq:1240188 version:0.34.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-dbusmock/python-python-dbusmock.changes 2024-11-17 16:39:48.271757918 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-dbusmock.new.2316/python-python-dbusmock.changes 2025-01-25 19:10:29.919780285 +0100 @@ -1,0 +2,23 @@ +Fri Jan 24 10:18:03 UTC 2025 - Joan Torres <joan.tor...@suse.com> + +- Update to 0.34.2: + * spec: Adjust %autosetup to PEP-625 tarball top-level directory +- Update to 0.34.1: + * spec: Adjust Source URL to PEP-625 tarball name +- Update to 0.34.0: + * modemmanager: Add cell broadcast messages (thanks Guido Günther) + * Move release builds to pybuild for PEP-625 compatibility + +------------------------------------------------------------------- +Thu Jan 23 09:28:08 UTC 2025 - Joan Torres <joan.tor...@suse.com> + +- Update to 0.33.0: + * templates: Add gsd-rfkill (thanks Guido Günther) + * Allow adding objects derived from DBusMockObject (thanks Sebastian Wick) + * Drop Python <= 3.7 support (thanks Tomasz KÅoczko) +- Update to 0.32.2: + * all templates: Drop wrong variant wrapping from all properties + * tests: Skip TestNetworkManager::test_one_wifi_with_accesspoints + with NM ⥠1.49.3 + +------------------------------------------------------------------- Old: ---- python-dbusmock-0.32.1.tar.gz New: ---- python_dbusmock-0.34.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-dbusmock.spec ++++++ --- /var/tmp/diff_new_pack.ErrkeM/_old 2025-01-25 19:10:30.435801391 +0100 +++ /var/tmp/diff_new_pack.ErrkeM/_new 2025-01-25 19:10:30.435801391 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-python-dbusmock # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,12 +25,12 @@ %bcond_with test %endif Name: python-python-dbusmock%{psuffix} -Version: 0.32.1 +Version: 0.34.2 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 +Source: https://files.pythonhosted.org/packages/source/p/python-dbusmock/python_dbusmock-%{version}.tar.gz BuildRequires: %{python_module dbus-python} BuildRequires: %{python_module gobject} BuildRequires: %{python_module pip} @@ -66,7 +66,7 @@ to what one may expect in tests. %prep -%autosetup -p1 -n python-dbusmock-%{version} +%autosetup -p1 -n python_dbusmock-%{version} %build %pyproject_wheel