Skip to content

Commit 1a8c9f0

Browse files
committed
version 1.0.4: finalize rename to indico-plugin-sso-group-mapping
Signed-off-by: Oliver Freyermuth <freyermuth@physik.uni-bonn.de>
1 parent e0ed90d commit 1a8c9f0

12 files changed

Lines changed: 25 additions & 25 deletions

File tree

.header.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ owner: University of Bonn
33
start_year: 2022
44
substring: This file is part of
55
template: |-
6-
{comment_start} This file is part of the Indico plugin indico-sso-group-mapping.
6+
{comment_start} This file is part of the Indico plugin indico-plugin-sso-group-mapping.
77
{comment_middle} Copyright (C) {dates} {owner}
88
{comment_middle}
9-
{comment_middle} The Indico plugin indico-sso-group-mapping is free software; you can
9+
{comment_middle} The Indico plugin indico-plugin-sso-group-mapping is free software; you can
1010
{comment_middle} redistribute it and/or modify it under the terms of the MIT License;
1111
{comment_middle} see the LICENSE file for more details.
1212
{comment_end}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An [Indico](https://getindico.io/) plugin to map SSO groups to local Indico grou
55
## Installation
66
You can install the plugin directly from PyPI:
77
```
8-
pip install indico-sso-group-mapping
8+
pip install indico-plugin-sso-group-mapping
99
```
1010
After installation, activate the plugin via adding it to the `PLUGINS` variable in `indico.conf`:
1111
```
@@ -36,9 +36,9 @@ Days after which logins are considered too old and users are removed from group
3636

3737
(only shown if daily cleanup is enabled)
3838

39-
[ci-badge]: https://github.com/unibonn/indico-sso-group-mapping/actions/workflows/ci.yml/badge.svg
40-
[ci-link]: https://github.com/unibonn/indico-sso-group-mapping/actions/workflows/ci.yml
39+
[ci-badge]: https://github.com/unibonn/indico-plugin-sso-group-mapping/actions/workflows/ci.yml/badge.svg
40+
[ci-link]: https://github.com/unibonn/indico-plugin-sso-group-mapping/actions/workflows/ci.yml
4141
[license-link]: https://github.com/indico/indico-plugins/blob/master/LICENSE
4242
[license-badge]: https://img.shields.io/github/license/indico/indico.svg
43-
[pypi-badge]: https://img.shields.io/pypi/v/indico-sso-group-mapping.svg
44-
[pypi-link]: https://pypi.org/project/indico-sso-group-mapping/
43+
[pypi-badge]: https://img.shields.io/pypi/v/indico-plugin-sso-group-mapping.svg
44+
[pypi-link]: https://pypi.org/project/indico-plugin-sso-group-mapping/

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This file is part of the Indico plugin indico-sso-group-mapping.
1+
# This file is part of the Indico plugin indico-plugin-sso-group-mapping.
22
# Copyright (C) 2022 - 2026 University of Bonn
33
#
4-
# The Indico plugin indico-sso-group-mapping is free software; you can
4+
# The Indico plugin indico-plugin-sso-group-mapping is free software; you can
55
# redistribute it and/or modify it under the terms of the MIT License;
66
# see the LICENSE file for more details.
77

hatch_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This file is part of the Indico plugin indico-sso-group-mapping.
1+
# This file is part of the Indico plugin indico-plugin-sso-group-mapping.
22
# Copyright (C) 2022 - 2026 University of Bonn
33
#
4-
# The Indico plugin indico-sso-group-mapping is free software; you can
4+
# The Indico plugin indico-plugin-sso-group-mapping is free software; you can
55
# redistribute it and/or modify it under the terms of the MIT License;
66
# see the LICENSE file for more details.
77

indico_sso_group_mapping/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This file is part of the Indico plugin indico-sso-group-mapping.
1+
# This file is part of the Indico plugin indico-plugin-sso-group-mapping.
22
# Copyright (C) 2022 - 2026 University of Bonn
33
#
4-
# The Indico plugin indico-sso-group-mapping is free software; you can
4+
# The Indico plugin indico-plugin-sso-group-mapping is free software; you can
55
# redistribute it and/or modify it under the terms of the MIT License;
66
# see the LICENSE file for more details.
77

indico_sso_group_mapping/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This file is part of the Indico plugin indico-sso-group-mapping.
1+
# This file is part of the Indico plugin indico-plugin-sso-group-mapping.
22
# Copyright (C) 2022 - 2026 University of Bonn
33
#
4-
# The Indico plugin indico-sso-group-mapping is free software; you can
4+
# The Indico plugin indico-plugin-sso-group-mapping is free software; you can
55
# redistribute it and/or modify it under the terms of the MIT License;
66
# see the LICENSE file for more details.
77

indico_sso_group_mapping/task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This file is part of the Indico plugin indico-sso-group-mapping.
1+
# This file is part of the Indico plugin indico-plugin-sso-group-mapping.
22
# Copyright (C) 2022 - 2026 University of Bonn
33
#
4-
# The Indico plugin indico-sso-group-mapping is free software; you can
4+
# The Indico plugin indico-plugin-sso-group-mapping is free software; you can
55
# redistribute it and/or modify it under the terms of the MIT License;
66
# see the LICENSE file for more details.
77

manage-i18n.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
2-
# This file is part of the Indico plugin indico-sso-group-mapping.
2+
# This file is part of the Indico plugin indico-plugin-sso-group-mapping.
33
# Copyright (C) 2022 - 2026 University of Bonn
44
#
5-
# The Indico plugin indico-sso-group-mapping is free software; you can
5+
# The Indico plugin indico-plugin-sso-group-mapping is free software; you can
66
# redistribute it and/or modify it under the terms of the MIT License;
77
# see the LICENSE file for more details.
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "plugins",
33
"private": true,
44
"version": "1.0.0",
5-
"repository": "https://github.com/unibonn/indico-sso-group-mapping",
5+
"repository": "https://github.com/unibonn/indico-plugin-sso-group-mapping",
66
"author": "University of Bonn",
77
"devDependencies": {
88
"@babel/eslint-parser": "^7.18.2",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = 'indico-plugin-sso-group-mapping'
55
description = 'SSO group mapping plugin for Indico'
66
readme = 'README.md'
7-
version = '1.0.3'
7+
version = '1.0.4'
88
license = 'MIT'
99
authors = [{ name = 'University of Bonn' }]
1010
classifiers = [

0 commit comments

Comments
 (0)