3 커밋 a9ca898b21 ... 765688e2d5

작성자 SHA1 메시지 날짜
  Fabian Peter Hammerle 765688e2d5 merge support for jeepney v0.9 1 개월 전
  Fabian Peter Hammerle 2475f01094 jeepney: revert increase in lower version constraint; relock version in test env; document change by @jgus; fix unit path in `test__dbus_signal_loop_unit` 1 개월 전
  Josh Gustafson 866dc7fb22 bump jeepney 1 개월 전
4개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 0
      CHANGELOG.md
  2. 3 3
      Pipfile.lock
  3. 1 1
      setup.py
  4. 1 1
      tests/test_dbus.py

+ 2 - 0
CHANGELOG.md

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+## Added
+- support jeepney v0.9
 
 ## [1.1.0] - 2025-01-19
 ### Added

+ 3 - 3
Pipfile.lock

@@ -26,11 +26,11 @@
         },
         "jeepney": {
             "hashes": [
-                "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806",
-                "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755"
+                "sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683",
+                "sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732"
             ],
             "markers": "python_version >= '3.7'",
-            "version": "==0.8.0"
+            "version": "==0.9.0"
         },
         "paho-mqtt": {
             "hashes": [

+ 1 - 1
setup.py

@@ -75,7 +75,7 @@ setuptools.setup(
     # > implementing the protocol, and integrations for both blocking I/O and
     # > for different asynchronous frameworks.
     # https://web.archive.org/web/20241206000411/https://www.freedesktop.org/wiki/Software/DBusBindings/
-    install_requires=["aiomqtt>=2,<3", "jeepney>=0.8,<0.9"],
+    install_requires=["aiomqtt>=2,<3", "jeepney>=0.8,<1.0"],
     setup_requires=["setuptools_scm"],
     tests_require=["pytest"],
 )

+ 1 - 1
tests/test_dbus.py

@@ -426,7 +426,7 @@ async def test__dbus_signal_loop_unit() -> None:
             dbus_router=dbus_router_mock,
             bus_proxy=bus_proxy_mock,
             unit_name="foo.service",
-            unit_path="/org/freedesktop/systemd1/unit/whatever.service",
+            unit_path="/org/freedesktop/systemd1/unit/whatever_2eservice",
         )
     )