[packit] 0.27.5 upstream release
Upstream tag: 0.27.5 Upstream commit: eab65d47 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
f39efb3ea6
commit
e01a5906df
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/python-dbusmock-0.27.0.tar.gz
|
||||
/python-dbusmock-0.27.3.tar.gz
|
||||
/python-dbusmock-0.27.4.tar.gz
|
||||
/python-dbusmock-0.27.5.tar.gz
|
||||
|
@ -2,6 +2,7 @@
|
||||
# https://packit.dev/docs/configuration/
|
||||
specfile_path: packaging/python-dbusmock.spec
|
||||
upstream_project_url: https://github.com/martinpitt/python-dbusmock
|
||||
issue_repository: https://github.com/martinpitt/python-dbusmock
|
||||
copy_upstream_release_description: true
|
||||
upstream_package_name: python-dbusmock
|
||||
downstream_package_name: python-dbusmock
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.27.4
|
||||
Version: 0.27.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
@ -51,6 +51,10 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2022 Packit <hello@packit.dev> - 0.27.5-1
|
||||
- bluez and accountsservice templates: Drop default arguments from D-Bus methods (thanks Simon McVittie)
|
||||
|
||||
|
||||
* Mon Apr 04 2022 Packit <hello@packit.dev> - 0.27.4-1
|
||||
- Fix D-Bus signature detection regression from 0.27.0 (thanks Peter Hutterer) (#118)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.27.4.tar.gz) = 06f439eab4e1ac8bf69cb9eb71f6cb9a3c3ec122ef6f72c700d35c97592d7b62d902050ef63d4d34736f44a2fc767936bbc550039c491464d05478504ddd2c3c
|
||||
SHA512 (python-dbusmock-0.27.5.tar.gz) = 6e5f5eddfc949c610b64a766434988c142397893e088b8522e6895e31383ec3c14d2f053f9aab17f00137e883a01bf95be35326f7ca97ee8c9780d6704e7d1dc
|
||||
|
Loading…
Reference in New Issue
Block a user