#86 Update f40 to upstream release 0.31.0
Merged 3 months ago by martinpitt. Opened 3 months ago by packit.
rpms/ packit/python-dbusmock 0.31.0-f40-update-propose_downstream  into  f40

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

  /python-dbusmock-0.30.0.tar.gz

  /python-dbusmock-0.30.1.tar.gz

  /python-dbusmock-0.30.2.tar.gz

+ /python-dbusmock-0.31.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.87.1.post1.dev11+gd1f7091b.

+ The file was generated using packit 0.92.0.

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

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.30.2

- Release:          3%{?dist}

+ Version:          0.31.0

+ Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  

  License:          LGPL-3.0-or-later
@@ -52,6 +52,10 @@ 

  %{python3_sitelib}/*%{modname}*

  

  %changelog

+ * Fri Feb 23 2024 Packit <hello@packit.dev> - 0.31.0-1

+ - power-profiles-daemon: Move to org.freedesktop.UPower.PowerProfiles as in release 0.20.0 (API break!)

+ - NetworkManager: Add stub ipv4/6 properties in AddWiFiConnection

+ 

  * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-3

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

  

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

- SHA512 (python-dbusmock-0.30.2.tar.gz) = a34c4660fe50b9551274626b19959dbe985e112429d2eb68811f3cc37cc017f8171eac2e2b8c262874678e24f7fb3d1f39410cd977b59f501973de19b6ca3a13

+ SHA512 (python-dbusmock-0.31.0.tar.gz) = dae84c8c99b85942ee5f50b25f6dc8df1190c1fcc2eba30de449f767ddc6342308b2083ef02e4a0e0a819f1632e146cf9a382aa0cdd962708ab29fb14f68d861

Upstream tag: 0.31.0
Upstream commit: 825fd7a8


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.31.0-f40-update-propose_downstream
git push origin 0.31.0-f40-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.31.0-f40-update-propose_downstream
git checkout 0.31.0-f40-update-propose_downstream
git push packit 0.31.0-f40-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

3 months ago