From 0e66f031cade11c4e6071484a7fc5f1ef311357e9532694cac8400469d313795 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 24 Jan 2025 09:58:56 +0000 Subject: [PATCH 1/2] Accepting request 1239778 from home:jtorres:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/request/show/1239778 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=36 --- python-dbusmock-0.32.1.tar.gz | 3 --- python-dbusmock-0.33.0.tar.gz | 3 +++ python-python-dbusmock.changes | 12 ++++++++++++ python-python-dbusmock.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-dbusmock-0.32.1.tar.gz create mode 100644 python-dbusmock-0.33.0.tar.gz diff --git a/python-dbusmock-0.32.1.tar.gz b/python-dbusmock-0.32.1.tar.gz deleted file mode 100644 index 5bb361b..0000000 --- a/python-dbusmock-0.32.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02c34493d420b3cf2d8d341b79a60841593b7b7615adc3ece17ff86f8275924 -size 104265 diff --git a/python-dbusmock-0.33.0.tar.gz b/python-dbusmock-0.33.0.tar.gz new file mode 100644 index 0000000..a741b5f --- /dev/null +++ b/python-dbusmock-0.33.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04efd311dd1063ac2b8f7baa79a026b5c0aa3ed4ef18cd9226f52a273fa6193a +size 105903 diff --git a/python-python-dbusmock.changes b/python-python-dbusmock.changes index f0e01f2..6aed33f 100644 --- a/python-python-dbusmock.changes +++ b/python-python-dbusmock.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 23 09:28:08 UTC 2025 - Joan Torres + +- 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 + ------------------------------------------------------------------- Thu Nov 14 13:49:18 UTC 2024 - Dominique Leuenberger diff --git a/python-python-dbusmock.spec b/python-python-dbusmock.spec index 1c79a6c..2ede8d7 100644 --- a/python-python-dbusmock.spec +++ b/python-python-dbusmock.spec @@ -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,7 +25,7 @@ %bcond_with test %endif Name: python-python-dbusmock%{psuffix} -Version: 0.32.1 +Version: 0.33.0 Release: 0 Summary: Python library for creating mock D-Bus objects License: LGPL-3.0-or-later From 1d5c50b78d79042ca70d70255b86cf2403fdd694880b06fd6ae151c659be1371 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 24 Jan 2025 15:43:12 +0000 Subject: [PATCH 2/2] Accepting request 1240129 from home:jtorres:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/request/show/1240129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=37 --- python-dbusmock-0.33.0.tar.gz | 3 --- python-python-dbusmock.changes | 11 +++++++++++ python-python-dbusmock.spec | 6 +++--- python_dbusmock-0.34.2.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 python-dbusmock-0.33.0.tar.gz create mode 100644 python_dbusmock-0.34.2.tar.gz diff --git a/python-dbusmock-0.33.0.tar.gz b/python-dbusmock-0.33.0.tar.gz deleted file mode 100644 index a741b5f..0000000 --- a/python-dbusmock-0.33.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04efd311dd1063ac2b8f7baa79a026b5c0aa3ed4ef18cd9226f52a273fa6193a -size 105903 diff --git a/python-python-dbusmock.changes b/python-python-dbusmock.changes index 6aed33f..634f788 100644 --- a/python-python-dbusmock.changes +++ b/python-python-dbusmock.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 24 10:18:03 UTC 2025 - Joan Torres + +- 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 diff --git a/python-python-dbusmock.spec b/python-python-dbusmock.spec index 2ede8d7..0044a74 100644 --- a/python-python-dbusmock.spec +++ b/python-python-dbusmock.spec @@ -25,12 +25,12 @@ %bcond_with test %endif Name: python-python-dbusmock%{psuffix} -Version: 0.33.0 +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 @@ such as upower, systemd, logind, gnome-session or others, and it is hard to what one may expect in tests. %prep -%autosetup -p1 -n python-dbusmock-%{version} +%autosetup -p1 -n python_dbusmock-%{version} %build %pyproject_wheel diff --git a/python_dbusmock-0.34.2.tar.gz b/python_dbusmock-0.34.2.tar.gz new file mode 100644 index 0000000..2743293 --- /dev/null +++ b/python_dbusmock-0.34.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c3137f15d3397846fd4aeb2e7f41289aa4c7dc2a894502225186d1fcb396ec +size 111535