edx-ace 1.12.1__py2.py3-none-any.whl → 1.13.0__py2.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.
- edx_ace/__init__.py +1 -1
- {edx_ace-1.12.1.dist-info → edx_ace-1.13.0.dist-info}/METADATA +23 -5
- {edx_ace-1.12.1.dist-info → edx_ace-1.13.0.dist-info}/RECORD +7 -7
- {edx_ace-1.12.1.dist-info → edx_ace-1.13.0.dist-info}/WHEEL +1 -1
- {edx_ace-1.12.1.dist-info → edx_ace-1.13.0.dist-info}/entry_points.txt +0 -0
- {edx_ace-1.12.1.dist-info → edx_ace-1.13.0.dist-info/licenses}/LICENSE.txt +0 -0
- {edx_ace-1.12.1.dist-info → edx_ace-1.13.0.dist-info}/top_level.txt +0 -0
edx_ace/__init__.py
CHANGED
@@ -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,11 +10,11 @@ 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
20
|
License-File: LICENSE.txt
|
@@ -28,10 +28,22 @@ Requires-Dist: python-dateutil
|
|
28
28
|
Requires-Dist: sailthru-client==2.2.3
|
29
29
|
Requires-Dist: six
|
30
30
|
Requires-Dist: stevedore>=1.10.0
|
31
|
-
Provides-Extra: push_notifications
|
32
|
-
Requires-Dist: django-push-notifications[fcm]; extra == "push-notifications"
|
33
31
|
Provides-Extra: sailthru
|
34
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
|
35
47
|
|
36
48
|
edX Automated Communication Engine (A.C.E.)
|
37
49
|
###########################################
|
@@ -184,6 +196,12 @@ Change Log
|
|
184
196
|
Unreleased
|
185
197
|
**********
|
186
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
|
+
|
187
205
|
[1.8.0] - 2024-03-06
|
188
206
|
--------------------
|
189
207
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
edx_ace/__init__.py,sha256=
|
1
|
+
edx_ace/__init__.py,sha256=DCP96yOi0661kOGwgCscOcN_XeAF0ovPOXB1wwT7jyY,636
|
2
2
|
edx_ace/ace.py,sha256=0nP8zvIWiME4qmpMT1PaV4nRDG6YR9Dxm7A6FGoBa8I,2501
|
3
3
|
edx_ace/apps.py,sha256=xNedkdW6TNpm-W1uxnj3Vre2R1akkh2n_7DkSfKXmAk,216
|
4
4
|
edx_ace/delivery.py,sha256=zo5lNHngycEn0tu-e3JM26njRVmaAttAH3D5ohz_468,2812
|
@@ -46,9 +46,9 @@ edx_ace/utils/date.py,sha256=Rmz3RAUCdd30hu1qcKH7FmAypaw1aSoZg-yfZig1c8A,1483
|
|
46
46
|
edx_ace/utils/once.py,sha256=sY3szBh3gvvAjrKbKq4S2mCejompjh5YcYD7XOhzjGU,2024
|
47
47
|
edx_ace/utils/plugins.py,sha256=U-l-eU2uWUiiwYV-H-2DfmwjoksqskAsYwS7QnThy2Q,2090
|
48
48
|
edx_ace/utils/signals.py,sha256=efmnxI78juMLo6PJkPyfJ6pYTMY3kHnGy-_IR8FsDm8,1637
|
49
|
-
edx_ace-1.
|
50
|
-
edx_ace-1.
|
51
|
-
edx_ace-1.
|
52
|
-
edx_ace-1.
|
53
|
-
edx_ace-1.
|
54
|
-
edx_ace-1.
|
49
|
+
edx_ace-1.13.0.dist-info/licenses/LICENSE.txt,sha256=VrSJ4gO4NCpskzfNHbaTB4VcN9Q213YdcHbpOZSwcOA,35138
|
50
|
+
edx_ace-1.13.0.dist-info/METADATA,sha256=xDJWTJiAZzqP4UXD9kxs-ebBiYASviMM2ZVSHC1Sv14,10438
|
51
|
+
edx_ace-1.13.0.dist-info/WHEEL,sha256=AeO2BvogYWm3eGaHCvhzmUYt8ia7KfURiHzO_1atlys,109
|
52
|
+
edx_ace-1.13.0.dist-info/entry_points.txt,sha256=9jbgYKntqyu4kP1pI_Js1BSWqKBG7OacftVn1BAKsLI,413
|
53
|
+
edx_ace-1.13.0.dist-info/top_level.txt,sha256=5eg_80KI88VkeiCVqZUqcYcc_PfPOg8o1GA4HxsiRU8,8
|
54
|
+
edx_ace-1.13.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|