Page MenuHomeSolus

Drop python2 from python-notify2
ClosedPublic

Authored by algent on Jul 18 2021, 9:12 PM.
Tags
None
Referenced Files
F10894500: D11487.diff
Jul 1 2023, 10:56 AM
F10842813: D11487.id27770.diff
Jun 10 2023, 4:02 PM
F10838884: D11487.id27842.diff
Jun 9 2023, 6:36 PM
F10838883: D11487.id27842.diff
Jun 9 2023, 6:36 PM
F10836980: D11487.diff
Jun 8 2023, 10:22 PM
F10817126: D11487.id27842.diff
Jun 1 2023, 5:41 AM
F10798791: D11487.id.diff
May 28 2023, 10:55 AM
F10769605: D11487.id27770.diff
May 20 2023, 6:30 PM
Subscribers

Details

Summary

Nothing is using python2 module of this package.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Run scripts from the example folder.
  • Run pulseaudio-dlna and budgie-takeabreak-applet.
  • Run this example script:
import notify2

notify2.init('app name')
n = notify2.Notification("Summary",
                         "Some body text",
                         "notification-message-im"   # Icon name
                        )
n.show()

Diff Detail

Repository
R2633 python-notify2
Lint
Lint Not Applicable
Unit
Tests Not Applicable