#42 Update to upstream release 0.28.0
Merged 2 years ago by martinpitt. Opened 2 years ago by packit.
rpms/ packit/python-dbusmock 0.28.0-main-update  into  main

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

  /python-dbusmock-0.27.3.tar.gz

  /python-dbusmock-0.27.4.tar.gz

  /python-dbusmock-0.27.5.tar.gz

+ /python-dbusmock-0.28.0.tar.gz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.47.2.dev19+g37f70b1.

+ The file was generated using packit 0.52.2.dev4+g63407fe.

file modified
+8 -2
@@ -1,8 +1,8 @@ 

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.27.5

- Release:          2%{?dist}

+ Version:          0.28.0

+ Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  

  License:          LGPLv3+
@@ -51,6 +51,12 @@ 

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Sun Jun 19 2022 Packit <hello@packit.dev> - 0.28.0-1

+ - Drop unmaintained and broken accountsservice template

+ - testcase: Throw an error when spawning a well-known name that exists (thanks Benjamin Berg)

+ - mockobject: Allow sending signals with extra details (thanks Peter Hutterer)

+ 

+ 

  * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.27.5-2

  - Rebuilt for Python 3.11

  

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

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

+ SHA512 (python-dbusmock-0.28.0.tar.gz) = 62db0e6e8292f0d6426ec6f13af9aada8175ea5d5e84bf4d3890f0c3897c0ea06295de0625ec6041a86bb688fad28d6da9a1b3310daafeae4e56d7a596a90092

Upstream tag: 0.28.0
Upstream commit: 9d52dd8f

Pull-Request has been merged by martinpitt

2 years ago