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

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

  /python-dbusmock-0.28.2.tar.gz

  /python-dbusmock-0.28.3.tar.gz

  /python-dbusmock-0.28.4.tar.gz

+ /python-dbusmock-0.28.6.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.55.1.dev8+g432e38d.

+ The file was generated using packit 0.60.0.

file modified
+12 -15
@@ -16,31 +16,28 @@ 

  

  srpm_build_deps:

    - python3-setuptools

+   - python3-setuptools_scm

  

  jobs:

    - job: tests

      trigger: pull_request

-     metadata:

-       targets:

-         - fedora-development

-         - fedora-stable

+     targets:

+       - fedora-all

+       - centos-stream-8-x86_64

+       - centos-stream-9-x86_64

  

    - job: propose_downstream

      trigger: release

-     metadata:

-       dist_git_branches:

-         - fedora-development

-         - fedora-stable

+     dist_git_branches:

+       - fedora-all

  

    - job: koji_build

      trigger: commit

-     metadata:

-       dist_git_branches:

-         - fedora-all

+     dist_git_branches:

+       - fedora-all

  

    - job: bodhi_update

      trigger: commit

-     metadata:

-       dist_git_branches:

-         # rawhide updates are created automatically

-         - fedora-branched

+     dist_git_branches:

+       # rawhide updates are created automatically

+       - fedora-branched

file modified
+16 -5
@@ -1,8 +1,8 @@ 

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.28.4

- Release:          2%{?dist}

+ Version:          0.28.6

+ Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  

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

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Wed Oct 12 2022 Packit <hello@packit.dev> - 0.28.6-1

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

+ <!-- original source:

+ - Fix generated _version.py in release tarball (#164)

+ -->

+ 

+ <ul>

+ <li>Fix generated _version.py in release tarball (#164)</li>

+ </ul>

+ 

+ 

  * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.4-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

  
@@ -61,7 +72,6 @@ 

  - ofono template: Fix conversion to f-strings (Debian #1015286)

  - Ship FMF tests in release tarballs

  -->

- 

  <ul>

  <li>setup.py: Fix ModuleNotFoundError</li>

  <li>ofono template: Fix conversion to f-strings (Debian #1015286)</li>
@@ -69,18 +79,19 @@ 

  </ul>

  

  

+ 

  * Sun Jul 17 2022 Packit <hello@packit.dev> - 0.28.3-1

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

  <!-- original source:

  - Bring back dbusmock.__version__

  -->

- 

  <ul>

  <li>Bring back dbusmock.<strong>version</strong>

  </li>

  </ul>

  

  

+ 

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

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

  <!-- original source:
@@ -88,7 +99,6 @@ 

  - 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>
@@ -96,6 +106,7 @@ 

  </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.4.tar.gz) = f388425ebb68c20b5110a831879bee0d7d0a3941687fd61c9975c4aaa9950b05709e7fc2a9b885c89935a915f473bb7a9b97e93ca79cf3dc6769911a66aeaea7

+ SHA512 (python-dbusmock-0.28.6.tar.gz) = 1efc1a42fc5cc56d683f0f4d022877020f15d81a557c54f47619c704ca2f67716c1fbdb890f987d01f78b7786528a71de8dbfe84228baa41351eb751fc4cce61

Upstream tag: 0.28.6
Upstream commit: 276f54de

Pull-Request has been merged by martinpitt

2 years ago