File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (C) 2024 CERN.
4
+ #
5
+ # Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
+ # it under the terms of the MIT License; see LICENSE file for more details.
7
+
8
+ """Jobs module."""
Original file line number Diff line number Diff line change
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (C) 2024 CERN.
4
+ #
5
+ # Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
+ # it under the terms of the MIT License; see LICENSE file for more details.
7
+
8
+ """Jobs definition module."""
9
+
1
10
from invenio_jobs .jobs import JobType
2
11
3
12
from invenio_rdm_records .services .tasks import update_expired_embargos
8
17
id_ = "update_expired_embargos" ,
9
18
task = update_expired_embargos ,
10
19
description = "Updates expired embargos" ,
11
- title = "Update expired embargoes"
20
+ title = "Update expired embargoes" ,
12
21
)
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ install_requires =
44
44
invenio-records-resources>=6.0.0,<7.0.0
45
45
invenio-github>=1.0.0,<2.0.0
46
46
invenio-i18n>=2.0.0,<3.0.0
47
- invenio-jobs>=0. 1.0,<1 .0.0
47
+ invenio-jobs>=1.0.0,<2 .0.0
48
48
invenio-oaiserver>=2.0.0,<3.0.0
49
49
invenio-oauth2server>=2.0.0
50
50
invenio-stats>=4.0.0,<5.0.0
You can’t perform that action at this time.
0 commit comments