[packit] 0.30.0 upstream release
Upstream tag: 0.30.0 Upstream commit: 6368b5f5
This commit is contained in:
parent
2d4219821f
commit
6569bda4c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/python-dbusmock-0.28.7.tar.gz
|
/python-dbusmock-0.28.7.tar.gz
|
||||||
/python-dbusmock-0.29.0.tar.gz
|
/python-dbusmock-0.29.0.tar.gz
|
||||||
/python-dbusmock-0.29.1.tar.gz
|
/python-dbusmock-0.29.1.tar.gz
|
||||||
|
/python-dbusmock-0.30.0.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.78.1.
|
The file was generated using packit 0.87.0.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global modname dbusmock
|
%global modname dbusmock
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.29.1
|
Version: 0.30.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mock D-Bus objects
|
Summary: Mock D-Bus objects
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ BuildRequires: python3-dbus
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: dbus-x11
|
BuildRequires: dbus-x11
|
||||||
BuildRequires: upower
|
BuildRequires: upower
|
||||||
|
|
||||||
@ -51,6 +52,12 @@ rm -rf python-%{modname}.egg-info
|
|||||||
%{python3_sitelib}/*%{modname}*
|
%{python3_sitelib}/*%{modname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 30 2023 Packit <hello@packit.dev> - 0.30.0-1
|
||||||
|
- api: Add pytest support and helpers
|
||||||
|
- api: Factor the server spawning into a new SpawnedMock object (thanks Peter Hutterer)
|
||||||
|
- doc: generate sphinx docs on https://martinpitt.github.io/python-dbusmock/ (thanks Peter Hutterer)
|
||||||
|
- cli: Add support for running custom commands on the mock environment (thanks Marco Trevisan)
|
||||||
|
|
||||||
* Thu Jul 27 2023 Packit <hello@packit.dev> - 0.29.1-1
|
* Thu Jul 27 2023 Packit <hello@packit.dev> - 0.29.1-1
|
||||||
- spec: Update License: to SPDX format
|
- spec: Update License: to SPDX format
|
||||||
- Test fixes (thanks Marco Trevisan)
|
- Test fixes (thanks Marco Trevisan)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (python-dbusmock-0.29.1.tar.gz) = 722002838a983bbe908192ed1cae715066f509f33bd3b9bff8075d8f2d75c41b57e89bc7d76af2591d815f244b604671fa45030a52499a369d2cf23842fa4e88
|
SHA512 (python-dbusmock-0.30.0.tar.gz) = 280a8ebfe12a0f5b309d5b807547ed521c80c9899fdc89abaaee238621cf94d05f8413ab2908ca331f9d3ef1c610234dafbd912f8590f18c7d9cafe470beece6
|
||||||
|
Loading…
Reference in New Issue
Block a user