dbus-notifier 1.0.1__tar.gz → 1.0.3__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.1/dbus_notifier.egg-info → dbus_notifier-1.0.3}/PKG-INFO +61 -58
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3/dbus_notifier.egg-info}/PKG-INFO +61 -58
- dbus_notifier-1.0.3/dbus_notifier.egg-info/requires.txt +60 -0
- dbus_notifier-1.0.3/pyproject.toml +87 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/setup.cfg +1 -1
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/setup.py +2 -2
- dbus_notifier-1.0.1/dbus_notifier.egg-info/requires.txt +0 -57
- dbus_notifier-1.0.1/pyproject.toml +0 -80
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/.env_dbus_notifier +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/LICENSE +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/README.md +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/dbus_notifier/__init__.py +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/dbus_notifier/icons/feather_on_grey.png +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/dbus_notifier/notifysender.py +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/dbus_notifier.egg-info/SOURCES.txt +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/dbus_notifier.egg-info/dependency_links.txt +0 -0
- {dbus_notifier-1.0.1 → dbus_notifier-1.0.3}/dbus_notifier.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A small dbus notifier package
|
|
5
5
|
Author: Adam Bukolt
|
|
6
6
|
Author-email: Adam Bukolt <abukolt@gmx.com>
|
|
@@ -11,63 +11,66 @@ 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:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: jaraco-
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
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:
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: annotated-types==0.7.0
|
|
15
|
+
Requires-Dist: astroid==3.3.10
|
|
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.6.15
|
|
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.4
|
|
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.21.2
|
|
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.1.0
|
|
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.21
|
|
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.13.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: pylint==3.3.7
|
|
55
|
+
Requires-Dist: pyproject-hooks==1.2.0
|
|
56
|
+
Requires-Dist: python-dotenv==1.1.0
|
|
57
|
+
Requires-Dist: readme-renderer==44.0
|
|
58
|
+
Requires-Dist: requests==2.32.4
|
|
59
|
+
Requires-Dist: requests-toolbelt==1.0.0
|
|
60
|
+
Requires-Dist: rfc3986==2.0.0
|
|
61
|
+
Requires-Dist: rich==14.0.0
|
|
62
|
+
Requires-Dist: secretstorage==3.3.3
|
|
63
|
+
Requires-Dist: setuptools==80.9.0
|
|
64
|
+
Requires-Dist: six==1.17.0
|
|
65
|
+
Requires-Dist: tomli==2.2.1
|
|
66
|
+
Requires-Dist: tomlkit==0.13.3
|
|
67
|
+
Requires-Dist: twine==6.1.0
|
|
68
|
+
Requires-Dist: typing-extensions==4.14.0
|
|
69
|
+
Requires-Dist: typing-inspection==0.4.1
|
|
70
|
+
Requires-Dist: urllib3==2.4.0
|
|
71
|
+
Requires-Dist: webencodings==0.5.1
|
|
72
|
+
Requires-Dist: wheel-filename==1.4.2
|
|
73
|
+
Requires-Dist: zipp==3.23.0
|
|
71
74
|
Dynamic: author
|
|
72
75
|
Dynamic: license-file
|
|
73
76
|
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.0.3
|
|
4
4
|
Summary: A small dbus notifier package
|
|
5
5
|
Author: Adam Bukolt
|
|
6
6
|
Author-email: Adam Bukolt <abukolt@gmx.com>
|
|
@@ -11,63 +11,66 @@ 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:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: jaraco-
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
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:
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: annotated-types==0.7.0
|
|
15
|
+
Requires-Dist: astroid==3.3.10
|
|
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.6.15
|
|
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.4
|
|
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.21.2
|
|
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.1.0
|
|
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.21
|
|
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.13.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: pylint==3.3.7
|
|
55
|
+
Requires-Dist: pyproject-hooks==1.2.0
|
|
56
|
+
Requires-Dist: python-dotenv==1.1.0
|
|
57
|
+
Requires-Dist: readme-renderer==44.0
|
|
58
|
+
Requires-Dist: requests==2.32.4
|
|
59
|
+
Requires-Dist: requests-toolbelt==1.0.0
|
|
60
|
+
Requires-Dist: rfc3986==2.0.0
|
|
61
|
+
Requires-Dist: rich==14.0.0
|
|
62
|
+
Requires-Dist: secretstorage==3.3.3
|
|
63
|
+
Requires-Dist: setuptools==80.9.0
|
|
64
|
+
Requires-Dist: six==1.17.0
|
|
65
|
+
Requires-Dist: tomli==2.2.1
|
|
66
|
+
Requires-Dist: tomlkit==0.13.3
|
|
67
|
+
Requires-Dist: twine==6.1.0
|
|
68
|
+
Requires-Dist: typing-extensions==4.14.0
|
|
69
|
+
Requires-Dist: typing-inspection==0.4.1
|
|
70
|
+
Requires-Dist: urllib3==2.4.0
|
|
71
|
+
Requires-Dist: webencodings==0.5.1
|
|
72
|
+
Requires-Dist: wheel-filename==1.4.2
|
|
73
|
+
Requires-Dist: zipp==3.23.0
|
|
71
74
|
Dynamic: author
|
|
72
75
|
Dynamic: license-file
|
|
73
76
|
Dynamic: requires-python
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
|
@@ -0,0 +1,87 @@
|
|
|
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"
|
|
@@ -8,12 +8,12 @@ requirements = [
|
|
|
8
8
|
'dbus-next==0.2.3',
|
|
9
9
|
'dbus-python==1.3.2',
|
|
10
10
|
'dbusnotify==0.0.2',
|
|
11
|
-
'python-dotenv==1.0.
|
|
11
|
+
'python-dotenv==1.0.3'
|
|
12
12
|
]
|
|
13
13
|
|
|
14
14
|
setuptools.setup(
|
|
15
15
|
name="dbus_notifier",
|
|
16
|
-
version="1.0.
|
|
16
|
+
version="1.0.3",
|
|
17
17
|
author="Adam Bukolt",
|
|
18
18
|
author_email="abukolt@gmx.com",
|
|
19
19
|
description="Package to post dbus notifications on Linux",
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
annotated-types>=0.6.0
|
|
2
|
-
astroid>=3.1.0
|
|
3
|
-
attrs>=23.2.0
|
|
4
|
-
bleach>=6.1.0
|
|
5
|
-
build>=1.1.1
|
|
6
|
-
certifi>=2024.2.2
|
|
7
|
-
cffi>=1.16.0
|
|
8
|
-
charset-normalizer>=3.3.2
|
|
9
|
-
check-wheel-contents>=0.6.0
|
|
10
|
-
click>=8.1.7
|
|
11
|
-
cryptography>=42.0.5
|
|
12
|
-
dbus-next>=0.2.3
|
|
13
|
-
dbus-python>=1.3.2
|
|
14
|
-
dbusnotify>=0.0.2
|
|
15
|
-
dill>=0.3.8
|
|
16
|
-
docutils>=0.20.1
|
|
17
|
-
idna>=3.6
|
|
18
|
-
importlib-metadata>=7.1.0
|
|
19
|
-
isort>=5.13.2
|
|
20
|
-
jaraco-classes>=3.3.1
|
|
21
|
-
jaraco-context>=4.3.0
|
|
22
|
-
jaraco-functools>=4.0.0
|
|
23
|
-
jeepney>=0.8.0
|
|
24
|
-
keyring>=25.0.0
|
|
25
|
-
markdown-it-py>=3.0.0
|
|
26
|
-
mccabe>=0.7.0
|
|
27
|
-
mdurl>=0.1.2
|
|
28
|
-
more-itertools>=11.0.1
|
|
29
|
-
nh3>=1.0.17
|
|
30
|
-
packaging>=24.0
|
|
31
|
-
pkginfo>=1.10.0
|
|
32
|
-
platformdirs>=4.2.0
|
|
33
|
-
pycodestyle>=2.11.1
|
|
34
|
-
pycparser>=2.21
|
|
35
|
-
pydantic>=2.6.4
|
|
36
|
-
pydantic-core>=2.17.0
|
|
37
|
-
pyflakes>=3.2.0
|
|
38
|
-
pygments>=2.17.2
|
|
39
|
-
pylint>=3.1.0
|
|
40
|
-
pyproject-hooks>=1.0.1
|
|
41
|
-
python-dotenv>=1.0.1
|
|
42
|
-
readme-renderer>=43.0
|
|
43
|
-
requests>=2.31.0
|
|
44
|
-
requests-toolbelt>=1.0.1
|
|
45
|
-
rfc3986>=2.0.0
|
|
46
|
-
rich>=13.7.1
|
|
47
|
-
secretstorage>=3.3.3
|
|
48
|
-
setuptools>=80.9.0
|
|
49
|
-
six>=1.16.0
|
|
50
|
-
tomli>=2.0.1
|
|
51
|
-
tomlkit>=0.12.4
|
|
52
|
-
twine>=5.0.0
|
|
53
|
-
typing-extensions>=4.10.0
|
|
54
|
-
urllib3>=2.2.1
|
|
55
|
-
webencodings>=0.5.1
|
|
56
|
-
wheel-filename>=1.4.1
|
|
57
|
-
zipp>=3.18.1
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=67.3.3"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "dbus-notifier"
|
|
7
|
-
version = "1.0.1"
|
|
8
|
-
authors = [
|
|
9
|
-
{ name="Adam Bukolt", email="abukolt@gmx.com" },
|
|
10
|
-
]
|
|
11
|
-
description = "A small dbus notifier package"
|
|
12
|
-
readme = "README.md"
|
|
13
|
-
requires-python = ">=3.10"
|
|
14
|
-
classifiers = [
|
|
15
|
-
"Programming Language :: Python :: 3",
|
|
16
|
-
"License :: OSI Approved :: MIT License",
|
|
17
|
-
"Operating System :: OS Independent",
|
|
18
|
-
]
|
|
19
|
-
dependencies = [
|
|
20
|
-
"annotated-types>=0.6.0",
|
|
21
|
-
"astroid>=3.1.0",
|
|
22
|
-
"attrs>=23.2.0",
|
|
23
|
-
"bleach>=6.1.0",
|
|
24
|
-
"build>=1.1.1",
|
|
25
|
-
"certifi>=2024.2.2",
|
|
26
|
-
"cffi>=1.16.0",
|
|
27
|
-
"charset-normalizer>=3.3.2",
|
|
28
|
-
"check-wheel-contents>=0.6.0",
|
|
29
|
-
"click>=8.1.7",
|
|
30
|
-
"cryptography>=42.0.5",
|
|
31
|
-
"dbus-next>=0.2.3",
|
|
32
|
-
"dbus-python>=1.3.2",
|
|
33
|
-
"dbusnotify>=0.0.2",
|
|
34
|
-
"dill>=0.3.8",
|
|
35
|
-
"docutils>=0.20.1",
|
|
36
|
-
"idna>=3.6",
|
|
37
|
-
"importlib-metadata>=7.1.0",
|
|
38
|
-
"isort>=5.13.2",
|
|
39
|
-
"jaraco-classes>=3.3.1",
|
|
40
|
-
"jaraco-context>=4.3.0",
|
|
41
|
-
"jaraco-functools>=4.0.0",
|
|
42
|
-
"jeepney>=0.8.0",
|
|
43
|
-
"keyring>=25.0.0",
|
|
44
|
-
"markdown-it-py>=3.0.0",
|
|
45
|
-
"mccabe>=0.7.0",
|
|
46
|
-
"mdurl>=0.1.2",
|
|
47
|
-
"more-itertools>=11.0.1",
|
|
48
|
-
"nh3>=1.0.17",
|
|
49
|
-
"packaging>=24.0",
|
|
50
|
-
"pkginfo>=1.10.0",
|
|
51
|
-
"platformdirs>=4.2.0",
|
|
52
|
-
"pycodestyle>=2.11.1",
|
|
53
|
-
"pycparser>=2.21",
|
|
54
|
-
"pydantic>=2.6.4",
|
|
55
|
-
"pydantic-core>=2.17.0",
|
|
56
|
-
"pyflakes>=3.2.0",
|
|
57
|
-
"pygments>=2.17.2",
|
|
58
|
-
"pylint>=3.1.0",
|
|
59
|
-
"pyproject-hooks>=1.0.1",
|
|
60
|
-
"python-dotenv>=1.0.1",
|
|
61
|
-
"readme-renderer>=43.0",
|
|
62
|
-
"requests>=2.31.0",
|
|
63
|
-
"requests-toolbelt>=1.0.1",
|
|
64
|
-
"rfc3986>=2.0.0",
|
|
65
|
-
"rich>=13.7.1",
|
|
66
|
-
"secretstorage>=3.3.3",
|
|
67
|
-
"setuptools>=80.9.0",
|
|
68
|
-
"six>=1.16.0",
|
|
69
|
-
"tomli>=2.0.1",
|
|
70
|
-
"tomlkit>=0.12.4",
|
|
71
|
-
"twine>=5.0.0",
|
|
72
|
-
"typing-extensions>=4.10.0",
|
|
73
|
-
"urllib3>=2.2.1",
|
|
74
|
-
"webencodings>=0.5.1",
|
|
75
|
-
"wheel-filename>=1.4.1",
|
|
76
|
-
"zipp>=3.18.1",
|
|
77
|
-
]
|
|
78
|
-
|
|
79
|
-
[project.urls]
|
|
80
|
-
"Homepage" = "https://github.com/adambmarsh/dbusnotify"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|