invenio-workflows-tugraz


Nameinvenio-workflows-tugraz JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/tu-graz-library/invenio-workflows-tugraz
Summary"Package serves as a place for the workflows of the repository of the TU Graz."
upload_time2024-03-14 19:40:06
maintainer
docs_urlNone
authorGraz University of Technology
requires_python>=3.8
licenseMIT
keywords invenio workflows tugraz
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # invenio-workflows-tugraz
Implements TU Graz specific workflows

..
    Copyright (C) 2022 Graz University of Technology.

    invenio-workflows-tugraz is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version v0.5.3 (release 2024-03-14)

- fix: thesis tasks wrong wording


Version v0.5.2 (release 2024-03-12)

- fix: theses task variable handling


Version v0.5.1 (release 2024-03-01)

- setup: add missing dependency
- theses: fix alembic


Version v0.5.0 (release 2024-02-27)

- fix: due python version not possible to use Self
- theses: add update_access parameter
- setup: move ruff configuration
- theses: make it more fail prove
- thesis: add cli, update models
- theses: improve
- theses: add logic for tasks
- theses: add alembic
- theses: add model to set state
- theses: improve campusonline filter
- theses: change requirement for import


Version v0.4.0 (release 2024-02-02)

- theses: change error to 423
- theses: add endpoint for theses uploads


Version v0.3.2 (release 2024-01-24)

- theses: fix not catched exception


Version v0.3.1 (release 2024-01-07)

- fix: add changed error except
- theses: implement changed requirement for embargo


Version v0.3.0 (release 2023-11-03)

- theses: add implementation for duplicate check
- theses: add check if record has AC number
- theses: change behavior checking file restriction
- theses: pass through the duplicate error message
- ruff: apply new ruff rules


Version v0.2.4 (release 2023-10-20)

- fix: ruff upgrade introduced discrepancy
- fix: 995 subfield notation was wrong
- tests: add test for update_func


Version v0.2.3 (release 2023-06-05)

- theses: revert to simple version


Version v0.2.2 (release 2023-06-05)

- fix: wrong method used to get the record


Version v0.2.1 (release 2023-06-02)

- theses: not only drafts should be updated
- fix: theses update_func api used wrong


Version v0.2.0 (release 2023-05-26)

- fix: use data instead of metadata
- fix: tests
- fix: 971 not used all additions
- theses: rewrite access in update func
- theses: add update_func to the workflow
- theses: add embargo on creation
- theses: remove locked generator
- setup: migrate to ruff


Version v0.1.19 (release 2023-05-17)

- fix: apply requested changes for field 008


Version v0.1.18 (release 2023-05-12)

- fix: position 19 was the wrong value
- fix: keyw was not processed
- theses: change visitor api
- theses: implement sorting for 971 fields
- fix: revert back change of 007 field
- fix: 245 field missed author


Version v0.1.17 (release 2023-05-11)

- fix: errors


Version v0.1.16 (release 2023-05-11)

- fix: int not serializable


Version v0.1.15 (release 2023-05-11)

- theses: fix german language code


Version v0.1.14 (release 2023-05-11)




Version v0.1.13 (release 2023-05-10)

- theses: apply requested marc21 field changes
- fix: date for status


Version v0.1.12 (release 2023-05-10)

- fix: the crap from last commit


Version v0.1.11 (release 2023-05-10)

- fix: date and format where not compatible


Version v0.1.10 (release 2023-05-10)

- fix: used wrong date format


Version v0.1.9 (release 2023-05-10)

- theses: apply marc21 request changes


Version v0.1.8 (release 2023-04-25)

- theses: add necessary need to import


Version v0.1.7 (release 2023-01-26)

- theses: change alma import size
- theses: change import start date


Version v0.1.6 (release 2023-01-23)

- modification: create an endpoint for theses records


Version v0.1.5 (release 2023-01-23)

- fix: return value of import_func
- fix: wrong alias name


Version v0.1.4 (release 2023-01-20)

- theses fix: play safe with real data


Version v0.1.3 (release 2023-01-20)

- theses: mapping change


Version v0.1.2 (release 2023-01-20)

- fix: remove print


Version v0.1.1 (release 2023-01-18)

- theses: convert abstract and keywords


Version v0.1.0 (release 2023-01-18)







            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tu-graz-library/invenio-workflows-tugraz",
    "name": "invenio-workflows-tugraz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "invenio workflows TUGraz",
    "author": "Graz University of Technology",
    "author_email": "info@tugraz.at",
    "download_url": "https://files.pythonhosted.org/packages/3f/64/6ae9c8e270011ae57e967e9afd0c07f7b6161825820df3a26f778260c944/invenio-workflows-tugraz-0.5.3.tar.gz",
    "platform": "any",
    "description": "# invenio-workflows-tugraz\nImplements TU Graz specific workflows\n\n..\n    Copyright (C) 2022 Graz University of Technology.\n\n    invenio-workflows-tugraz is free software; you can redistribute it and/or\n    modify it under the terms of the MIT License; see LICENSE file for more\n    details.\n\nChanges\n=======\n\nVersion v0.5.3 (release 2024-03-14)\n\n- fix: thesis tasks wrong wording\n\n\nVersion v0.5.2 (release 2024-03-12)\n\n- fix: theses task variable handling\n\n\nVersion v0.5.1 (release 2024-03-01)\n\n- setup: add missing dependency\n- theses: fix alembic\n\n\nVersion v0.5.0 (release 2024-02-27)\n\n- fix: due python version not possible to use Self\n- theses: add update_access parameter\n- setup: move ruff configuration\n- theses: make it more fail prove\n- thesis: add cli, update models\n- theses: improve\n- theses: add logic for tasks\n- theses: add alembic\n- theses: add model to set state\n- theses: improve campusonline filter\n- theses: change requirement for import\n\n\nVersion v0.4.0 (release 2024-02-02)\n\n- theses: change error to 423\n- theses: add endpoint for theses uploads\n\n\nVersion v0.3.2 (release 2024-01-24)\n\n- theses: fix not catched exception\n\n\nVersion v0.3.1 (release 2024-01-07)\n\n- fix: add changed error except\n- theses: implement changed requirement for embargo\n\n\nVersion v0.3.0 (release 2023-11-03)\n\n- theses: add implementation for duplicate check\n- theses: add check if record has AC number\n- theses: change behavior checking file restriction\n- theses: pass through the duplicate error message\n- ruff: apply new ruff rules\n\n\nVersion v0.2.4 (release 2023-10-20)\n\n- fix: ruff upgrade introduced discrepancy\n- fix: 995 subfield notation was wrong\n- tests: add test for update_func\n\n\nVersion v0.2.3 (release 2023-06-05)\n\n- theses: revert to simple version\n\n\nVersion v0.2.2 (release 2023-06-05)\n\n- fix: wrong method used to get the record\n\n\nVersion v0.2.1 (release 2023-06-02)\n\n- theses: not only drafts should be updated\n- fix: theses update_func api used wrong\n\n\nVersion v0.2.0 (release 2023-05-26)\n\n- fix: use data instead of metadata\n- fix: tests\n- fix: 971 not used all additions\n- theses: rewrite access in update func\n- theses: add update_func to the workflow\n- theses: add embargo on creation\n- theses: remove locked generator\n- setup: migrate to ruff\n\n\nVersion v0.1.19 (release 2023-05-17)\n\n- fix: apply requested changes for field 008\n\n\nVersion v0.1.18 (release 2023-05-12)\n\n- fix: position 19 was the wrong value\n- fix: keyw was not processed\n- theses: change visitor api\n- theses: implement sorting for 971 fields\n- fix: revert back change of 007 field\n- fix: 245 field missed author\n\n\nVersion v0.1.17 (release 2023-05-11)\n\n- fix: errors\n\n\nVersion v0.1.16 (release 2023-05-11)\n\n- fix: int not serializable\n\n\nVersion v0.1.15 (release 2023-05-11)\n\n- theses: fix german language code\n\n\nVersion v0.1.14 (release 2023-05-11)\n\n\n\n\nVersion v0.1.13 (release 2023-05-10)\n\n- theses: apply requested marc21 field changes\n- fix: date for status\n\n\nVersion v0.1.12 (release 2023-05-10)\n\n- fix: the crap from last commit\n\n\nVersion v0.1.11 (release 2023-05-10)\n\n- fix: date and format where not compatible\n\n\nVersion v0.1.10 (release 2023-05-10)\n\n- fix: used wrong date format\n\n\nVersion v0.1.9 (release 2023-05-10)\n\n- theses: apply marc21 request changes\n\n\nVersion v0.1.8 (release 2023-04-25)\n\n- theses: add necessary need to import\n\n\nVersion v0.1.7 (release 2023-01-26)\n\n- theses: change alma import size\n- theses: change import start date\n\n\nVersion v0.1.6 (release 2023-01-23)\n\n- modification: create an endpoint for theses records\n\n\nVersion v0.1.5 (release 2023-01-23)\n\n- fix: return value of import_func\n- fix: wrong alias name\n\n\nVersion v0.1.4 (release 2023-01-20)\n\n- theses fix: play safe with real data\n\n\nVersion v0.1.3 (release 2023-01-20)\n\n- theses: mapping change\n\n\nVersion v0.1.2 (release 2023-01-20)\n\n- fix: remove print\n\n\nVersion v0.1.1 (release 2023-01-18)\n\n- theses: convert abstract and keywords\n\n\nVersion v0.1.0 (release 2023-01-18)\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Package serves as a place for the workflows of the repository of the TU Graz.\"",
    "version": "0.5.3",
    "project_urls": {
        "Homepage": "https://github.com/tu-graz-library/invenio-workflows-tugraz"
    },
    "split_keywords": [
        "invenio",
        "workflows",
        "tugraz"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "accef5650975ab808c9370b93abfa0daf05639712af99dffddda408cafce2e14",
                "md5": "ddc0d7f0000fe5f1996f0b536b2b991e",
                "sha256": "7e6f7ea31a4d694463ad0abc3a0342bae8eaa264332876fb906c09a0f49dfb6c"
            },
            "downloads": -1,
            "filename": "invenio_workflows_tugraz-0.5.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddc0d7f0000fe5f1996f0b536b2b991e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 112447,
            "upload_time": "2024-03-14T19:40:04",
            "upload_time_iso_8601": "2024-03-14T19:40:04.885816Z",
            "url": "https://files.pythonhosted.org/packages/ac/ce/f5650975ab808c9370b93abfa0daf05639712af99dffddda408cafce2e14/invenio_workflows_tugraz-0.5.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f646ae9c8e270011ae57e967e9afd0c07f7b6161825820df3a26f778260c944",
                "md5": "4da5f634edda41c0814cc1cb50da4af9",
                "sha256": "fad812ed7ac836d2b54a6bfe3782278189eba346f3a47c7ec29549c978018cd3"
            },
            "downloads": -1,
            "filename": "invenio-workflows-tugraz-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4da5f634edda41c0814cc1cb50da4af9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 104299,
            "upload_time": "2024-03-14T19:40:06",
            "upload_time_iso_8601": "2024-03-14T19:40:06.497139Z",
            "url": "https://files.pythonhosted.org/packages/3f/64/6ae9c8e270011ae57e967e9afd0c07f7b6161825820df3a26f778260c944/invenio-workflows-tugraz-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 19:40:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tu-graz-library",
    "github_project": "invenio-workflows-tugraz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-workflows-tugraz"
}
        
Elapsed time: 0.20473s