dbus-notifier 0.2.1__tar.gz → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dbus-notifier
3
- Version: 0.2.1
3
+ Version: 1.0.0
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>=10.2.1
42
- Requires-Dist: nh3>=0.2.17
41
+ Requires-Dist: more-itertools>=11.0.0
42
+ Requires-Dist: nh3>=1.0.07
43
43
  Requires-Dist: packaging>=24.0
44
44
  Requires-Dist: pkginfo>=1.10.0
45
45
  Requires-Dist: platformdirs>=4.2.0
@@ -116,7 +116,6 @@ Please see `pyproject.toml`.
116
116
  ## Status
117
117
 
118
118
  Mar 2023 First draft, tested locally on Manjaro Linux.
119
- Apr 2025 release.
120
119
 
121
120
  ## Copyright
122
121
 
@@ -42,7 +42,6 @@ Please see `pyproject.toml`.
42
42
  ## Status
43
43
 
44
44
  Mar 2023 First draft, tested locally on Manjaro Linux.
45
- Apr 2025 release.
46
45
 
47
46
  ## Copyright
48
47
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dbus-notifier
3
- Version: 0.2.1
3
+ Version: 1.0.0
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>=10.2.1
42
- Requires-Dist: nh3>=0.2.17
41
+ Requires-Dist: more-itertools>=11.0.0
42
+ Requires-Dist: nh3>=1.0.07
43
43
  Requires-Dist: packaging>=24.0
44
44
  Requires-Dist: pkginfo>=1.10.0
45
45
  Requires-Dist: platformdirs>=4.2.0
@@ -116,7 +116,6 @@ Please see `pyproject.toml`.
116
116
  ## Status
117
117
 
118
118
  Mar 2023 First draft, tested locally on Manjaro Linux.
119
- Apr 2025 release.
120
119
 
121
120
  ## Copyright
122
121
 
@@ -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>=10.2.1
29
- nh3>=0.2.17
28
+ more-itertools>=11.0.0
29
+ nh3>=1.0.07
30
30
  packaging>=24.0
31
31
  pkginfo>=1.10.0
32
32
  platformdirs>=4.2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dbus-notifier"
7
- version = "0.2.1"
7
+ version = "1.0.0"
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>=10.2.1",
48
- "nh3>=0.2.17",
47
+ "more-itertools>=11.0.0",
48
+ "nh3>=1.0.07",
49
49
  "packaging>=24.0",
50
50
  "pkginfo>=1.10.0",
51
51
  "platformdirs>=4.2.0",
File without changes
File without changes
File without changes