[packit] 0.29.0 upstream release
Upstream tag: 0.29.0 Upstream commit: 47509dff
This commit is contained in:
parent
737c1295ae
commit
e0ac2b620b
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/python-dbusmock-0.28.4.tar.gz
|
||||
/python-dbusmock-0.28.6.tar.gz
|
||||
/python-dbusmock-0.28.7.tar.gz
|
||||
/python-dbusmock-0.29.0.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.65.2.
|
||||
The file was generated using packit 0.74.0.post3+g82517c4.
|
||||
|
@ -19,6 +19,13 @@ srpm_build_deps:
|
||||
- python3-setuptools_scm
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-all
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.28.7
|
||||
Release: 2%{?dist}
|
||||
Version: 0.29.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
License: LGPLv3+
|
||||
@ -51,6 +51,10 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 20 2023 Packit <hello@packit.dev> - 0.29.0-1
|
||||
- Support loading templates from XDG_DATA_DIRS
|
||||
- iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.28.7.tar.gz) = d0fea9ad3a9f76af75f48a4e645f8ed70efde880043c9b843bc8cac53eca891c45fa9c74cefab63a820397886757ac0dc9c5f43aaf7604aa302c794aedb7bb46
|
||||
SHA512 (python-dbusmock-0.29.0.tar.gz) = 618f6069802cdfcab41e09c9ed27f2c55c35f072bea4c0b38c057297ff3de0759b1b37128fee8d331d058f3c2a4607f25f0d8b42077f5b4fc155c6e5a4cb94c3
|
||||
|
Loading…
Reference in New Issue
Block a user