cfl-common 8.7.3__tar.gz → 8.7.5__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.
Files changed (104) hide show
  1. {cfl_common-8.7.3 → cfl_common-8.7.5}/PKG-INFO +5 -5
  2. {cfl_common-8.7.3 → cfl_common-8.7.5}/cfl_common.egg-info/PKG-INFO +5 -5
  3. {cfl_common-8.7.3 → cfl_common-8.7.5}/cfl_common.egg-info/requires.txt +5 -3
  4. {cfl_common-8.7.3 → cfl_common-8.7.5}/MANIFEST.in +0 -0
  5. {cfl_common-8.7.3 → cfl_common-8.7.5}/cfl_common.egg-info/SOURCES.txt +0 -0
  6. {cfl_common-8.7.3 → cfl_common-8.7.5}/cfl_common.egg-info/dependency_links.txt +0 -0
  7. {cfl_common-8.7.3 → cfl_common-8.7.5}/cfl_common.egg-info/top_level.txt +0 -0
  8. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/__init__.py +0 -0
  9. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/app_settings.py +0 -0
  10. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/apps.py +0 -0
  11. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/context_processors.py +0 -0
  12. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/csp_config.py +0 -0
  13. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/fixtures/aimmo_characters.json +0 -0
  14. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/fixtures/aimmo_characters2.json +0 -0
  15. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/fixtures/aimmo_characters3.json +0 -0
  16. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/helpers/__init__.py +0 -0
  17. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/helpers/data_migration_loader.py +0 -0
  18. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/helpers/emails.py +0 -0
  19. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/helpers/generators.py +0 -0
  20. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/helpers/organisation.py +0 -0
  21. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/mail.py +0 -0
  22. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0001_initial.py +0 -0
  23. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0002_emailverification.py +0 -0
  24. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0003_aimmocharacter.py +0 -0
  25. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0004_add_aimmocharacters.py +0 -0
  26. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0005_add_worksheets.py +0 -0
  27. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0006_update_aimmo_character_image_path.py +0 -0
  28. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0007_add_pdf_names_to_first_two_worksheets.py +0 -0
  29. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0008_unlock_worksheet_3.py +0 -0
  30. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0009_add_blocked_time_to_teacher_and_student.py +0 -0
  31. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0010_remove_teacher_title.py +0 -0
  32. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0011_student_login_id.py +0 -0
  33. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0012_usersession.py +0 -0
  34. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0013_class_school.py +0 -0
  35. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0014_login_type.py +0 -0
  36. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0015_dailyactivity.py +0 -0
  37. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0016_joinreleasestudent.py +0 -0
  38. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0017_copy_email_to_username.py +0 -0
  39. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0018_update_aimmo_character_image_path.py +0 -0
  40. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0019_aimmocharacter_alt.py +0 -0
  41. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0020_class_is_active_and_null_access_code.py +0 -0
  42. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0021_school_is_active.py +0 -0
  43. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0022_school_cleanup.py +0 -0
  44. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0023_userprofile_aimmo_badges.py +0 -0
  45. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0024_teacher_invited_by.py +0 -0
  46. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0025_schoolteacherinvitation.py +0 -0
  47. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0026_teacher_remove_join_request.py +0 -0
  48. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0027_class_created_by.py +0 -0
  49. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0028_coding_club_downloads.py +0 -0
  50. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0029_dynamicelement.py +0 -0
  51. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0030_add_maintenance_banner.py +0 -0
  52. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0031_improve_admin_panel.py +0 -0
  53. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0032_dailyactivity_level_control_submits.py +0 -0
  54. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0033_password_reset_tracking_fields.py +0 -0
  55. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0034_dailyactivity_daily_school_student_lockout_reset.py +0 -0
  56. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0035_rename_lockout_fields.py +0 -0
  57. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0036_rename_awaiting_email_verification_userprofile_is_verified.py +0 -0
  58. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0037_migrate_email_verification.py +0 -0
  59. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0038_delete_emailverification.py +0 -0
  60. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0039_copy_email_to_username.py +0 -0
  61. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0040_school_county.py +0 -0
  62. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0041_populate_gb_counties.py +0 -0
  63. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0042_totalactivity.py +0 -0
  64. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0043_add_total_activity.py +0 -0
  65. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0044_update_activity_models.py +0 -0
  66. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0045_otp.py +0 -0
  67. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0046_alter_school_country.py +0 -0
  68. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0047_delete_school_postcode.py +0 -0
  69. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0048_unique_school_names.py +0 -0
  70. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0049_anonymise_orphan_users.py +0 -0
  71. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0050_anonymise_orphan_schools.py +0 -0
  72. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0051_verify_returning_users.py +0 -0
  73. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0052_add_cse_fields.py +0 -0
  74. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0053_clean_class_data.py +0 -0
  75. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0054_delete_aimmo_models.py +0 -0
  76. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0055_alter_schoolteacherinvitation_token.py +0 -0
  77. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0056_set_non_school_teachers_as_non_admins.py +0 -0
  78. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/0057_teacher_teacher__is_admin.py +0 -0
  79. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/migrations/__init__.py +0 -0
  80. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/models.py +0 -0
  81. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/permissions.py +0 -0
  82. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/static/common/img/RR_logo.svg +0 -0
  83. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/static/common/img/brain.svg +0 -0
  84. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/templates/common/freshdesk_widget.html +0 -0
  85. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/templates/common/onetrust_cookies_consent_notice.html +0 -0
  86. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/__init__.py +0 -0
  87. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_migration_anonymise_orphan_schools.py +0 -0
  88. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_migration_anonymise_orphan_users.py +0 -0
  89. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_migration_blocked_time.py +0 -0
  90. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_migration_remove_teacher_title.py +0 -0
  91. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_migration_unique_school_names.py +0 -0
  92. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_migration_verify_returning_users.py +0 -0
  93. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/test_models.py +0 -0
  94. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/__init__.py +0 -0
  95. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/classes.py +0 -0
  96. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/email.py +0 -0
  97. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/organisation.py +0 -0
  98. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/student.py +0 -0
  99. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/teacher.py +0 -0
  100. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/tests/utils/user.py +0 -0
  101. {cfl_common-8.7.3 → cfl_common-8.7.5}/common/utils.py +0 -0
  102. {cfl_common-8.7.3 → cfl_common-8.7.5}/pyproject.toml +0 -0
  103. {cfl_common-8.7.3 → cfl_common-8.7.5}/setup.cfg +0 -0
  104. {cfl_common-8.7.3 → cfl_common-8.7.5}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cfl-common
3
- Version: 8.7.3
3
+ Version: 8.7.5
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Operating System :: OS Independent
6
6
  Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
@@ -20,17 +20,17 @@ Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
20
20
  Requires-Dist: idna==3.10; python_version >= "3.6"
21
21
  Requires-Dist: libsass==0.23.0; python_version >= "3.8"
22
22
  Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
23
- Requires-Dist: numpy==2.2.6; python_version >= "3.10"
23
+ Requires-Dist: numpy==2.3.0; python_version >= "3.11"
24
24
  Requires-Dist: pandas==2.3.0; python_version >= "3.9"
25
25
  Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
26
26
  Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
27
27
  Requires-Dist: pypng==0.20220715.0
28
- Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
28
+ Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
29
29
  Requires-Dist: pytz==2025.2
30
30
  Requires-Dist: qrcode==7.4.2; python_version >= "3.7"
31
- Requires-Dist: requests==2.32.3; python_version >= "3.8"
31
+ Requires-Dist: requests==2.32.4; python_version >= "3.8"
32
32
  Requires-Dist: setuptools==80.9.0; python_version >= "3.9"
33
- Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
33
+ Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
34
34
  Requires-Dist: sqlparse==0.5.3; python_version >= "3.8"
35
35
  Requires-Dist: tablib==3.7.0; python_version >= "3.9"
36
36
  Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cfl-common
3
- Version: 8.7.3
3
+ Version: 8.7.5
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Operating System :: OS Independent
6
6
  Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
@@ -20,17 +20,17 @@ Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
20
20
  Requires-Dist: idna==3.10; python_version >= "3.6"
21
21
  Requires-Dist: libsass==0.23.0; python_version >= "3.8"
22
22
  Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
23
- Requires-Dist: numpy==2.2.6; python_version >= "3.10"
23
+ Requires-Dist: numpy==2.3.0; python_version >= "3.11"
24
24
  Requires-Dist: pandas==2.3.0; python_version >= "3.9"
25
25
  Requires-Dist: pgeocode==0.4.0; python_version >= "3.8"
26
26
  Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
27
27
  Requires-Dist: pypng==0.20220715.0
28
- Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
28
+ Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
29
29
  Requires-Dist: pytz==2025.2
30
30
  Requires-Dist: qrcode==7.4.2; python_version >= "3.7"
31
- Requires-Dist: requests==2.32.3; python_version >= "3.8"
31
+ Requires-Dist: requests==2.32.4; python_version >= "3.8"
32
32
  Requires-Dist: setuptools==80.9.0; python_version >= "3.9"
33
- Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
33
+ Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
34
34
  Requires-Dist: sqlparse==0.5.3; python_version >= "3.8"
35
35
  Requires-Dist: tablib==3.7.0; python_version >= "3.9"
36
36
  Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9"
@@ -6,13 +6,15 @@ pytz==2025.2
6
6
  [:python_version >= "2"]
7
7
  tzdata==2025.2
8
8
 
9
- [:python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"]
9
+ [:python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"]
10
10
  python-dateutil==2.9.0.post0
11
11
  six==1.17.0
12
12
 
13
13
  [:python_version >= "3.10"]
14
14
  django==5.1.10
15
- numpy==2.2.6
15
+
16
+ [:python_version >= "3.11"]
17
+ numpy==2.3.0
16
18
 
17
19
  [:python_version >= "3.5"]
18
20
  more-itertools==8.7.0
@@ -34,7 +36,7 @@ django-formtools==2.5.1
34
36
  django-two-factor-auth==1.17.0
35
37
  libsass==0.23.0
36
38
  pgeocode==0.4.0
37
- requests==2.32.3
39
+ requests==2.32.4
38
40
  sqlparse==0.5.3
39
41
  wheel==0.45.1
40
42
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes