wbcore 1.58.3__py2.py3-none-any.whl → 1.59.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.
@@ -1,10 +1,12 @@
1
1
  from datetime import date, timedelta
2
2
 
3
+ from celery import shared_task
3
4
  from django.db import connection
4
5
  from django.utils import timezone
5
6
  from dynamic_preferences.registries import global_preferences_registry
6
7
 
7
8
 
9
+ @shared_task()
8
10
  def clean_up_import_source(today: date | None = None):
9
11
  if not today:
10
12
  today = timezone.now()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcore
3
- Version: 1.58.3
3
+ Version: 1.59.0
4
4
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
5
5
  Requires-Dist: boto3==1.35.*
6
6
  Requires-Dist: celery[redis]==5.*
@@ -674,7 +674,7 @@ wbcore/contrib/io/models.py,sha256=N5umz_bf5PtmrBYhJF5qTGLK-NPx-WbA-tkSVMF1bi0,4
674
674
  wbcore/contrib/io/resources.py,sha256=eGEpmyrtkB3DgFKV6m57OFzyu6jBZUIXkn5Jopeus9M,6953
675
675
  wbcore/contrib/io/serializers.py,sha256=oS5od8ni8wUZml1zM_RAdW9VWrw226Ru4v3RBifOnFY,4639
676
676
  wbcore/contrib/io/signals.py,sha256=jCGHjt5Qg2T1aIi4BzWYzWYb2YZT82gUMhG68v2rx58,145
677
- wbcore/contrib/io/tasks.py,sha256=5qCWhoQkqV4dtjoT-odP9FI_Vd5n0l7d3F_7QTPnazM,751
677
+ wbcore/contrib/io/tasks.py,sha256=nuNSD3VqK6KwsSHGf2pQc26YaJx40zv5hroKvzyGJeg,797
678
678
  wbcore/contrib/io/urls.py,sha256=v91WUMYKwQhI9mDnpScP6hvYdGSdQZg0yQzEljCZ4lk,1014
679
679
  wbcore/contrib/io/utils.py,sha256=SMjQeUEg_cuBKQfnKGj-qjJDC8Z_xCOQ-t7VZxwCZt4,1359
680
680
  wbcore/contrib/io/viewset_mixins.py,sha256=RhO8TE9RPQsubSd2H2XgIJLD92tHu-7_gO8JwROxtHI,11419
@@ -1231,6 +1231,6 @@ wbcore/viewsets/generics.py,sha256=lKDq9UY_Tyc56u1bqaIEvHGgoaXwXxpZ1c3fLVteptI,1
1231
1231
  wbcore/viewsets/mixins.py,sha256=IdHd_uixOv3ExKoHxTgL5Bt8OELIwfYwhBZm0nsvZfc,12054
1232
1232
  wbcore/viewsets/utils.py,sha256=4520Ij3ASM8lOa8QZkCqbBfOexVRiZu688eW-PGqMOA,882
1233
1233
  wbcore/viewsets/viewsets.py,sha256=FPPESunEjlunDr5VFsjTfsquTS3iDSQkw0H6QjMKPqk,6574
1234
- wbcore-1.58.3.dist-info/METADATA,sha256=Cd0pn3fhP4PMkxnWcJ-4t96sWW1pV0C2fSqMT8eRYPk,2332
1235
- wbcore-1.58.3.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
1236
- wbcore-1.58.3.dist-info/RECORD,,
1234
+ wbcore-1.59.0.dist-info/METADATA,sha256=tOGD8nzaqJOWa-jgKRQ0CYkPFUF5OtQA45S50XU1gmY,2332
1235
+ wbcore-1.59.0.dist-info/WHEEL,sha256=aha0VrrYvgDJ3Xxl3db_g_MDIW-ZexDdrc_m-Hk8YY4,105
1236
+ wbcore-1.59.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any