public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/files/
@ 2024-07-06  8:18 Arthur Zamarin
  0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2024-07-06  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6cf219b52e92f64bb631270fc3a24e4204126e19
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul  6 07:43:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 08:16:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf219b5

sys-power/upower: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37453
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../files/upower-1.90.2-backport-pr207.patch       | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/sys-power/upower/files/upower-1.90.2-backport-pr207.patch b/sys-power/upower/files/upower-1.90.2-backport-pr207.patch
deleted file mode 100644
index dd47e4c8926a..000000000000
--- a/sys-power/upower/files/upower-1.90.2-backport-pr207.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-https://bugs.gentoo.org/923794
-https://bugs.gentoo.org/927405
-https://gitlab.freedesktop.org/upower/upower/-/merge_requests/207
-https://bugs.debian.org/1059467
-https://github.com/martinpitt/python-dbusmock/pull/192
-
-From bd1e4698f480c6b94afa0536fc02e211ae5a87fb Mon Sep 17 00:00:00 2001
-From: Martin Pitt <martin@piware.de>
-Date: Thu, 28 Dec 2023 21:13:15 +0100
-Subject: [PATCH] linux: Adjust test_bluetooth_le_device for dbusmock 0.30.1
-
-dbusmock 0.30.1 changed the BlueZ template to set the default "Class"
-property to `MOCK_PHONE_CLASS` right away instead of in PairDevice() [1].
-
-test_bluetooth_le_device() relied on the previous implicit default of a
-"0" Class value. Set this explicitly to expect a "generic" device. This
-makes the test work with old and current dbusmock versions.
-
-https://bugs.debian.org/1059467
-
-[1] https://github.com/martinpitt/python-dbusmock/pull/192
----
- src/linux/integration-test.py | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/linux/integration-test.py b/src/linux/integration-test.py
-index e6861253..4c071e85 100755
---- a/src/linux/integration-test.py
-+++ b/src/linux/integration-test.py
-@@ -2162,7 +2162,9 @@ class Tests(dbusmock.DBusTestCase):
- 
-         alias = 'Satechi M1 Mouse'
-         battery_level = 99
--        device_properties = None
-+        device_properties = {
-+            'Class': dbus.UInt32(0, variant_level=1)
-+        }
- 
-         devs = self._add_bluez_battery_device(alias, device_properties, battery_level)
-         self.assertEqual(len(devs), 1)
--- 
-GitLab
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-06  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06  8:18 [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/files/ Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox