ix-notifiers 0.5.0__tar.gz → 0.5.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.
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/PKG-INFO +2 -2
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers/constants.py +1 -1
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers.egg-info/PKG-INFO +2 -2
- ix_notifiers-0.5.1/ix_notifiers.egg-info/requires.txt +1 -0
- ix_notifiers-0.5.1/requirements.txt +1 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/setup.py +1 -1
- ix_notifiers-0.5.0/ix_notifiers.egg-info/requires.txt +0 -1
- ix_notifiers-0.5.0/requirements.txt +0 -1
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/LICENSE +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/README.md +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers/__init__.py +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers/core.py +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers/gotify_notifier.py +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers/null_notifier.py +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers.egg-info/SOURCES.txt +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers.egg-info/dependency_links.txt +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/ix_notifiers.egg-info/top_level.txt +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/pyproject.toml +0 -0
- {ix_notifiers-0.5.0 → ix_notifiers-0.5.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ix-notifiers
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: A python library for notifiers
|
5
5
|
Author-email: Alex Thomae <notifiers@egos.tech>
|
6
6
|
License: MIT License
|
@@ -31,7 +31,7 @@ Classifier: Operating System :: OS Independent
|
|
31
31
|
Requires-Python: >=3.6
|
32
32
|
Description-Content-Type: text/markdown
|
33
33
|
License-File: LICENSE
|
34
|
-
Requires-Dist: requests==2.32.
|
34
|
+
Requires-Dist: requests==2.32.3
|
35
35
|
|
36
36
|
# ix-notifiers
|
37
37
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ix-notifiers
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: A python library for notifiers
|
5
5
|
Author-email: Alex Thomae <notifiers@egos.tech>
|
6
6
|
License: MIT License
|
@@ -31,7 +31,7 @@ Classifier: Operating System :: OS Independent
|
|
31
31
|
Requires-Python: >=3.6
|
32
32
|
Description-Content-Type: text/markdown
|
33
33
|
License-File: LICENSE
|
34
|
-
Requires-Dist: requests==2.32.
|
34
|
+
Requires-Dist: requests==2.32.3
|
35
35
|
|
36
36
|
# ix-notifiers
|
37
37
|
|
@@ -0,0 +1 @@
|
|
1
|
+
requests==2.32.3
|
@@ -0,0 +1 @@
|
|
1
|
+
requests==2.32.3
|
@@ -1 +0,0 @@
|
|
1
|
-
requests==2.32.2
|
@@ -1 +0,0 @@
|
|
1
|
-
requests==2.32.2
|
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
|
File without changes
|
File without changes
|