Compare commits

...

No commits in common. "c10s" and "a9" have entirely different histories.
c10s ... a9

9 changed files with 7 additions and 192 deletions

View File

@ -1 +0,0 @@
1

44
.gitignore vendored
View File

@ -1,43 +1 @@
/python-dbusmock-0.1.1.tar.gz
/python-dbusmock-0.3.tar.gz
/python-dbusmock-0.3.1.tar.gz
/python-dbusmock-0.4.0.tar.gz
/python-dbusmock-0.6.tar.gz
/python-dbusmock-0.6.2.tar.gz
/python-dbusmock-0.6.3.tar.gz
/python-dbusmock-0.8.tar.gz
/python-dbusmock-0.8.1.tar.gz
/python-dbusmock-0.10.3.tar.gz
/python-dbusmock-0.10.1.tar.gz
/python-dbusmock-0.11.1.tar.gz
/python-dbusmock-0.16.7.tar.gz
/0.16.9.tar.gz
/python-dbusmock-0.16.9.tar.gz
/python-dbusmock-0.17.tar.gz
/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
/python-dbusmock-0.26.1.tar.gz
/python-dbusmock-0.27.0.tar.gz
/python-dbusmock-0.27.3.tar.gz
/python-dbusmock-0.27.4.tar.gz
/python-dbusmock-0.27.5.tar.gz
/python-dbusmock-0.28.0.tar.gz
/python-dbusmock-0.28.1.tar.gz
/python-dbusmock-0.28.2.tar.gz
/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
/python-dbusmock-0.30.0.tar.gz
/python-dbusmock-0.30.1.tar.gz
/python-dbusmock-0.30.2.tar.gz
/python-dbusmock-0.31.0.tar.gz
/python-dbusmock-0.31.1.tar.gz
/python-dbusmock-0.32.1.tar.gz
/python-dbusmock-0.32.2.tar.gz
/python-dbusmock-0.33.0.tar.gz
/python_dbusmock-0.34.2.tar.gz
SOURCES/python-dbusmock-0.28.7.tar.gz

View File

@ -0,0 +1 @@
21c1193b572ed4b56def892cd3439ee787c06af7 SOURCES/python-dbusmock-0.28.7.tar.gz

View File

@ -1,3 +0,0 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.106.0.

View File

@ -1,13 +1,13 @@
%global modname dbusmock
Name: python-%{modname}
Version: 0.34.2
Release: 2%{?dist}
Version: 0.28.7
Release: 1%{?dist}
Summary: Mock D-Bus objects
License: LGPL-3.0-or-later
License: LGPLv3+
URL: https://pypi.python.org/pypi/python-dbusmock
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/python_%{modname}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: git
@ -15,7 +15,6 @@ BuildRequires: python3-dbus
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-gobject
BuildRequires: python3-pytest
BuildRequires: dbus-x11
BuildRequires: upower
@ -34,7 +33,7 @@ Requires: python3-dbus, python3-gobject, dbus-x11
%description -n python3-dbusmock %_description
%prep
%autosetup -n python_%{modname}-%{version}
%autosetup -n %{name}-%{version} -S git
rm -rf python-%{modname}.egg-info
@ -52,76 +51,6 @@ rm -rf python-%{modname}.egg-info
%{python3_sitelib}/*%{modname}*
%changelog
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 27 2024 Packit <hello@packit.dev> - 0.34.2-1
- spec: Adjust %%autosetup to PEP-625 tarball top-level directory
* Wed Dec 11 2024 Packit <hello@packit.dev> - 0.33.0-1
- templates: Add gsd-rfkill (thanks Guido Günther)
- Allow adding objects derived from DBusMockObject (thanks Sebastian Wick)
- Drop Python <= 3.7 support (thanks Tomasz Kłoczko)
* Thu Oct 03 2024 Packit <hello@packit.dev> - 0.32.2-1
- all templates: Drop wrong variant wrapping from all properties
- tests: Skip TestNetworkManager::test_one_wifi_with_accesspoints with NM 1.49.3
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jul 14 2024 Packit <hello@packit.dev> - 0.32.1-1
- ModemManager: Add initial mock (thanks Guido Günther)
- bluez5: Add advertising API (thanks Frederik Leonhardt)
- Fix loading of libglib on macOS (thanks peturingi)
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.31.1-2
- Rebuilt for Python 3.13
* Fri Feb 23 2024 Packit <hello@packit.dev> - 0.31.1-1
- power_profiles_daemon: Move back to original D-Bus name to avoid breaking compatibility
- Add upower_power_profiles_daemon template for version 0.20 API with new D-Bus name
* Fri Feb 23 2024 Packit <hello@packit.dev> - 0.31.0-1
- power-profiles-daemon: Move to org.freedesktop.UPower.PowerProfiles as in release 0.20.0 (API break!)
- NetworkManager: Add stub ipv4/6 properties in AddWiFiConnection
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Dec 31 2023 Martin Pitt <mpitt@redhat.com> - 0.30.2-1
- bluez5: Fix invalid arguments to PairDevice (thanks Simon McVittie)
* Sat Dec 23 2023 Packit <hello@packit.dev> - 0.30.1-1
- bluez: Clean up static default properties, re-drop PairDevice() `class_` parameter
- Add pre-commit rules (thanks Peter Hutterer)
* 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
- 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:
@ -148,9 +77,6 @@ rm -rf python-%{modname}.egg-info
</ul>
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Packit <hello@packit.dev> - 0.28.4-1
<!-- generated by eloquent/github-release-action -->
<!-- original source:
@ -204,9 +130,6 @@ rm -rf python-%{modname}.egg-info
- mockobject: Allow sending signals with extra details (thanks Peter Hutterer)
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.27.5-2
- Rebuilt for Python 3.11
* Tue Apr 05 2022 Packit <hello@packit.dev> - 0.27.5-1
- bluez and accountsservice templates: Drop default arguments from D-Bus methods (thanks Simon McVittie)

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View File

@ -1,51 +0,0 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_project_url: https://github.com/martinpitt/python-dbusmock
# HACK: should work without, but propose_downstream fails; https://github.com/packit/packit-service/issues/1511
specfile_path: packaging/python-dbusmock.spec
issue_repository: https://github.com/martinpitt/python-dbusmock
copy_upstream_release_description: true
upstream_package_name: python-dbusmock
downstream_package_name: python-dbusmock
actions:
create-archive:
- python3 -m build --sdist
# spec and tarball need to be in the same directory
- sh -c 'mv dist/*.tar.* packaging; ls packaging/python_dbusmock-*.tar.*'
srpm_build_deps:
- python3-build
- python3-setuptools_scm
- python3dist(wheel)
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- centos-stream-9-x86_64
- centos-stream-10-x86_64
- job: tests
trigger: pull_request
targets:
- fedora-all
- centos-stream-9-x86_64
- centos-stream-10-x86_64
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-branched

View File

@ -1,5 +0,0 @@
discover:
how: fmf
dist-git-source: true
execute:
how: tmt

View File

@ -1 +0,0 @@
SHA512 (python_dbusmock-0.34.2.tar.gz) = 3a4a46afa0ca54004a6891c639c0e1bfd879e575189bdd1bbe031f12333d2358af77456e8b6cb32681010b7c19fb8171f819f67ec8960494408100118b19881d