[packit] 0.25.0 upstream release
Upstream tag: 0.25.0 Upstream commit: 44fb7a75 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
39fb4fa28c
commit
e5414941db
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/python-dbusmock-0.18.3.tar.gz
|
||||
/python-dbusmock-0.22.0.tar.gz
|
||||
/python-dbusmock-0.23.0.tar.gz
|
||||
/python-dbusmock-0.25.0.tar.gz
|
||||
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.43.1.dev2+gbb34d4b.
|
26
packit.yaml
Normal file
26
packit.yaml
Normal file
@ -0,0 +1,26 @@
|
||||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
specfile_path: packaging/python-dbusmock.spec
|
||||
upstream_project_url: https://github.com/martinpitt/python-dbusmock
|
||||
copy_upstream_release_description: true
|
||||
upstream_package_name: python-dbusmock
|
||||
downstream_package_name: python-dbusmock
|
||||
|
||||
synced_files:
|
||||
- src: packaging/python-dbusmock.spec
|
||||
dest: python-dbusmock.spec
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-development
|
||||
- fedora-stable
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-stable
|
@ -1,8 +1,8 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.23.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.25.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
License: LGPLv3+
|
||||
@ -18,9 +18,6 @@ BuildRequires: python3-gobject
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: upower
|
||||
|
||||
# https://github.com/martinpitt/python-dbusmock/issues/74
|
||||
Patch0: 0001-Work-around-error-text-changes.patch
|
||||
|
||||
%global _description\
|
||||
With this program/Python library you can easily create mock objects on\
|
||||
D-Bus. This is useful for writing tests for software which talks to\
|
||||
@ -54,6 +51,14 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 25 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 0.25.0-1
|
||||
- bluez template: Implement adapter discovery, connect, disconnect, and removal
|
||||
(thanks Bastien Nocera)
|
||||
- Fix changing array properties (thanks Jonas Ådahl)
|
||||
- Fix CLI upower tests (thanks Marco Trevisan)
|
||||
- Add testing and Fedora updating through packit
|
||||
|
||||
|
||||
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-2
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.23.0.tar.gz) = b464c376b1489bc2a9967d08fd1e4e8943e372f46eef46d1cebf316f4afd1f2bf55d02abc3b82b7052c685fe1ff9ba22734a58aa75945706a26ae9d71e5d807e
|
||||
SHA512 (python-dbusmock-0.25.0.tar.gz) = b1101f4e07eae2fe5a4c029e95d5fd850f3e0cd7a68e3e0464dabe4cae5e74fa0b0c2d573995a58a09b34d4c6a37bd26681464832e0fa682eebe872143176640
|
||||
|
Loading…
Reference in New Issue
Block a user