edx-ace 1.12.0__tar.gz → 1.13.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.
- {edx-ace-1.12.0 → edx_ace-1.13.0}/CHANGELOG.rst +6 -0
- {edx-ace-1.12.0/edx_ace.egg-info → edx_ace-1.13.0}/PKG-INFO +35 -5
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/__init__.py +1 -1
- {edx-ace-1.12.0 → edx_ace-1.13.0/edx_ace.egg-info}/PKG-INFO +35 -5
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace.egg-info/requires.txt +2 -2
- {edx-ace-1.12.0 → edx_ace-1.13.0}/requirements/base.in +1 -1
- {edx-ace-1.12.0 → edx_ace-1.13.0}/requirements/constraints.txt +0 -2
- {edx-ace-1.12.0 → edx_ace-1.13.0}/setup.py +1 -1
- {edx-ace-1.12.0 → edx_ace-1.13.0}/LICENSE.txt +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/MANIFEST.in +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/README.rst +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/ace.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/apps.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/__init__.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/braze.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/braze_push_notification.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/django_email.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/file.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/mixins.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/push_notification.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/channel/sailthru.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/delivery.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/errors.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/message.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/monitoring.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/policy.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/presentation.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/push_notifications/views/__init__.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/recipient.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/recipient_resolver.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/renderers.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/serialization.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/signals.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/templatetags/acetags.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/test_utils/__init__.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_braze.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_braze_push_notification.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_channel_helpers.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_django_email.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_file_email.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_push_notification.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/channel/test_sailthru.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_ace.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_date.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_delivery.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_message.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_policy.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_presentation.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_templates/testapp/edx_ace/testmessage/email/body.html +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/test_templates/testapp/edx_ace/testmessage/email/head.html +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/utils/test_braze_utils.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/tests/utils/test_signals.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/utils/__init__.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/utils/braze.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/utils/date.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/utils/once.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/utils/plugins.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace/utils/signals.py +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace.egg-info/SOURCES.txt +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace.egg-info/dependency_links.txt +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace.egg-info/entry_points.txt +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace.egg-info/not-zip-safe +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/edx_ace.egg-info/top_level.txt +0 -0
- {edx-ace-1.12.0 → edx_ace-1.13.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: edx-ace
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.13.0
|
4
4
|
Summary: Framework for Messaging
|
5
5
|
Home-page: https://github.com/openedx/edx-ace
|
6
6
|
Author: edX
|
@@ -10,16 +10,40 @@ Keywords: Django edx
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
11
11
|
Classifier: Framework :: Django
|
12
12
|
Classifier: Framework :: Django :: 4.2
|
13
|
+
Classifier: Framework :: Django :: 5.2
|
13
14
|
Classifier: Intended Audience :: Developers
|
14
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
15
16
|
Classifier: Natural Language :: English
|
16
17
|
Classifier: Programming Language :: Python :: 3
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
19
19
|
Description-Content-Type: text/x-rst
|
20
|
-
Provides-Extra: sailthru
|
21
|
-
Provides-Extra: push_notifications
|
22
20
|
License-File: LICENSE.txt
|
21
|
+
Requires-Dist: Django>=2.2
|
22
|
+
Requires-Dist: attrs>=17.2.0
|
23
|
+
Requires-Dist: django-push-notifications
|
24
|
+
Requires-Dist: edx-braze-client==1.0.2
|
25
|
+
Requires-Dist: edx-django-utils>=5.14.2
|
26
|
+
Requires-Dist: firebase-admin
|
27
|
+
Requires-Dist: python-dateutil
|
28
|
+
Requires-Dist: sailthru-client==2.2.3
|
29
|
+
Requires-Dist: six
|
30
|
+
Requires-Dist: stevedore>=1.10.0
|
31
|
+
Provides-Extra: sailthru
|
32
|
+
Requires-Dist: sailthru-client<2.3,>2.2; extra == "sailthru"
|
33
|
+
Provides-Extra: push-notifications
|
34
|
+
Requires-Dist: django-push-notifications[FCM]; extra == "push-notifications"
|
35
|
+
Dynamic: author
|
36
|
+
Dynamic: author-email
|
37
|
+
Dynamic: classifier
|
38
|
+
Dynamic: description
|
39
|
+
Dynamic: description-content-type
|
40
|
+
Dynamic: home-page
|
41
|
+
Dynamic: keywords
|
42
|
+
Dynamic: license
|
43
|
+
Dynamic: license-file
|
44
|
+
Dynamic: provides-extra
|
45
|
+
Dynamic: requires-dist
|
46
|
+
Dynamic: summary
|
23
47
|
|
24
48
|
edX Automated Communication Engine (A.C.E.)
|
25
49
|
###########################################
|
@@ -172,6 +196,12 @@ Change Log
|
|
172
196
|
Unreleased
|
173
197
|
**********
|
174
198
|
|
199
|
+
[1.13.0] - 2025-04-25
|
200
|
+
---------------------
|
201
|
+
|
202
|
+
* Added support for ``Django 5.2``
|
203
|
+
* Dropped support for ``Python 3.8``
|
204
|
+
|
175
205
|
[1.8.0] - 2024-03-06
|
176
206
|
--------------------
|
177
207
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: edx-ace
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.13.0
|
4
4
|
Summary: Framework for Messaging
|
5
5
|
Home-page: https://github.com/openedx/edx-ace
|
6
6
|
Author: edX
|
@@ -10,16 +10,40 @@ Keywords: Django edx
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
11
11
|
Classifier: Framework :: Django
|
12
12
|
Classifier: Framework :: Django :: 4.2
|
13
|
+
Classifier: Framework :: Django :: 5.2
|
13
14
|
Classifier: Intended Audience :: Developers
|
14
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
15
16
|
Classifier: Natural Language :: English
|
16
17
|
Classifier: Programming Language :: Python :: 3
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
19
19
|
Description-Content-Type: text/x-rst
|
20
|
-
Provides-Extra: sailthru
|
21
|
-
Provides-Extra: push_notifications
|
22
20
|
License-File: LICENSE.txt
|
21
|
+
Requires-Dist: Django>=2.2
|
22
|
+
Requires-Dist: attrs>=17.2.0
|
23
|
+
Requires-Dist: django-push-notifications
|
24
|
+
Requires-Dist: edx-braze-client==1.0.2
|
25
|
+
Requires-Dist: edx-django-utils>=5.14.2
|
26
|
+
Requires-Dist: firebase-admin
|
27
|
+
Requires-Dist: python-dateutil
|
28
|
+
Requires-Dist: sailthru-client==2.2.3
|
29
|
+
Requires-Dist: six
|
30
|
+
Requires-Dist: stevedore>=1.10.0
|
31
|
+
Provides-Extra: sailthru
|
32
|
+
Requires-Dist: sailthru-client<2.3,>2.2; extra == "sailthru"
|
33
|
+
Provides-Extra: push-notifications
|
34
|
+
Requires-Dist: django-push-notifications[FCM]; extra == "push-notifications"
|
35
|
+
Dynamic: author
|
36
|
+
Dynamic: author-email
|
37
|
+
Dynamic: classifier
|
38
|
+
Dynamic: description
|
39
|
+
Dynamic: description-content-type
|
40
|
+
Dynamic: home-page
|
41
|
+
Dynamic: keywords
|
42
|
+
Dynamic: license
|
43
|
+
Dynamic: license-file
|
44
|
+
Dynamic: provides-extra
|
45
|
+
Dynamic: requires-dist
|
46
|
+
Dynamic: summary
|
23
47
|
|
24
48
|
edX Automated Communication Engine (A.C.E.)
|
25
49
|
###########################################
|
@@ -172,6 +196,12 @@ Change Log
|
|
172
196
|
Unreleased
|
173
197
|
**********
|
174
198
|
|
199
|
+
[1.13.0] - 2025-04-25
|
200
|
+
---------------------
|
201
|
+
|
202
|
+
* Added support for ``Django 5.2``
|
203
|
+
* Dropped support for ``Python 3.8``
|
204
|
+
|
175
205
|
[1.8.0] - 2024-03-06
|
176
206
|
--------------------
|
177
207
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Django>=2.2
|
2
2
|
attrs>=17.2.0
|
3
3
|
django-push-notifications
|
4
|
-
edx-braze-client==1.0.
|
4
|
+
edx-braze-client==1.0.2
|
5
5
|
edx-django-utils>=5.14.2
|
6
6
|
firebase-admin
|
7
7
|
python-dateutil
|
@@ -10,7 +10,7 @@ six
|
|
10
10
|
stevedore>=1.10.0
|
11
11
|
|
12
12
|
[push_notifications]
|
13
|
-
django-push-notifications[
|
13
|
+
django-push-notifications[FCM]
|
14
14
|
|
15
15
|
[sailthru]
|
16
16
|
sailthru-client<2.3,>2.2
|
@@ -151,11 +151,11 @@ setup(
|
|
151
151
|
'Development Status :: 3 - Alpha',
|
152
152
|
'Framework :: Django',
|
153
153
|
'Framework :: Django :: 4.2',
|
154
|
+
'Framework :: Django :: 5.2',
|
154
155
|
'Intended Audience :: Developers',
|
155
156
|
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
|
156
157
|
'Natural Language :: English',
|
157
158
|
'Programming Language :: Python :: 3',
|
158
|
-
'Programming Language :: Python :: 3.8',
|
159
159
|
'Programming Language :: Python :: 3.12',
|
160
160
|
],
|
161
161
|
entry_points={
|
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
|
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
|
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
|
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
|
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
|
File without changes
|