[packit] 0.27.3 upstream release
Upstream tag: 0.27.3 Upstream commit: 35785d22 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
d292270772
commit
f22fe4c72d
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/python-dbusmock-0.25.0.tar.gz
|
||||
/python-dbusmock-0.26.1.tar.gz
|
||||
/python-dbusmock-0.27.0.tar.gz
|
||||
/python-dbusmock-0.27.3.tar.gz
|
||||
|
15
packit.yaml
15
packit.yaml
@ -6,7 +6,8 @@ copy_upstream_release_description: true
|
||||
upstream_package_name: python-dbusmock
|
||||
downstream_package_name: python-dbusmock
|
||||
|
||||
synced_files:
|
||||
files_to_sync:
|
||||
- packit.yaml
|
||||
- src: packaging/python-dbusmock.spec
|
||||
dest: python-dbusmock.spec
|
||||
|
||||
@ -24,3 +25,15 @@ jobs:
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-stable
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.27.0
|
||||
Version: 0.27.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
@ -51,6 +51,10 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 22 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.27.3-1
|
||||
- packit: Fix file name to sync
|
||||
|
||||
|
||||
* Tue Mar 22 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.27.0-1
|
||||
- Do not register standard session service directories, add API to enable selected services (thanks Benjamin Berg)
|
||||
- Log static method calls from templates (thanks Peter Hutterer)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.27.0.tar.gz) = 4f3a7326b27d7b86d9a77019c419209077021a88994b8e5ae302686fcaa8b7c7736644ab26d9e3b5a2157634eb56a0b2dbe304a092d93104c94a13a43d53b5a1
|
||||
SHA512 (python-dbusmock-0.27.3.tar.gz) = 6bd4daaab83f1795a174d52e52091899b6d68bb8ee1b90e66306688cde514aa89ba6d2289d697c4ca9db25fa8ba80bf76b141d9c6476ce97cc4b945aba6fc7c8
|
||||
|
Loading…
Reference in New Issue
Block a user