Skip to content

Commit 35fb739

Browse files
committed
installation: bump invenio-jobs
1 parent 92dc803 commit 35fb739

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

invenio_rdm_records/jobs/__init__.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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."""

invenio_rdm_records/jobs/jobs.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
from invenio_jobs.jobs import JobType
211

312
from invenio_rdm_records.services.tasks import update_expired_embargos
@@ -8,5 +17,5 @@
817
id_="update_expired_embargos",
918
task=update_expired_embargos,
1019
description="Updates expired embargos",
11-
title="Update expired embargoes"
20+
title="Update expired embargoes",
1221
)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
invenio-records-resources>=6.0.0,<7.0.0
4545
invenio-github>=1.0.0,<2.0.0
4646
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
4848
invenio-oaiserver>=2.0.0,<3.0.0
4949
invenio-oauth2server>=2.0.0
5050
invenio-stats>=4.0.0,<5.0.0

0 commit comments

Comments
 (0)