aa-alumni 0.3.0__py3-none-any.whl → 0.4.0__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.

Potentially problematic release.


This version of aa-alumni might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: aa-alumni
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: Integration with Alliance Auths State System, creates and maintains an Alumni State for past members of an Alliance and/or Corporation
5
5
  Keywords: allianceauth,eveonline
6
6
  Author-email: Joel Falknau <joel.falknau@gmail.com>
@@ -22,7 +22,8 @@ Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Programming Language :: Python :: Implementation :: CPython
23
23
  Classifier: Topic :: Internet :: WWW/HTTP
24
24
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
25
- Requires-Dist: allianceauth>=4,<5
25
+ License-File: LICENSE
26
+ Requires-Dist: allianceauth>=4.6.4,<6
26
27
  Requires-Dist: django-solo>=2,<3
27
28
  Project-URL: Homepage, https://gitlab.com/tactical-supremacy/aa-alumni
28
29
  Project-URL: Source, https://gitlab.com/tactical-supremacy/aa-alumni
@@ -58,11 +59,13 @@ Configure your Auth settings (`local.py`) as follows:
58
59
  # Tasks
59
60
  CELERYBEAT_SCHEDULE['alumni_run_alumni_check_all'] = {
60
61
  'task': 'alumni.tasks.run_alumni_check_all',
61
- 'schedule': crontab(minute=37, hour=3, day_of_week=4),
62
+ 'schedule': crontab(minute="0", hour="0", day_of_week="4"),
63
+ 'apply_offset': True,
62
64
  }
63
65
  CELERYBEAT_SCHEDULE['alumni_run_update_all_models'] = {
64
66
  'task': 'alumni.tasks.update_all_models',
65
- 'schedule': crontab(minute=37, hour=3, day_of_week=3),
67
+ 'schedule': crontab(minute="0", hour="0", day_of_week="3"),
68
+ 'apply_offset': True,
66
69
  }
67
70
  ```
68
71
 
@@ -1,8 +1,8 @@
1
- alumni/__init__.py,sha256=KNnvjsgFVxaz4i7ivnq5wNZqvk-LTTj3n6Xl44iOgGk,186
1
+ alumni/__init__.py,sha256=vbusPpaA0536MeYxyX2LkBKIOqu5UChq1blN2UzVSvA,186
2
2
  alumni/admin.py,sha256=VUDXqxBX-Dw_3T4QGXDTtz-Ulgc_WkoCW54OXbd3a5o,737
3
3
  alumni/app_settings.py,sha256=soF5EtRwxvWG2ARqzm7e7Qe5dpp-NCPZ-um781fENvs,383
4
4
  alumni/apps.py,sha256=JNO5V_uldj3Y2OEJL0h4u86LoPZr5UOhzkcTFZ6VeNI,239
5
- alumni/models.py,sha256=tgcy4FtHFZNyfCl_Rma3igPgxfaY433YG2CObBrsMe8,2206
5
+ alumni/models.py,sha256=K1LrfLAz8II5XtxqeqXN2psLoTDiV3amY-pf70xdJtY,2213
6
6
  alumni/providers.py,sha256=hKzig2S28NGcCpf078hMzlAL7xarNekFRgGlDS1IWhI,1027
7
7
  alumni/signals.py,sha256=ZiWER0gs-0KCS6nWhCwE1_-iDXr9yrS7NSPBfLBDjak,789
8
8
  alumni/tasks.py,sha256=q2HkZMfDI1eFyoeTs5BqSYYko9mv46jynuLZMtw9FXw,9203
@@ -17,7 +17,7 @@ alumni/migrations/0002_auto_20211230_0147.py,sha256=p3sK1Ohdf6O20tDbMmuPJwC2vVFH
17
17
  alumni/migrations/0003_alter_alumnisetup_options_and_more.py,sha256=JyXQqo9vR-hRx7CHsNpXLxZEjEijSBLW3zX7Zmw3Y50,1012
18
18
  alumni/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  alumni/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
- aa_alumni-0.3.0.dist-info/LICENSE,sha256=6TxpZBZY7OLGLrJXe6vREu--u7CjCfW19u4oXW_uZKs,1069
21
- aa_alumni-0.3.0.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
22
- aa_alumni-0.3.0.dist-info/METADATA,sha256=8JK5mOVUky9sNuPCYL4lvET4LhqzWT81zpL7Q0uciOo,3359
23
- aa_alumni-0.3.0.dist-info/RECORD,,
20
+ aa_alumni-0.4.0.dist-info/licenses/LICENSE,sha256=6TxpZBZY7OLGLrJXe6vREu--u7CjCfW19u4oXW_uZKs,1069
21
+ aa_alumni-0.4.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
22
+ aa_alumni-0.4.0.dist-info/METADATA,sha256=ynKjsxZaBt0TjbPYXXy1xuNNx7ECjmZ0jx8uisOVY0g,3447
23
+ aa_alumni-0.4.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.10.1
2
+ Generator: flit 3.12.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
alumni/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  """
2
2
  Integration with Alliance Auths State System, creates and maintains an Alumni State for past members of an Alliance and/or Corporation
3
3
  """
4
- __version__ = "0.3.0"
4
+ __version__ = "0.4.0"
5
5
  __title__ = "Alumni"
alumni/models.py CHANGED
@@ -18,7 +18,7 @@ class AlumniSetup(SingletonModel):
18
18
  blank=True,
19
19
  help_text=_("Characters with these Alliances in their History will be given Alumni Status"))
20
20
 
21
- def __str__(self):
21
+ def __str__(self) -> str:
22
22
  return _("Alumni Config")
23
23
 
24
24
  class Meta: