Skip to content

Commit

Permalink
chore: move the repository to the python-scim organization
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 1, 2024
1 parent 4cda8e9 commit ee27ee9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ assert user.meta.created == datetime.datetime(
```

scim2-models belongs in a collection of SCIM tools developed by [Yaal Coop](https://yaal.coop),
with [scim2-client](https://github.com/yaal-coop/scim2-client),
[scim2-tester](https://github.com/yaal-coop/scim2-tester) and
[scim2-cli](https://github.com/yaal-coop/scim2-cli)
with [scim2-client](https://github.com/python-scim/scim2-client),
[scim2-tester](https://github.com/python-scim/scim2-tester) and
[scim2-cli](https://github.com/python-scim/scim2-cli)
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
html_theme_options = {
"globaltoc_expand_depth": 3,
"accent_color": "amber",
"github_url": "https://github.com/yaal-coop/scim2-models",
"github_url": "https://github.com/python-scim/scim2-models",
"mastodon_url": "https://toot.aquilenet.fr/@yaal",
"nav_links": [
{"title": "scim2-client", "url": "https://scim2-client.readthedocs.io"},
Expand All @@ -64,7 +64,7 @@
}
html_context = {
"source_type": "github",
"source_user": "yaal-coop",
"source_user": "python-scim",
"source_repo": "scim2-models",
"source_version": "main",
"source_docs_path": "/doc/",
Expand Down
4 changes: 2 additions & 2 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Contribution

Contributions are welcome!

The repository is hosted at `github.com/yaal-coop/scim2-models <https://github.com/yaal-coop/scim2-models>`_.
The repository is hosted at `github.com/python-scim/scim2-models <https://github.com/python-scim/scim2-models>`_.

Discuss
-------

If you want to implement a feature or a bugfix, please start by discussing it with us on
the `bugtracker <https://github.com/yaal-coop/scim2-models/issues>`_.
the `bugtracker <https://github.com/python-scim/scim2-models/issues>`_.

Unit tests
----------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dependencies = [

[project.urls]
documentation = "https://scim2-models.readthedocs.io"
repository = "https://github.com/yaal-coop/scim2-models"
repository = "https://github.com/python-scim/scim2-models"
changelog = "https://scim2-models.readthedocs.io/en/latest/changelog.html"
funding = "https://github.com/sponsors/yaal-coop"
funding = "https://github.com/sponsors/python-scim"

[dependency-groups]
dev = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_parse_and_serialize_examples(load_sample):

skipped = [
# resources without schemas are not yet supported
# https://github.com/yaal-coop/scim2-models/issues/20
# https://github.com/python-scim/scim2-models/issues/20
"rfc7644-3.4.2-list_response-partial_attributes.json",
"rfc7644-3.4.3-list_response-post_query.json",
# BulkOperation.data PatchOperation.value should be of type resource
Expand Down
2 changes: 1 addition & 1 deletion tests/test_resource_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_extensions_schemas():
def test_validate_items_without_extension():
"""A model with an optional extension should be able to validate a payload without an extension payload.
https://github.com/yaal-coop/scim2-models/issues/77
https://github.com/python-scim/scim2-models/issues/77
"""
payload = {
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
Expand Down

0 comments on commit ee27ee9

Please sign in to comment.