#70 Update to upstream release 0.29.0
Merged a year ago by martinpitt. Opened a year ago by packit.
rpms/ packit/python-dbusmock 0.29.0-f36-update-propose_downstream  into  f36

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

  /python-dbusmock-0.28.4.tar.gz

  /python-dbusmock-0.28.6.tar.gz

  /python-dbusmock-0.28.7.tar.gz

+ /python-dbusmock-0.29.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.65.2.

+ The file was generated using packit 0.74.0.post3+g82517c4.

file modified
+7
@@ -19,6 +19,13 @@ 

    - python3-setuptools_scm

  

  jobs:

+   - job: copr_build

+     trigger: pull_request

+     targets:

+     - fedora-all

+     - centos-stream-8-x86_64

+     - centos-stream-9-x86_64

+   

    - job: tests

      trigger: pull_request

      targets:

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

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.28.7

+ Version:          0.29.0

  Release:          1%{?dist}

  Summary:          Mock D-Bus objects

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

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Thu Apr 20 2023 Packit <hello@packit.dev> - 0.29.0-1

+  - Support loading templates from XDG_DATA_DIRS

+  - iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception

+ 

  * Thu Jan 05 2023 Packit <hello@packit.dev> - 0.28.7-1

  <!-- generated by eloquent/github-release-action -->

  <!-- original source:

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

- SHA512 (python-dbusmock-0.28.7.tar.gz) = d0fea9ad3a9f76af75f48a4e645f8ed70efde880043c9b843bc8cac53eca891c45fa9c74cefab63a820397886757ac0dc9c5f43aaf7604aa302c794aedb7bb46

+ SHA512 (python-dbusmock-0.29.0.tar.gz) = 618f6069802cdfcab41e09c9ed27f2c55c35f072bea4c0b38c057297ff3de0759b1b37128fee8d331d058f3c2a4607f25f0d8b42077f5b4fc155c6e5a4cb94c3

Upstream tag: 0.29.0
Upstream commit: 47509dff

Pull-Request has been merged by martinpitt

a year ago