File tree Expand file tree Collapse file tree 3 files changed +38
-9
lines changed Expand file tree Collapse file tree 3 files changed +38
-9
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-License-Identifier: LGPL-2.1-or-later
3
+ SPDX-FileCopyrightText: 2024 igo95862
4
+ -->
5
+
6
+ ## 1.0.2
7
+
8
+ * Fix * create_hints* ` urgency ` parameter not working. (found and fixed by @dhjw )
9
+
10
+ ## 1.0.1
11
+
12
+ * Increase minimum sdbus version to 0.8rc2
13
+
14
+ ## 1.0.0
15
+
16
+ Initial release.
Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-License-Identifier: LGPL-2.1-or-later
3
+ SPDX-FileCopyrightText: 2024 igo95862
4
+ -->
5
+
1
6
[ ![ Documentation Status] ( https://readthedocs.org/projects/python-sdbus-notifications/badge/?version=latest )] ( https://python-sdbus-notifications.readthedocs.io/en/latest/?badge=latest )
7
+ [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/sdbus-notifications )] ( https://pypi.org/project/sdbus-notifications/ )
8
+
2
9
# Freedesktop notifications binds for python-sdbus
3
10
4
- Supports both asyncio (under ` sdbus_async.notifications ` module) and blocking (under ` sdbus_block.notifications ` module)
11
+ Supports both asyncio (under ` sdbus_async.notifications ` module) and blocking (under ` sdbus_block.notifications ` module)
5
12
6
13
Implemented:
7
14
@@ -12,14 +19,14 @@ Implemented:
12
19
13
20
* ` python-sdbus ` version higher than 0.8rc2
14
21
15
- See [ python-sdbus requirements] ( https://github.com/igo95862 /python-sdbus#requirements ) .
22
+ See [ python-sdbus requirements] ( https://github.com/python-sdbus /python-sdbus#requirements ) .
16
23
17
24
## Installation
18
25
19
26
` pip install --only-binary ':all:' sdbus-notifications `
20
27
21
28
# [ Documentation] ( https://python-sdbus-notifications.readthedocs.io/en/latest/ )
22
29
23
- This is the sub-project of [ python-sdbus] ( https://github.com/igo95862 /python-sdbus ) .
30
+ This is the sub-project of [ python-sdbus] ( https://github.com/python-sdbus /python-sdbus ) .
24
31
25
32
See the [ python-sdbus documentation] ( https://python-sdbus.readthedocs.io/en/latest/ ) .
Original file line number Diff line number Diff line change 29
29
description = ('Freedesktop notifications binds for sdbus.' ),
30
30
long_description = long_description ,
31
31
long_description_content_type = 'text/markdown' ,
32
- version = '1.0.1 ' ,
33
- url = 'https://github.com/igo95862 /python-sdbus' ,
32
+ version = '1.0.2 ' ,
33
+ url = 'https://github.com/python-sdbus /python-sdbus-notifications ' ,
34
34
author = 'igo95862' ,
35
35
author_email = 'igo95862@yandex.ru' ,
36
36
license = 'LGPL-2.1-or-later' ,
37
37
keywords = 'dbus notifications linux freedesktop' ,
38
38
project_urls = {
39
- 'Documentation' : 'https://python-sdbus.readthedocs.io/en/latest/' ,
40
- 'Source' : 'https://github.com/igo95862/python-sdbus/' ,
41
- 'Tracker' : 'https://github.com/igo95862/python-sdbus/issues/' ,
39
+ 'Documentation' : (
40
+ 'https://python-sdbus-notifications.readthedocs.io/en/latest/'
41
+ ),
42
+ 'Source' : (
43
+ 'https://github.com/python-sdbus/python-sdbus-notifications'
44
+ ),
45
+ 'Tracker' : (
46
+ 'https://github.com/python-sdbus/python-sdbus-notifications/issues'
47
+ ),
42
48
},
43
49
classifiers = [
44
- 'Development Status :: 4 - Beta ' ,
50
+ 'Development Status :: 5 - Production/Stable ' ,
45
51
'Intended Audience :: Developers' ,
46
52
(
47
53
'License :: OSI Approved :: '
You can’t perform that action at this time.
0 commit comments