diff mbox series

python3-dbusmock: upgrade 0.33.0 -> 0.37.0

Message ID 20250921140840.2555040-1-tgamblin@baylibre.com
State New
Headers show
Series python3-dbusmock: upgrade 0.33.0 -> 0.37.0 | expand

Commit Message

Trevor Gamblin Sept. 21, 2025, 2:08 p.m. UTC
Upstream notably removed the setup.cfg/setup.py files in this period and
updated pyproject.toml. It still uses setuptools as the build backend,
and should be compatible with recent versions.

Changelog (https://github.com/martinpitt/python-dbusmock/releases):

0.37.0:

- templates: Drop iio-sensors-proxy (See #241)
- DBusTestCase: Drop obsolete {start,stop}_dbus() methods
- Fix dbus-daemon startup race condition (Debian#1109272)

0.36.0:

- mockobject: Fix _wrap_in_dbus_variant for Struct and Dict types (thanks Sebastian Wick)
- Drop setup.{cfg,py} and RHEL 9 support, move to pybuild (rhbz#2377609)
- Drop iio-sensor-proxy tests, the template is broken (see #241)

0.35.0:

- modemmanager: Add operator code (thanks Guido Günther)
- modemmanager: Allow to set CellBroadcast channel list (thanks Guido Günther)

0.34.3:

- tests: Relax libnotify expected format for libnotify 0.8.4

0.34.2:

- spec: Adjust %autosetup to PEP-625 tarball top-level directory

0.34.1:

- spec: Adjust Source URL to PEP-625 tarball name

0.34.0:

- modemmanager: Add cell broadcast messages (thanks Guido Günther)
- Move release builds to pybuild for PEP-625 compatibility

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 ...{python3-dbusmock_0.33.0.bb => python3-dbusmock_0.37.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-dbusmock_0.33.0.bb => python3-dbusmock_0.37.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb
rename to meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb
index c0ea64b6b8..9592c83727 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.37.0.bb
@@ -4,9 +4,9 @@  HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[sha256sum] = "04efd311dd1063ac2b8f7baa79a026b5c0aa3ed4ef18cd9226f52a273fa6193a"
+SRC_URI[sha256sum] = "38754c5ad2ad8f3936ff67d4b058bca416588a72bc094e91ded9f8f401b06310"
 
-PYPI_PACKAGE = "python-dbusmock"
+PYPI_PACKAGE = "python_dbusmock"
 
 inherit pypi python_setuptools_build_meta
 DEPENDS += "python3-setuptools-scm-native"