#77 Update f39 to upstream release 0.30.0
Merged 6 months ago by martinpitt. Opened 6 months ago by packit.
rpms/ packit/python-dbusmock 0.30.0-f39-update-propose_downstream  into  f39

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

  /python-dbusmock-0.28.7.tar.gz

  /python-dbusmock-0.29.0.tar.gz

  /python-dbusmock-0.29.1.tar.gz

+ /python-dbusmock-0.30.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.78.1.

+ The file was generated using packit 0.87.0.

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

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.29.1

+ Version:          0.30.0

  Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  
@@ -15,6 +15,7 @@ 

  BuildRequires:    python3-devel

  BuildRequires:    python3-setuptools

  BuildRequires:    python3-gobject

+ BuildRequires:    python3-pytest

  BuildRequires:    dbus-x11

  BuildRequires:    upower

  
@@ -51,6 +52,12 @@ 

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Thu Nov 30 2023 Packit <hello@packit.dev> - 0.30.0-1

+ - api: Add pytest support and helpers

+ - api: Factor the server spawning into a new SpawnedMock object (thanks Peter Hutterer)

+ - doc: generate sphinx docs on https://martinpitt.github.io/python-dbusmock/ (thanks Peter Hutterer)

+ - cli: Add support for running custom commands on the mock environment (thanks Marco Trevisan)

+ 

  * Thu Jul 27 2023 Packit <hello@packit.dev> - 0.29.1-1

  - spec: Update License: to SPDX format

  - Test fixes (thanks Marco Trevisan)

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

- SHA512 (python-dbusmock-0.29.1.tar.gz) = 722002838a983bbe908192ed1cae715066f509f33bd3b9bff8075d8f2d75c41b57e89bc7d76af2591d815f244b604671fa45030a52499a369d2cf23842fa4e88

+ SHA512 (python-dbusmock-0.30.0.tar.gz) = 280a8ebfe12a0f5b309d5b807547ed521c80c9899fdc89abaaee238621cf94d05f8413ab2908ca331f9d3ef1c610234dafbd912f8590f18c7d9cafe470beece6

Upstream tag: 0.30.0
Upstream commit: 6368b5f5


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-dbusmock.git
cd python-dbusmock
git checkout 0.30.0-f39-update-propose_downstream
git push origin 0.30.0-f39-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd python-dbusmock
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/python-dbusmock.git
git fetch packit refs/heads/0.30.0-f39-update-propose_downstream
git checkout 0.30.0-f39-update-propose_downstream
git push packit 0.30.0-f39-update-propose_downstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by martinpitt

6 months ago