Update to 0.32.2
Resolves: jira#RHEL-69880
This commit is contained in:
parent
0f82c76f74
commit
fe1d553954
4
.gitignore
vendored
4
.gitignore
vendored
@ -35,3 +35,7 @@
|
||||
/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
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.87.1.post1.dev11+gd1f7091b.
|
||||
The file was generated using packit 0.101.1.post1.dev8+ge78e9e3b.
|
||||
|
@ -12,7 +12,7 @@ actions:
|
||||
create-archive:
|
||||
- ./setup.py sdist
|
||||
# spec and tarball need to be in the same directory
|
||||
- sh -c 'mv dist/*.tar.* packaging; ls packaging/python-dbusmock-*.tar.*'
|
||||
- sh -c 'mv dist/*.tar.* packaging; ls packaging/python[-_]dbusmock-*.tar.*'
|
||||
|
||||
srpm_build_deps:
|
||||
- python3-setuptools
|
||||
@ -23,15 +23,17 @@ jobs:
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-all
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
# FIXME: broken
|
||||
# - centos-stream-10-x86_64
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-all
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
# FIXME: broken rpm build above
|
||||
# - centos-stream-10-x86_64
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.30.2
|
||||
Release: 5%{?dist}
|
||||
Version: 0.32.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
License: LGPL-3.0-or-later
|
||||
@ -34,7 +34,7 @@ Requires: python3-dbus, python3-gobject, dbus-x11
|
||||
%description -n python3-dbusmock %_description
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -S git
|
||||
%autosetup -n %{name}-%{version}
|
||||
rm -rf python-%{modname}.egg-info
|
||||
|
||||
|
||||
@ -52,12 +52,28 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.30.2-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
* 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
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.30.2-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.30.2.tar.gz) = a34c4660fe50b9551274626b19959dbe985e112429d2eb68811f3cc37cc017f8171eac2e2b8c262874678e24f7fb3d1f39410cd977b59f501973de19b6ca3a13
|
||||
SHA512 (python-dbusmock-0.32.2.tar.gz) = 09981dddd49e430093996de78d96293c46867fad7ab24e1badde25cda5f60b05324bd203d5738e8f4315c5744809876ac4afd73aa26bcc6afa05fd631c03ceba
|
||||
|
Loading…
Reference in New Issue
Block a user