dbus-notifier 1.0.0__tar.gz → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dbus-notifier
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A small dbus notifier package
5
5
  Author: Adam Bukolt
6
6
  Author-email: Adam Bukolt <abukolt@gmx.com>
@@ -38,8 +38,8 @@ Requires-Dist: keyring>=25.0.0
38
38
  Requires-Dist: markdown-it-py>=3.0.0
39
39
  Requires-Dist: mccabe>=0.7.0
40
40
  Requires-Dist: mdurl>=0.1.2
41
- Requires-Dist: more-itertools>=11.0.0
42
- Requires-Dist: nh3>=1.0.07
41
+ Requires-Dist: more-itertools>=11.0.1
42
+ Requires-Dist: nh3>=1.0.17
43
43
  Requires-Dist: packaging>=24.0
44
44
  Requires-Dist: pkginfo>=1.10.0
45
45
  Requires-Dist: platformdirs>=4.2.0
@@ -50,11 +50,11 @@ Requires-Dist: pydantic-core>=2.17.0
50
50
  Requires-Dist: pyflakes>=3.2.0
51
51
  Requires-Dist: pygments>=2.17.2
52
52
  Requires-Dist: pylint>=3.1.0
53
- Requires-Dist: pyproject-hooks>=1.0.0
53
+ Requires-Dist: pyproject-hooks>=1.0.1
54
54
  Requires-Dist: python-dotenv>=1.0.1
55
55
  Requires-Dist: readme-renderer>=43.0
56
56
  Requires-Dist: requests>=2.31.0
57
- Requires-Dist: requests-toolbelt>=1.0.0
57
+ Requires-Dist: requests-toolbelt>=1.0.1
58
58
  Requires-Dist: rfc3986>=2.0.0
59
59
  Requires-Dist: rich>=13.7.1
60
60
  Requires-Dist: secretstorage>=3.3.3
@@ -116,6 +116,7 @@ Please see `pyproject.toml`.
116
116
  ## Status
117
117
 
118
118
  Mar 2023 First draft, tested locally on Manjaro Linux.
119
+ Apr 2025 release.
119
120
 
120
121
  ## Copyright
121
122
 
@@ -42,6 +42,7 @@ Please see `pyproject.toml`.
42
42
  ## Status
43
43
 
44
44
  Mar 2023 First draft, tested locally on Manjaro Linux.
45
+ Apr 2025 release.
45
46
 
46
47
  ## Copyright
47
48
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dbus-notifier
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A small dbus notifier package
5
5
  Author: Adam Bukolt
6
6
  Author-email: Adam Bukolt <abukolt@gmx.com>
@@ -38,8 +38,8 @@ Requires-Dist: keyring>=25.0.0
38
38
  Requires-Dist: markdown-it-py>=3.0.0
39
39
  Requires-Dist: mccabe>=0.7.0
40
40
  Requires-Dist: mdurl>=0.1.2
41
- Requires-Dist: more-itertools>=11.0.0
42
- Requires-Dist: nh3>=1.0.07
41
+ Requires-Dist: more-itertools>=11.0.1
42
+ Requires-Dist: nh3>=1.0.17
43
43
  Requires-Dist: packaging>=24.0
44
44
  Requires-Dist: pkginfo>=1.10.0
45
45
  Requires-Dist: platformdirs>=4.2.0
@@ -50,11 +50,11 @@ Requires-Dist: pydantic-core>=2.17.0
50
50
  Requires-Dist: pyflakes>=3.2.0
51
51
  Requires-Dist: pygments>=2.17.2
52
52
  Requires-Dist: pylint>=3.1.0
53
- Requires-Dist: pyproject-hooks>=1.0.0
53
+ Requires-Dist: pyproject-hooks>=1.0.1
54
54
  Requires-Dist: python-dotenv>=1.0.1
55
55
  Requires-Dist: readme-renderer>=43.0
56
56
  Requires-Dist: requests>=2.31.0
57
- Requires-Dist: requests-toolbelt>=1.0.0
57
+ Requires-Dist: requests-toolbelt>=1.0.1
58
58
  Requires-Dist: rfc3986>=2.0.0
59
59
  Requires-Dist: rich>=13.7.1
60
60
  Requires-Dist: secretstorage>=3.3.3
@@ -116,6 +116,7 @@ Please see `pyproject.toml`.
116
116
  ## Status
117
117
 
118
118
  Mar 2023 First draft, tested locally on Manjaro Linux.
119
+ Apr 2025 release.
119
120
 
120
121
  ## Copyright
121
122
 
@@ -25,8 +25,8 @@ keyring>=25.0.0
25
25
  markdown-it-py>=3.0.0
26
26
  mccabe>=0.7.0
27
27
  mdurl>=0.1.2
28
- more-itertools>=11.0.0
29
- nh3>=1.0.07
28
+ more-itertools>=11.0.1
29
+ nh3>=1.0.17
30
30
  packaging>=24.0
31
31
  pkginfo>=1.10.0
32
32
  platformdirs>=4.2.0
@@ -37,11 +37,11 @@ pydantic-core>=2.17.0
37
37
  pyflakes>=3.2.0
38
38
  pygments>=2.17.2
39
39
  pylint>=3.1.0
40
- pyproject-hooks>=1.0.0
40
+ pyproject-hooks>=1.0.1
41
41
  python-dotenv>=1.0.1
42
42
  readme-renderer>=43.0
43
43
  requests>=2.31.0
44
- requests-toolbelt>=1.0.0
44
+ requests-toolbelt>=1.0.1
45
45
  rfc3986>=2.0.0
46
46
  rich>=13.7.1
47
47
  secretstorage>=3.3.3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dbus-notifier"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  authors = [
9
9
  { name="Adam Bukolt", email="abukolt@gmx.com" },
10
10
  ]
@@ -44,8 +44,8 @@ dependencies = [
44
44
  "markdown-it-py>=3.0.0",
45
45
  "mccabe>=0.7.0",
46
46
  "mdurl>=0.1.2",
47
- "more-itertools>=11.0.0",
48
- "nh3>=1.0.07",
47
+ "more-itertools>=11.0.1",
48
+ "nh3>=1.0.17",
49
49
  "packaging>=24.0",
50
50
  "pkginfo>=1.10.0",
51
51
  "platformdirs>=4.2.0",
@@ -56,11 +56,11 @@ dependencies = [
56
56
  "pyflakes>=3.2.0",
57
57
  "pygments>=2.17.2",
58
58
  "pylint>=3.1.0",
59
- "pyproject-hooks>=1.0.0",
59
+ "pyproject-hooks>=1.0.1",
60
60
  "python-dotenv>=1.0.1",
61
61
  "readme-renderer>=43.0",
62
62
  "requests>=2.31.0",
63
- "requests-toolbelt>=1.0.0",
63
+ "requests-toolbelt>=1.0.1",
64
64
  "rfc3986>=2.0.0",
65
65
  "rich>=13.7.1",
66
66
  "secretstorage>=3.3.3",
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 1.0.0
2
+ current_version = 1.0.1
3
3
  commit = False
4
4
  tag = False
5
5
 
@@ -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.0'
11
+ 'python-dotenv==1.0.1'
12
12
  ]
13
13
 
14
14
  setuptools.setup(
15
15
  name="dbus_notifier",
16
- version="1.0.0",
16
+ version="1.0.1",
17
17
  author="Adam Bukolt",
18
18
  author_email="abukolt@gmx.com",
19
19
  description="Package to post dbus notifications on Linux",
File without changes