#37 Update to upstream release 0.27.5
Merged 2 years ago by martinpitt. Opened 2 years ago by packit.
rpms/ packit/python-dbusmock 0.27.5-f34-update  into  f34

file modified
+1
@@ -21,3 +21,4 @@ 

  /python-dbusmock-0.27.0.tar.gz

  /python-dbusmock-0.27.3.tar.gz

  /python-dbusmock-0.27.4.tar.gz

+ /python-dbusmock-0.27.5.tar.gz

file modified
+1
@@ -2,6 +2,7 @@ 

  # https://packit.dev/docs/configuration/

  specfile_path: packaging/python-dbusmock.spec

  upstream_project_url: https://github.com/martinpitt/python-dbusmock

+ issue_repository: https://github.com/martinpitt/python-dbusmock

  copy_upstream_release_description: true

  upstream_package_name: python-dbusmock

  downstream_package_name: python-dbusmock

file modified
+5 -1
@@ -1,7 +1,7 @@ 

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.27.4

+ Version:          0.27.5

  Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  
@@ -51,6 +51,10 @@ 

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Tue Apr 05 2022 Packit <hello@packit.dev> - 0.27.5-1

+ - bluez and accountsservice templates: Drop default arguments from D-Bus methods (thanks Simon McVittie)

+ 

+ 

  * Mon Apr 04 2022 Packit <hello@packit.dev> - 0.27.4-1

  - Fix D-Bus signature detection regression from 0.27.0 (thanks Peter Hutterer) (#118)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (python-dbusmock-0.27.4.tar.gz) = 06f439eab4e1ac8bf69cb9eb71f6cb9a3c3ec122ef6f72c700d35c97592d7b62d902050ef63d4d34736f44a2fc767936bbc550039c491464d05478504ddd2c3c

+ SHA512 (python-dbusmock-0.27.5.tar.gz) = 6e5f5eddfc949c610b64a766434988c142397893e088b8522e6895e31383ec3c14d2f053f9aab17f00137e883a01bf95be35326f7ca97ee8c9780d6704e7d1dc

Upstream tag: 0.27.5
Upstream commit: eab65d47

Pull-Request has been merged by martinpitt

2 years ago