#87 Update f39 to upstream release 0.31.1
Merged 3 months ago by martinpitt. Opened 3 months ago by packit.
rpms/ packit/python-dbusmock 0.31.1-f39-update-propose_downstream  into  f39

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

  /python-dbusmock-0.30.1.tar.gz

  /python-dbusmock-0.30.2.tar.gz

  /python-dbusmock-0.31.0.tar.gz

+ /python-dbusmock-0.31.1.tar.gz

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

  %global modname dbusmock

  

  Name:             python-%{modname}

- Version:          0.31.0

+ Version:          0.31.1

  Release:          1%{?dist}

  Summary:          Mock D-Bus objects

  
@@ -52,6 +52,10 @@ 

  %{python3_sitelib}/*%{modname}*

  

  %changelog

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

+ - power_profiles_daemon: Move back to original D-Bus name to avoid breaking compatibility

+ - Add upower_power_profiles_daemon template for version 0.20 API with new D-Bus name

+ 

  * 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

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

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

+ SHA512 (python-dbusmock-0.31.1.tar.gz) = 5d409e979046cf301c5f8604b43c67abba111315d40e54b59cc5ff6e8fe3bb006591fdac877f750b3a0d56f840337f136b99dda9237de1b00718ef85a3bfcf7b

Upstream tag: 0.31.1
Upstream commit: b24f7b70


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.1-f39-update-propose_downstream
git push origin 0.31.1-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.31.1-f39-update-propose_downstream
git checkout 0.31.1-f39-update-propose_downstream
git push packit 0.31.1-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

3 months ago