diff --git a/.gitignore b/.gitignore index 02c0c19..63c383c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.packit b/README.packit index 44d1757..9d6cbbc 100644 --- a/README.packit +++ b/README.packit @@ -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. diff --git a/packit.yaml b/packit.yaml index ef32a8e..9c24b67 100644 --- a/packit.yaml +++ b/packit.yaml @@ -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: diff --git a/python-dbusmock.spec b/python-dbusmock.spec index a4aeeab..f2603d5 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -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 - 0.29.1-1 +- spec: Update License: to SPDX format +- Test fixes (thanks Marco Trevisan) + +* Fri Jul 21 2023 Fedora Release Engineering - 0.29.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 0.29.0-2 +- Rebuilt for Python 3.12 + +* Thu Apr 20 2023 Packit - 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 - 0.28.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jan 05 2023 Packit - 0.28.7-1 + + + +
    +
  • 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
  • +
+ + * Wed Oct 12 2022 Packit - 0.28.6-1