Update to 0.29.1
Resolves: rhbz#2226671
This commit is contained in:
parent
5f0cc0826f
commit
8e60da82d8
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,3 +29,6 @@
|
||||
/python-dbusmock-0.28.3.tar.gz
|
||||
/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
|
||||
/python-dbusmock-0.29.1.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.60.0.
|
||||
The file was generated using packit 0.78.1.
|
||||
|
@ -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,11 +1,11 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.28.6
|
||||
Version: 0.29.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
License: LGPLv3+
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://pypi.python.org/pypi/python-dbusmock
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -51,6 +51,38 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2023 Packit <hello@packit.dev> - 0.29.1-1
|
||||
- spec: Update License: to SPDX format
|
||||
- Test fixes (thanks Marco Trevisan)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.29.0-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jan 05 2023 Packit <hello@packit.dev> - 0.28.7-1
|
||||
<!-- generated by eloquent/github-release-action -->
|
||||
<!-- original source:
|
||||
- blue5-obex template: Fix OBEX PullAll (thanks Jan Alexander Steffens)
|
||||
- power_profiles template: Fix Actions property type (thanks Jonas Ådahl)
|
||||
- README: Explain container tests and how to debug them
|
||||
-->
|
||||
|
||||
<ul>
|
||||
<li>blue5-obex template: Fix OBEX PullAll (thanks Jan Alexander Steffens)</li>
|
||||
<li>power_profiles template: Fix Actions property type (thanks Jonas Ådahl)</li>
|
||||
<li>README: Explain container tests and how to debug them</li>
|
||||
</ul>
|
||||
|
||||
|
||||
* Wed Oct 12 2022 Packit <hello@packit.dev> - 0.28.6-1
|
||||
<!-- generated by eloquent/github-release-action -->
|
||||
<!-- original source:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.28.6.tar.gz) = 1efc1a42fc5cc56d683f0f4d022877020f15d81a557c54f47619c704ca2f67716c1fbdb890f987d01f78b7786528a71de8dbfe84228baa41351eb751fc4cce61
|
||||
SHA512 (python-dbusmock-0.29.1.tar.gz) = 722002838a983bbe908192ed1cae715066f509f33bd3b9bff8075d8f2d75c41b57e89bc7d76af2591d815f244b604671fa45030a52499a369d2cf23842fa4e88
|
||||
|
Loading…
Reference in New Issue
Block a user