Accepting request 1240188 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240188 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dbusmock?expand=0&rev=15
This commit is contained in:
commit
8e07bd3eb1
BIN
python-dbusmock-0.32.1.tar.gz
(Stored with Git LFS)
BIN
python-dbusmock-0.32.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 10:18:03 UTC 2025 - Joan Torres <joan.torres@suse.com>
|
||||
|
||||
- Update to 0.34.2:
|
||||
* spec: Adjust %autosetup to PEP-625 tarball top-level directory
|
||||
- Update to 0.34.1:
|
||||
* spec: Adjust Source URL to PEP-625 tarball name
|
||||
- Update to 0.34.0:
|
||||
* modemmanager: Add cell broadcast messages (thanks Guido Günther)
|
||||
* Move release builds to pybuild for PEP-625 compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 09:28:08 UTC 2025 - Joan Torres <joan.torres@suse.com>
|
||||
|
||||
- Update to 0.33.0:
|
||||
* 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)
|
||||
- Update to 0.32.2:
|
||||
* all templates: Drop wrong variant wrapping from all properties
|
||||
* tests: Skip TestNetworkManager::test_one_wifi_with_accesspoints
|
||||
with NM ≥ 1.49.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 13:49:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-dbusmock
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,12 +25,12 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-python-dbusmock%{psuffix}
|
||||
Version: 0.32.1
|
||||
Version: 0.34.2
|
||||
Release: 0
|
||||
Summary: Python library for creating mock D-Bus objects
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://github.com/martinpitt/python-dbusmock
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-dbusmock/python-dbusmock-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-dbusmock/python_dbusmock-%{version}.tar.gz
|
||||
BuildRequires: %{python_module dbus-python}
|
||||
BuildRequires: %{python_module gobject}
|
||||
BuildRequires: %{python_module pip}
|
||||
@ -66,7 +66,7 @@ such as upower, systemd, logind, gnome-session or others, and it is hard
|
||||
to what one may expect in tests.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-dbusmock-%{version}
|
||||
%autosetup -p1 -n python_dbusmock-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
3
python_dbusmock-0.34.2.tar.gz
Normal file
3
python_dbusmock-0.34.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69c3137f15d3397846fd4aeb2e7f41289aa4c7dc2a894502225186d1fcb396ec
|
||||
size 111535
|
Loading…
x
Reference in New Issue
Block a user