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

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

  /python-dbusmock-0.27.5.tar.gz

  /python-dbusmock-0.28.0.tar.gz

  /python-dbusmock-0.28.1.tar.gz

+ /python-dbusmock-0.28.2.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.53.1.dev6+ged586c5.

+ The file was generated using packit 0.54.1.dev2+g26d336d.

file modified
+3 -2
@@ -13,7 +13,7 @@ 

      dest: python-dbusmock.spec

  

  jobs:

-   - job: copr_build

+   - job: tests

      trigger: pull_request

      metadata:

        targets:
@@ -37,4 +37,5 @@ 

      trigger: commit

      metadata:

        dist_git_branches:

-         - fedora-all

+         # rawhide updates are created automatically

+         - fedora-branched

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

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.28.1

+ Version:          0.28.2

  Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  
@@ -51,6 +51,21 @@ 

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Sat Jul 16 2022 Packit <hello@packit.dev> - 0.28.2-1

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

+ <!-- original source:

+ - Dynamically compute version with setuptools-scm

+ - tests: Adjust to libnotify 0.8 (Debian #1015068)

+ - tests: Only run pylint on current Fedora release

+ -->

+ 

+ <ul>

+ <li>Dynamically compute version with setuptools-scm</li>

+ <li>tests: Adjust to libnotify 0.8 (Debian #1015068)</li>

+ <li>tests: Only run pylint on current Fedora release</li>

+ </ul>

+ 

+ 

  * Tue Jun 28 2022 Packit <hello@packit.dev> - 0.28.1-1

  - Again works on RHEL/CentOS 8 (0.27 broke there), now in CI

  - Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)

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

- SHA512 (python-dbusmock-0.28.1.tar.gz) = 92fafa96f5c3dc216e25092a35a70775f1af257eb6ef3c3df00fa3ea062e1bf366f8c2113604ec1fc480d5586b0c1aeb72ce6d25447752b33591b15f637ca6ef

+ SHA512 (python-dbusmock-0.28.2.tar.gz) = 13e3c175523abe3bd69f41ff942a59ce1f76ad8de81c2a981b32ce470ea7ab2bf9a14e6ce84280d5e96bb608e47488fd3f4ff88b7f9135b612b3b34a2e1579cb

Upstream tag: 0.28.2
Upstream commit: c90ae0f0

Pull-Request has been merged by martinpitt

2 years ago