dbus-notifier 1.0.3__tar.gz → 1.1.1__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.1}/.env_dbus_notifier +0 -0
- {dbus_notifier-1.0.3/dbus_notifier.egg-info → dbus_notifier-1.1.1}/PKG-INFO +6 -61
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1/dbus_notifier.egg-info}/PKG-INFO +6 -61
- dbus_notifier-1.1.1/dbus_notifier.egg-info/requires.txt +5 -0
- dbus_notifier-1.1.1/pyproject.toml +34 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/setup.cfg +0 -7
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/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.1}/LICENSE +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/README.md +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/dbus_notifier/__init__.py +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/dbus_notifier/icons/feather_on_grey.png +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/dbus_notifier/notifysender.py +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/dbus_notifier.egg-info/SOURCES.txt +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/dbus_notifier.egg-info/dependency_links.txt +0 -0
- {dbus_notifier-1.0.3 → dbus_notifier-1.1.1}/dbus_notifier.egg-info/top_level.txt +0 -0
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.1
|
|
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,11 @@ 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:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
18
|
-
Requires-Dist:
|
|
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
|
|
14
|
+
Requires-Dist: dbus-python>=1.4.0
|
|
15
|
+
Requires-Dist: dbusnotify>=0.0.2
|
|
16
|
+
Requires-Dist: dotenv>=0.9.9
|
|
17
|
+
Requires-Dist: python-dotenv>=1.1.1
|
|
18
|
+
Requires-Dist: setuptools>=80.9.0
|
|
74
19
|
Dynamic: author
|
|
75
20
|
Dynamic: license-file
|
|
76
21
|
Dynamic: requires-python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbus-notifier
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.1
|
|
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,11 @@ 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:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
18
|
-
Requires-Dist:
|
|
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
|
|
14
|
+
Requires-Dist: dbus-python>=1.4.0
|
|
15
|
+
Requires-Dist: dbusnotify>=0.0.2
|
|
16
|
+
Requires-Dist: dotenv>=0.9.9
|
|
17
|
+
Requires-Dist: python-dotenv>=1.1.1
|
|
18
|
+
Requires-Dist: setuptools>=80.9.0
|
|
74
19
|
Dynamic: author
|
|
75
20
|
Dynamic: license-file
|
|
76
21
|
Dynamic: requires-python
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools>=67.3.3"
|
|
4
|
+
]
|
|
5
|
+
build-backend = "setuptools.build_meta"
|
|
6
|
+
|
|
7
|
+
[project]
|
|
8
|
+
name = "dbus-notifier"
|
|
9
|
+
version = "1.1.1"
|
|
10
|
+
authors = [
|
|
11
|
+
{ name="Adam Bukolt", email="abukolt@gmx.com" },
|
|
12
|
+
]
|
|
13
|
+
description = "A small dbus notifier package"
|
|
14
|
+
readme = "README.md"
|
|
15
|
+
requires-python = ">=3.10"
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
"License :: OSI Approved :: MIT License",
|
|
19
|
+
"Operating System :: OS Independent",
|
|
20
|
+
]
|
|
21
|
+
dependencies = [
|
|
22
|
+
"dbus-python>=1.4.0",
|
|
23
|
+
"dbusnotify>=0.0.2",
|
|
24
|
+
"dotenv>=0.9.9",
|
|
25
|
+
"python-dotenv>=1.1.1",
|
|
26
|
+
"setuptools>=80.9.0",
|
|
27
|
+
]
|
|
28
|
+
[dependency-groups]
|
|
29
|
+
lint = [
|
|
30
|
+
"pylint"
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
[project.urls]
|
|
34
|
+
"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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|