firefighter-incident 0.0.33__py3-none-any.whl → 0.0.34__py3-none-any.whl
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.
- firefighter/_version.py +2 -2
- firefighter/incidents/tasks/updateoncall.py +1 -3
- {firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/METADATA +1 -1
- {firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/RECORD +7 -7
- {firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/WHEEL +0 -0
- {firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/entry_points.txt +0 -0
- {firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/licenses/LICENSE +0 -0
firefighter/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
31
|
+
__version__ = version = '0.0.34'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 0, 34)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -3,14 +3,12 @@ from __future__ import annotations
|
|
|
3
3
|
import logging
|
|
4
4
|
from typing import TYPE_CHECKING, Any
|
|
5
5
|
|
|
6
|
-
from celery import shared_task
|
|
6
|
+
from celery import Signature, shared_task
|
|
7
7
|
from django.conf import settings
|
|
8
8
|
|
|
9
9
|
from firefighter.slack.slack_templating import user_slack_handle_or_name
|
|
10
10
|
|
|
11
11
|
if TYPE_CHECKING:
|
|
12
|
-
from celery import Signature
|
|
13
|
-
|
|
14
12
|
from firefighter.incidents.models.user import User
|
|
15
13
|
|
|
16
14
|
if settings.ENABLE_PAGERDUTY:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: firefighter-incident
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.34
|
|
4
4
|
Summary: Incident Management tool made for Slack using Django
|
|
5
5
|
Project-URL: Repository, https://github.com/ManoManoTech/firefighter-incident
|
|
6
6
|
Project-URL: Documentation, https://manomanotech.github.io/firefighter-incident/latest/
|
|
@@ -6,7 +6,7 @@ gunicorn.conf.py,sha256=vHsTGjaKOr8FDMp6fTKYTX4AtokmPgYvvt5Mr0Q6APc,273
|
|
|
6
6
|
main.py,sha256=Brj7IANCvq7zHGT7mm_VDO1_vV7OFwt6Zpt4gUwP4pM,1532
|
|
7
7
|
manage.py,sha256=5ivHGD13C6nJ8QvltKsJ9T9akA5he8da70HLWaEP3k8,689
|
|
8
8
|
firefighter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
firefighter/_version.py,sha256=
|
|
9
|
+
firefighter/_version.py,sha256=lALZlyVk-nrQoV2VLZzOsgzhfEll5JRUW4TJRJXnR_o,706
|
|
10
10
|
firefighter/api/__init__.py,sha256=JQW0Bv6xwGqy7ioxx3h6UGMzkkJ4DntDpbvV1Ncgi8k,136
|
|
11
11
|
firefighter/api/admin.py,sha256=Q6f37xwf-i0xypFx6zU7r6bYxsSvLm66naZSHUK13JM,4621
|
|
12
12
|
firefighter/api/apps.py,sha256=P5uU1_gMrDfzurdMbfqw1Bnb2uNKKcMq17WBPg2sLhc,204
|
|
@@ -219,7 +219,7 @@ firefighter/incidents/static/img/favicon/site.webmanifest,sha256=NJW-gRQeeWpPkSi
|
|
|
219
219
|
firefighter/incidents/static/js/main.js,sha256=T7FTIT_JMAMIPJmAvAQSjmxvzpUgkiCjzRqHEKBEl1M,558
|
|
220
220
|
firefighter/incidents/static/js/main.min.js,sha256=BfqPI2rnZBm7Gk82rXZRf_A-Ihv76aAtQi8eA-rW8kA,235569
|
|
221
221
|
firefighter/incidents/tasks/__init__.py,sha256=VVOIAmKi-im5UnQwZokuQmm3FcqRbBwJsxGV3cH2SO0,89
|
|
222
|
-
firefighter/incidents/tasks/updateoncall.py,sha256=
|
|
222
|
+
firefighter/incidents/tasks/updateoncall.py,sha256=dLfhajkEjlniAz3NGZ0YCXIe2GmYPBkXfvoK1MwVZGc,4028
|
|
223
223
|
firefighter/incidents/templates/incidents/filter.html,sha256=ZZu7FIclnwhtOCYAm_DBUgZ-cdxwFQPUXW8lATBF1mM,4401
|
|
224
224
|
firefighter/incidents/templates/incidents/table.html,sha256=cNy6gLIE4IW3czOPQzKwtQrc5rbjo9XP7IyA7uUQc0g,2360
|
|
225
225
|
firefighter/incidents/templates/incidents/errors/base.html,sha256=BAu35yyBSO-r6GXP0AyH6hbNOpwXsbkSCRr2AnWYzKQ,942
|
|
@@ -528,8 +528,8 @@ firefighter_tests/test_slack/views/modals/test_send_sos.py,sha256=_rE6jD-gOzcGyh
|
|
|
528
528
|
firefighter_tests/test_slack/views/modals/test_status.py,sha256=oQzPfwdg2tkbo9nfkO1GfS3WydxqSC6vy1AZjZDKT30,2226
|
|
529
529
|
firefighter_tests/test_slack/views/modals/test_update_status.py,sha256=vbHGx6dkM_0swE1vJ0HrkhI1oJzD_WHZuIQ-_arAxXo,55686
|
|
530
530
|
firefighter_tests/test_slack/views/modals/test_utils.py,sha256=DJd2n9q6fFu8UuCRdiq9U_Cn19MdnC5c-ydLLrk6rkc,5218
|
|
531
|
-
firefighter_incident-0.0.
|
|
532
|
-
firefighter_incident-0.0.
|
|
533
|
-
firefighter_incident-0.0.
|
|
534
|
-
firefighter_incident-0.0.
|
|
535
|
-
firefighter_incident-0.0.
|
|
531
|
+
firefighter_incident-0.0.34.dist-info/METADATA,sha256=Ap1ovJI4n2CB3VlE_e-GPUyxmDm5PWrACG8e2a5kOFg,5570
|
|
532
|
+
firefighter_incident-0.0.34.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
533
|
+
firefighter_incident-0.0.34.dist-info/entry_points.txt,sha256=c13meJbv7YNmYz7MipMOQwzQ5IeFOPXUBYAJ44XMQsM,61
|
|
534
|
+
firefighter_incident-0.0.34.dist-info/licenses/LICENSE,sha256=krRiGp-a9-1nH1bWpBEdxyTKLhjLmn6DMVVoIb0zF90,1087
|
|
535
|
+
firefighter_incident-0.0.34.dist-info/RECORD,,
|
|
File without changes
|
{firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{firefighter_incident-0.0.33.dist-info → firefighter_incident-0.0.34.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|