dbus-notifier 1.0.3__tar.gz → 1.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/.env_dbus_notifier +0 -0
- {dbus_notifier-1.0.3/dbus_notifier.egg-info → dbus_notifier-1.1.0}/PKG-INFO +60 -61
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0/dbus_notifier.egg-info}/PKG-INFO +60 -61
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/dbus_notifier.egg-info/SOURCES.txt +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/dbus_notifier.egg-info/dependency_links.txt +0 -0
- dbus_notifier-1.1.0/dbus_notifier.egg-info/requires.txt +59 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/dbus_notifier.egg-info/top_level.txt +0 -0
- dbus_notifier-1.1.0/pyproject.toml +86 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/setup.cfg +0 -7
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/setup.py +0 -1
- dbus_notifier-1.0.3/dbus_notifier.egg-info/requires.txt +0 -60
- dbus_notifier-1.0.3/pyproject.toml +0 -87
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/LICENSE +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/README.md +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/dbus_notifier/__init__.py +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/dbus_notifier/icons/feather_on_grey.png +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.0}/dbus_notifier/notifysender.py +0 -0
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: A small dbus notifier package
|
|
5
5
|
Author: Adam Bukolt
|
|
6
6
|
Author-email: Adam Bukolt <abukolt@gmx.com>
|
|
@@ -11,66 +11,65 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: annotated-types
|
|
15
|
-
Requires-Dist: astroid
|
|
16
|
-
Requires-Dist: attrs
|
|
17
|
-
Requires-Dist: bleach
|
|
18
|
-
Requires-Dist: build
|
|
19
|
-
Requires-Dist: certifi
|
|
20
|
-
Requires-Dist: cffi
|
|
21
|
-
Requires-Dist: charset-normalizer
|
|
22
|
-
Requires-Dist: check-wheel-contents
|
|
23
|
-
Requires-Dist: click
|
|
24
|
-
Requires-Dist: cryptography
|
|
25
|
-
Requires-Dist: dbus-next
|
|
26
|
-
Requires-Dist: dbus-python
|
|
27
|
-
Requires-Dist: dbusnotify
|
|
28
|
-
Requires-Dist: dill
|
|
29
|
-
Requires-Dist: docutils
|
|
30
|
-
Requires-Dist: dotenv
|
|
31
|
-
Requires-Dist: id
|
|
32
|
-
Requires-Dist: idna
|
|
33
|
-
Requires-Dist: importlib-metadata
|
|
34
|
-
Requires-Dist: isort
|
|
35
|
-
Requires-Dist: jaraco-classes
|
|
36
|
-
Requires-Dist: jaraco-context
|
|
37
|
-
Requires-Dist: jaraco-functools
|
|
38
|
-
Requires-Dist: jeepney
|
|
39
|
-
Requires-Dist: keyring
|
|
40
|
-
Requires-Dist: markdown-it-py
|
|
41
|
-
Requires-Dist: mccabe
|
|
42
|
-
Requires-Dist: mdurl
|
|
43
|
-
Requires-Dist: more-itertools
|
|
44
|
-
Requires-Dist: nh3
|
|
45
|
-
Requires-Dist: packaging
|
|
46
|
-
Requires-Dist: pkginfo
|
|
47
|
-
Requires-Dist: platformdirs
|
|
48
|
-
Requires-Dist: pycodestyle
|
|
49
|
-
Requires-Dist: pycparser
|
|
50
|
-
Requires-Dist: pydantic
|
|
51
|
-
Requires-Dist: pydantic-core
|
|
52
|
-
Requires-Dist: pyflakes
|
|
53
|
-
Requires-Dist: pygments
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist: requests
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist: typing-
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist:
|
|
71
|
-
Requires-Dist:
|
|
72
|
-
Requires-Dist:
|
|
73
|
-
Requires-Dist: zipp==3.23.0
|
|
14
|
+
Requires-Dist: annotated-types>=0.7.0
|
|
15
|
+
Requires-Dist: astroid>=4.0.0a0
|
|
16
|
+
Requires-Dist: attrs>=25.3.0
|
|
17
|
+
Requires-Dist: bleach>=6.2.0
|
|
18
|
+
Requires-Dist: build>=1.2.2.post1
|
|
19
|
+
Requires-Dist: certifi>=2025.7.14
|
|
20
|
+
Requires-Dist: cffi>=1.17.1
|
|
21
|
+
Requires-Dist: charset-normalizer>=3.4.2
|
|
22
|
+
Requires-Dist: check-wheel-contents>=0.6.2
|
|
23
|
+
Requires-Dist: click>=8.2.1
|
|
24
|
+
Requires-Dist: cryptography>=45.0.5
|
|
25
|
+
Requires-Dist: dbus-next>=0.2.3
|
|
26
|
+
Requires-Dist: dbus-python>=1.4.0
|
|
27
|
+
Requires-Dist: dbusnotify>=0.0.2
|
|
28
|
+
Requires-Dist: dill>=0.4.0
|
|
29
|
+
Requires-Dist: docutils>=0.22rc5
|
|
30
|
+
Requires-Dist: dotenv>=0.9.9
|
|
31
|
+
Requires-Dist: id>=1.5.0
|
|
32
|
+
Requires-Dist: idna>=3.10
|
|
33
|
+
Requires-Dist: importlib-metadata>=8.7.0
|
|
34
|
+
Requires-Dist: isort>=6.0.1
|
|
35
|
+
Requires-Dist: jaraco-classes>=3.4.0
|
|
36
|
+
Requires-Dist: jaraco-context>=6.0.1
|
|
37
|
+
Requires-Dist: jaraco-functools>=4.2.1
|
|
38
|
+
Requires-Dist: jeepney>=0.9.0
|
|
39
|
+
Requires-Dist: keyring>=25.6.0
|
|
40
|
+
Requires-Dist: markdown-it-py>=3.0.0
|
|
41
|
+
Requires-Dist: mccabe>=0.7.0
|
|
42
|
+
Requires-Dist: mdurl>=0.1.2
|
|
43
|
+
Requires-Dist: more-itertools>=10.7.0
|
|
44
|
+
Requires-Dist: nh3>=0.2.22
|
|
45
|
+
Requires-Dist: packaging>=25.0
|
|
46
|
+
Requires-Dist: pkginfo>=1.12.1.2
|
|
47
|
+
Requires-Dist: platformdirs>=4.3.8
|
|
48
|
+
Requires-Dist: pycodestyle>=2.14.0
|
|
49
|
+
Requires-Dist: pycparser>=2.22
|
|
50
|
+
Requires-Dist: pydantic>=2.11.7
|
|
51
|
+
Requires-Dist: pydantic-core>=2.33.2
|
|
52
|
+
Requires-Dist: pyflakes>=3.3.2
|
|
53
|
+
Requires-Dist: pygments>=2.19.1
|
|
54
|
+
Requires-Dist: pyproject-hooks>=1.2.0
|
|
55
|
+
Requires-Dist: python-dotenv>=1.1.0
|
|
56
|
+
Requires-Dist: readme-renderer>=44.0
|
|
57
|
+
Requires-Dist: requests>=2.32.4
|
|
58
|
+
Requires-Dist: requests-toolbelt>=1.0.0
|
|
59
|
+
Requires-Dist: rfc3986>=2.0.0
|
|
60
|
+
Requires-Dist: rich>=14.0.0
|
|
61
|
+
Requires-Dist: secretstorage>=3.3.3
|
|
62
|
+
Requires-Dist: setuptools>=80.9.0
|
|
63
|
+
Requires-Dist: six>=1.17.0
|
|
64
|
+
Requires-Dist: tomli>=2.2.1
|
|
65
|
+
Requires-Dist: tomlkit>=0.13.3
|
|
66
|
+
Requires-Dist: twine>=6.1.0
|
|
67
|
+
Requires-Dist: typing-extensions>=4.14.0
|
|
68
|
+
Requires-Dist: typing-inspection>=0.4.1
|
|
69
|
+
Requires-Dist: urllib3>=2.4.0
|
|
70
|
+
Requires-Dist: webencodings>=0.5.1
|
|
71
|
+
Requires-Dist: wheel-filename>=1.4.2
|
|
72
|
+
Requires-Dist: zipp>=3.23.0
|
|
74
73
|
Dynamic: author
|
|
75
74
|
Dynamic: license-file
|
|
76
75
|
Dynamic: requires-python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: A small dbus notifier package
|
|
5
5
|
Author: Adam Bukolt
|
|
6
6
|
Author-email: Adam Bukolt <abukolt@gmx.com>
|
|
@@ -11,66 +11,65 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: annotated-types
|
|
15
|
-
Requires-Dist: astroid
|
|
16
|
-
Requires-Dist: attrs
|
|
17
|
-
Requires-Dist: bleach
|
|
18
|
-
Requires-Dist: build
|
|
19
|
-
Requires-Dist: certifi
|
|
20
|
-
Requires-Dist: cffi
|
|
21
|
-
Requires-Dist: charset-normalizer
|
|
22
|
-
Requires-Dist: check-wheel-contents
|
|
23
|
-
Requires-Dist: click
|
|
24
|
-
Requires-Dist: cryptography
|
|
25
|
-
Requires-Dist: dbus-next
|
|
26
|
-
Requires-Dist: dbus-python
|
|
27
|
-
Requires-Dist: dbusnotify
|
|
28
|
-
Requires-Dist: dill
|
|
29
|
-
Requires-Dist: docutils
|
|
30
|
-
Requires-Dist: dotenv
|
|
31
|
-
Requires-Dist: id
|
|
32
|
-
Requires-Dist: idna
|
|
33
|
-
Requires-Dist: importlib-metadata
|
|
34
|
-
Requires-Dist: isort
|
|
35
|
-
Requires-Dist: jaraco-classes
|
|
36
|
-
Requires-Dist: jaraco-context
|
|
37
|
-
Requires-Dist: jaraco-functools
|
|
38
|
-
Requires-Dist: jeepney
|
|
39
|
-
Requires-Dist: keyring
|
|
40
|
-
Requires-Dist: markdown-it-py
|
|
41
|
-
Requires-Dist: mccabe
|
|
42
|
-
Requires-Dist: mdurl
|
|
43
|
-
Requires-Dist: more-itertools
|
|
44
|
-
Requires-Dist: nh3
|
|
45
|
-
Requires-Dist: packaging
|
|
46
|
-
Requires-Dist: pkginfo
|
|
47
|
-
Requires-Dist: platformdirs
|
|
48
|
-
Requires-Dist: pycodestyle
|
|
49
|
-
Requires-Dist: pycparser
|
|
50
|
-
Requires-Dist: pydantic
|
|
51
|
-
Requires-Dist: pydantic-core
|
|
52
|
-
Requires-Dist: pyflakes
|
|
53
|
-
Requires-Dist: pygments
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist: requests
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist: typing-
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist:
|
|
71
|
-
Requires-Dist:
|
|
72
|
-
Requires-Dist:
|
|
73
|
-
Requires-Dist: zipp==3.23.0
|
|
14
|
+
Requires-Dist: annotated-types>=0.7.0
|
|
15
|
+
Requires-Dist: astroid>=4.0.0a0
|
|
16
|
+
Requires-Dist: attrs>=25.3.0
|
|
17
|
+
Requires-Dist: bleach>=6.2.0
|
|
18
|
+
Requires-Dist: build>=1.2.2.post1
|
|
19
|
+
Requires-Dist: certifi>=2025.7.14
|
|
20
|
+
Requires-Dist: cffi>=1.17.1
|
|
21
|
+
Requires-Dist: charset-normalizer>=3.4.2
|
|
22
|
+
Requires-Dist: check-wheel-contents>=0.6.2
|
|
23
|
+
Requires-Dist: click>=8.2.1
|
|
24
|
+
Requires-Dist: cryptography>=45.0.5
|
|
25
|
+
Requires-Dist: dbus-next>=0.2.3
|
|
26
|
+
Requires-Dist: dbus-python>=1.4.0
|
|
27
|
+
Requires-Dist: dbusnotify>=0.0.2
|
|
28
|
+
Requires-Dist: dill>=0.4.0
|
|
29
|
+
Requires-Dist: docutils>=0.22rc5
|
|
30
|
+
Requires-Dist: dotenv>=0.9.9
|
|
31
|
+
Requires-Dist: id>=1.5.0
|
|
32
|
+
Requires-Dist: idna>=3.10
|
|
33
|
+
Requires-Dist: importlib-metadata>=8.7.0
|
|
34
|
+
Requires-Dist: isort>=6.0.1
|
|
35
|
+
Requires-Dist: jaraco-classes>=3.4.0
|
|
36
|
+
Requires-Dist: jaraco-context>=6.0.1
|
|
37
|
+
Requires-Dist: jaraco-functools>=4.2.1
|
|
38
|
+
Requires-Dist: jeepney>=0.9.0
|
|
39
|
+
Requires-Dist: keyring>=25.6.0
|
|
40
|
+
Requires-Dist: markdown-it-py>=3.0.0
|
|
41
|
+
Requires-Dist: mccabe>=0.7.0
|
|
42
|
+
Requires-Dist: mdurl>=0.1.2
|
|
43
|
+
Requires-Dist: more-itertools>=10.7.0
|
|
44
|
+
Requires-Dist: nh3>=0.2.22
|
|
45
|
+
Requires-Dist: packaging>=25.0
|
|
46
|
+
Requires-Dist: pkginfo>=1.12.1.2
|
|
47
|
+
Requires-Dist: platformdirs>=4.3.8
|
|
48
|
+
Requires-Dist: pycodestyle>=2.14.0
|
|
49
|
+
Requires-Dist: pycparser>=2.22
|
|
50
|
+
Requires-Dist: pydantic>=2.11.7
|
|
51
|
+
Requires-Dist: pydantic-core>=2.33.2
|
|
52
|
+
Requires-Dist: pyflakes>=3.3.2
|
|
53
|
+
Requires-Dist: pygments>=2.19.1
|
|
54
|
+
Requires-Dist: pyproject-hooks>=1.2.0
|
|
55
|
+
Requires-Dist: python-dotenv>=1.1.0
|
|
56
|
+
Requires-Dist: readme-renderer>=44.0
|
|
57
|
+
Requires-Dist: requests>=2.32.4
|
|
58
|
+
Requires-Dist: requests-toolbelt>=1.0.0
|
|
59
|
+
Requires-Dist: rfc3986>=2.0.0
|
|
60
|
+
Requires-Dist: rich>=14.0.0
|
|
61
|
+
Requires-Dist: secretstorage>=3.3.3
|
|
62
|
+
Requires-Dist: setuptools>=80.9.0
|
|
63
|
+
Requires-Dist: six>=1.17.0
|
|
64
|
+
Requires-Dist: tomli>=2.2.1
|
|
65
|
+
Requires-Dist: tomlkit>=0.13.3
|
|
66
|
+
Requires-Dist: twine>=6.1.0
|
|
67
|
+
Requires-Dist: typing-extensions>=4.14.0
|
|
68
|
+
Requires-Dist: typing-inspection>=0.4.1
|
|
69
|
+
Requires-Dist: urllib3>=2.4.0
|
|
70
|
+
Requires-Dist: webencodings>=0.5.1
|
|
71
|
+
Requires-Dist: wheel-filename>=1.4.2
|
|
72
|
+
Requires-Dist: zipp>=3.23.0
|
|
74
73
|
Dynamic: author
|
|
75
74
|
Dynamic: license-file
|
|
76
75
|
Dynamic: requires-python
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
annotated-types>=0.7.0
|
|
2
|
+
astroid>=4.0.0a0
|
|
3
|
+
attrs>=25.3.0
|
|
4
|
+
bleach>=6.2.0
|
|
5
|
+
build>=1.2.2.post1
|
|
6
|
+
certifi>=2025.7.14
|
|
7
|
+
cffi>=1.17.1
|
|
8
|
+
charset-normalizer>=3.4.2
|
|
9
|
+
check-wheel-contents>=0.6.2
|
|
10
|
+
click>=8.2.1
|
|
11
|
+
cryptography>=45.0.5
|
|
12
|
+
dbus-next>=0.2.3
|
|
13
|
+
dbus-python>=1.4.0
|
|
14
|
+
dbusnotify>=0.0.2
|
|
15
|
+
dill>=0.4.0
|
|
16
|
+
docutils>=0.22rc5
|
|
17
|
+
dotenv>=0.9.9
|
|
18
|
+
id>=1.5.0
|
|
19
|
+
idna>=3.10
|
|
20
|
+
importlib-metadata>=8.7.0
|
|
21
|
+
isort>=6.0.1
|
|
22
|
+
jaraco-classes>=3.4.0
|
|
23
|
+
jaraco-context>=6.0.1
|
|
24
|
+
jaraco-functools>=4.2.1
|
|
25
|
+
jeepney>=0.9.0
|
|
26
|
+
keyring>=25.6.0
|
|
27
|
+
markdown-it-py>=3.0.0
|
|
28
|
+
mccabe>=0.7.0
|
|
29
|
+
mdurl>=0.1.2
|
|
30
|
+
more-itertools>=10.7.0
|
|
31
|
+
nh3>=0.2.22
|
|
32
|
+
packaging>=25.0
|
|
33
|
+
pkginfo>=1.12.1.2
|
|
34
|
+
platformdirs>=4.3.8
|
|
35
|
+
pycodestyle>=2.14.0
|
|
36
|
+
pycparser>=2.22
|
|
37
|
+
pydantic>=2.11.7
|
|
38
|
+
pydantic-core>=2.33.2
|
|
39
|
+
pyflakes>=3.3.2
|
|
40
|
+
pygments>=2.19.1
|
|
41
|
+
pyproject-hooks>=1.2.0
|
|
42
|
+
python-dotenv>=1.1.0
|
|
43
|
+
readme-renderer>=44.0
|
|
44
|
+
requests>=2.32.4
|
|
45
|
+
requests-toolbelt>=1.0.0
|
|
46
|
+
rfc3986>=2.0.0
|
|
47
|
+
rich>=14.0.0
|
|
48
|
+
secretstorage>=3.3.3
|
|
49
|
+
setuptools>=80.9.0
|
|
50
|
+
six>=1.17.0
|
|
51
|
+
tomli>=2.2.1
|
|
52
|
+
tomlkit>=0.13.3
|
|
53
|
+
twine>=6.1.0
|
|
54
|
+
typing-extensions>=4.14.0
|
|
55
|
+
typing-inspection>=0.4.1
|
|
56
|
+
urllib3>=2.4.0
|
|
57
|
+
webencodings>=0.5.1
|
|
58
|
+
wheel-filename>=1.4.2
|
|
59
|
+
zipp>=3.23.0
|
|
File without changes
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools>=67.3.3",
|
|
4
|
+
"bumpversion",
|
|
5
|
+
"bump2version"
|
|
6
|
+
]
|
|
7
|
+
build-backend = "setuptools.build_meta"
|
|
8
|
+
|
|
9
|
+
[project]
|
|
10
|
+
name = "dbus-notifier"
|
|
11
|
+
version = "1.1.0"
|
|
12
|
+
authors = [
|
|
13
|
+
{ name="Adam Bukolt", email="abukolt@gmx.com" },
|
|
14
|
+
]
|
|
15
|
+
description = "A small dbus notifier package"
|
|
16
|
+
readme = "README.md"
|
|
17
|
+
requires-python = ">=3.10"
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
"License :: OSI Approved :: MIT License",
|
|
21
|
+
"Operating System :: OS Independent",
|
|
22
|
+
]
|
|
23
|
+
dependencies = [
|
|
24
|
+
"annotated-types>=0.7.0",
|
|
25
|
+
"astroid>=4.0.0a0",
|
|
26
|
+
"attrs>=25.3.0",
|
|
27
|
+
"bleach>=6.2.0",
|
|
28
|
+
"build>=1.2.2.post1",
|
|
29
|
+
"certifi>=2025.7.14",
|
|
30
|
+
"cffi>=1.17.1",
|
|
31
|
+
"charset-normalizer>=3.4.2",
|
|
32
|
+
"check-wheel-contents>=0.6.2",
|
|
33
|
+
"click>=8.2.1",
|
|
34
|
+
"cryptography>=45.0.5",
|
|
35
|
+
"dbus-next>=0.2.3",
|
|
36
|
+
"dbus-python>=1.4.0",
|
|
37
|
+
"dbusnotify>=0.0.2",
|
|
38
|
+
"dill>=0.4.0",
|
|
39
|
+
"docutils>=0.22rc5",
|
|
40
|
+
"dotenv>=0.9.9",
|
|
41
|
+
"id>=1.5.0",
|
|
42
|
+
"idna>=3.10",
|
|
43
|
+
"importlib-metadata>=8.7.0",
|
|
44
|
+
"isort>=6.0.1",
|
|
45
|
+
"jaraco-classes>=3.4.0",
|
|
46
|
+
"jaraco-context>=6.0.1",
|
|
47
|
+
"jaraco-functools>=4.2.1",
|
|
48
|
+
"jeepney>=0.9.0",
|
|
49
|
+
"keyring>=25.6.0",
|
|
50
|
+
"markdown-it-py>=3.0.0",
|
|
51
|
+
"mccabe>=0.7.0",
|
|
52
|
+
"mdurl>=0.1.2",
|
|
53
|
+
"more-itertools>=10.7.0",
|
|
54
|
+
"nh3>=0.2.22",
|
|
55
|
+
"packaging>=25.0",
|
|
56
|
+
"pkginfo>=1.12.1.2",
|
|
57
|
+
"platformdirs>=4.3.8",
|
|
58
|
+
"pycodestyle>=2.14.0",
|
|
59
|
+
"pycparser>=2.22",
|
|
60
|
+
"pydantic>=2.11.7",
|
|
61
|
+
"pydantic-core>=2.33.2",
|
|
62
|
+
"pyflakes>=3.3.2",
|
|
63
|
+
"pygments>=2.19.1",
|
|
64
|
+
"pyproject-hooks>=1.2.0",
|
|
65
|
+
"python-dotenv>=1.1.0",
|
|
66
|
+
"readme-renderer>=44.0",
|
|
67
|
+
"requests>=2.32.4",
|
|
68
|
+
"requests-toolbelt>=1.0.0",
|
|
69
|
+
"rfc3986>=2.0.0",
|
|
70
|
+
"rich>=14.0.0",
|
|
71
|
+
"secretstorage>=3.3.3",
|
|
72
|
+
"setuptools>=80.9.0",
|
|
73
|
+
"six>=1.17.0",
|
|
74
|
+
"tomli>=2.2.1",
|
|
75
|
+
"tomlkit>=0.13.3",
|
|
76
|
+
"twine>=6.1.0",
|
|
77
|
+
"typing-extensions>=4.14.0",
|
|
78
|
+
"typing-inspection>=0.4.1",
|
|
79
|
+
"urllib3>=2.4.0",
|
|
80
|
+
"webencodings>=0.5.1",
|
|
81
|
+
"wheel-filename>=1.4.2",
|
|
82
|
+
"zipp>=3.23.0",
|
|
83
|
+
]
|
|
84
|
+
|
|
85
|
+
[project.urls]
|
|
86
|
+
"Homepage" = "https://github.com/adambmarsh/dbusnotify"
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
annotated-types==0.7.0
|
|
2
|
-
astroid==3.3.10
|
|
3
|
-
attrs==25.3.0
|
|
4
|
-
bleach==6.2.0
|
|
5
|
-
build==1.2.2.post1
|
|
6
|
-
certifi==2025.6.15
|
|
7
|
-
cffi==1.17.1
|
|
8
|
-
charset-normalizer==3.4.2
|
|
9
|
-
check-wheel-contents==0.6.2
|
|
10
|
-
click==8.2.1
|
|
11
|
-
cryptography==45.0.4
|
|
12
|
-
dbus-next==0.2.3
|
|
13
|
-
dbus-python==1.4.0
|
|
14
|
-
dbusnotify==0.0.2
|
|
15
|
-
dill==0.4.0
|
|
16
|
-
docutils==0.21.2
|
|
17
|
-
dotenv==0.9.9
|
|
18
|
-
id==1.5.0
|
|
19
|
-
idna==3.10
|
|
20
|
-
importlib-metadata==8.7.0
|
|
21
|
-
isort==6.0.1
|
|
22
|
-
jaraco-classes==3.4.0
|
|
23
|
-
jaraco-context==6.0.1
|
|
24
|
-
jaraco-functools==4.1.0
|
|
25
|
-
jeepney==0.9.0
|
|
26
|
-
keyring==25.6.0
|
|
27
|
-
markdown-it-py==3.0.0
|
|
28
|
-
mccabe==0.7.0
|
|
29
|
-
mdurl==0.1.2
|
|
30
|
-
more-itertools==10.7.0
|
|
31
|
-
nh3==0.2.21
|
|
32
|
-
packaging==25.0
|
|
33
|
-
pkginfo==1.12.1.2
|
|
34
|
-
platformdirs==4.3.8
|
|
35
|
-
pycodestyle==2.13.0
|
|
36
|
-
pycparser==2.22
|
|
37
|
-
pydantic==2.11.7
|
|
38
|
-
pydantic-core==2.33.2
|
|
39
|
-
pyflakes==3.3.2
|
|
40
|
-
pygments==2.19.1
|
|
41
|
-
pylint==3.3.7
|
|
42
|
-
pyproject-hooks==1.2.0
|
|
43
|
-
python-dotenv==1.1.0
|
|
44
|
-
readme-renderer==44.0
|
|
45
|
-
requests==2.32.4
|
|
46
|
-
requests-toolbelt==1.0.0
|
|
47
|
-
rfc3986==2.0.0
|
|
48
|
-
rich==14.0.0
|
|
49
|
-
secretstorage==3.3.3
|
|
50
|
-
setuptools==80.9.0
|
|
51
|
-
six==1.17.0
|
|
52
|
-
tomli==2.2.1
|
|
53
|
-
tomlkit==0.13.3
|
|
54
|
-
twine==6.1.0
|
|
55
|
-
typing-extensions==4.14.0
|
|
56
|
-
typing-inspection==0.4.1
|
|
57
|
-
urllib3==2.4.0
|
|
58
|
-
webencodings==0.5.1
|
|
59
|
-
wheel-filename==1.4.2
|
|
60
|
-
zipp==3.23.0
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = [
|
|
3
|
-
"setuptools>=67.3.3",
|
|
4
|
-
"bumpversion",
|
|
5
|
-
"bump2version"
|
|
6
|
-
]
|
|
7
|
-
build-backend = "setuptools.build_meta"
|
|
8
|
-
|
|
9
|
-
[project]
|
|
10
|
-
name = "dbus-notifier"
|
|
11
|
-
version = "1.0.3"
|
|
12
|
-
authors = [
|
|
13
|
-
{ name="Adam Bukolt", email="abukolt@gmx.com" },
|
|
14
|
-
]
|
|
15
|
-
description = "A small dbus notifier package"
|
|
16
|
-
readme = "README.md"
|
|
17
|
-
requires-python = ">=3.10"
|
|
18
|
-
classifiers = [
|
|
19
|
-
"Programming Language :: Python :: 3",
|
|
20
|
-
"License :: OSI Approved :: MIT License",
|
|
21
|
-
"Operating System :: OS Independent",
|
|
22
|
-
]
|
|
23
|
-
dependencies = [
|
|
24
|
-
"annotated-types==0.7.0",
|
|
25
|
-
"astroid==3.3.10",
|
|
26
|
-
"attrs==25.3.0",
|
|
27
|
-
"bleach==6.2.0",
|
|
28
|
-
"build==1.2.2.post1",
|
|
29
|
-
"certifi==2025.6.15",
|
|
30
|
-
"cffi==1.17.1",
|
|
31
|
-
"charset-normalizer==3.4.2",
|
|
32
|
-
"check-wheel-contents==0.6.2",
|
|
33
|
-
"click==8.2.1",
|
|
34
|
-
"cryptography==45.0.4",
|
|
35
|
-
"dbus-next==0.2.3",
|
|
36
|
-
"dbus-python==1.4.0",
|
|
37
|
-
"dbusnotify==0.0.2",
|
|
38
|
-
"dill==0.4.0",
|
|
39
|
-
"docutils==0.21.2",
|
|
40
|
-
"dotenv==0.9.9",
|
|
41
|
-
"id==1.5.0",
|
|
42
|
-
"idna==3.10",
|
|
43
|
-
"importlib-metadata==8.7.0",
|
|
44
|
-
"isort==6.0.1",
|
|
45
|
-
"jaraco-classes==3.4.0",
|
|
46
|
-
"jaraco-context==6.0.1",
|
|
47
|
-
"jaraco-functools==4.1.0",
|
|
48
|
-
"jeepney==0.9.0",
|
|
49
|
-
"keyring==25.6.0",
|
|
50
|
-
"markdown-it-py==3.0.0",
|
|
51
|
-
"mccabe==0.7.0",
|
|
52
|
-
"mdurl==0.1.2",
|
|
53
|
-
"more-itertools==10.7.0",
|
|
54
|
-
"nh3==0.2.21",
|
|
55
|
-
"packaging==25.0",
|
|
56
|
-
"pkginfo==1.12.1.2",
|
|
57
|
-
"platformdirs==4.3.8",
|
|
58
|
-
"pycodestyle==2.13.0",
|
|
59
|
-
"pycparser==2.22",
|
|
60
|
-
"pydantic==2.11.7",
|
|
61
|
-
"pydantic-core==2.33.2",
|
|
62
|
-
"pyflakes==3.3.2",
|
|
63
|
-
"pygments==2.19.1",
|
|
64
|
-
"pylint==3.3.7",
|
|
65
|
-
"pyproject-hooks==1.2.0",
|
|
66
|
-
"python-dotenv==1.1.0",
|
|
67
|
-
"readme-renderer==44.0",
|
|
68
|
-
"requests==2.32.4",
|
|
69
|
-
"requests-toolbelt==1.0.0",
|
|
70
|
-
"rfc3986==2.0.0",
|
|
71
|
-
"rich==14.0.0",
|
|
72
|
-
"secretstorage==3.3.3",
|
|
73
|
-
"setuptools==80.9.0",
|
|
74
|
-
"six==1.17.0",
|
|
75
|
-
"tomli==2.2.1",
|
|
76
|
-
"tomlkit==0.13.3",
|
|
77
|
-
"twine==6.1.0",
|
|
78
|
-
"typing-extensions==4.14.0",
|
|
79
|
-
"typing-inspection==0.4.1",
|
|
80
|
-
"urllib3==2.4.0",
|
|
81
|
-
"webencodings==0.5.1",
|
|
82
|
-
"wheel-filename==1.4.2",
|
|
83
|
-
"zipp==3.23.0",
|
|
84
|
-
]
|
|
85
|
-
|
|
86
|
-
[project.urls]
|
|
87
|
-
"Homepage" = "https://github.com/adambmarsh/dbusnotify"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|