File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ assert user.meta.created == datetime.datetime(
4747```
4848
4949scim2-models belongs in a collection of SCIM tools developed by [ Yaal Coop] ( https://yaal.coop ) ,
50- with [ scim2-client] ( https://github.com/yaal-coop /scim2-client ) ,
51- [ scim2-tester] ( https://github.com/yaal-coop /scim2-tester ) and
52- [ scim2-cli] ( https://github.com/yaal-coop /scim2-cli )
50+ with [ scim2-client] ( https://github.com/python-scim /scim2-client ) ,
51+ [ scim2-tester] ( https://github.com/python-scim /scim2-tester ) and
52+ [ scim2-cli] ( https://github.com/python-scim /scim2-cli )
Original file line number Diff line number Diff line change 5151html_theme_options = {
5252 "globaltoc_expand_depth" : 3 ,
5353 "accent_color" : "amber" ,
54- "github_url" : "https://github.com/yaal-coop /scim2-models" ,
54+ "github_url" : "https://github.com/python-scim /scim2-models" ,
5555 "mastodon_url" : "https://toot.aquilenet.fr/@yaal" ,
5656 "nav_links" : [
5757 {"title" : "scim2-client" , "url" : "https://scim2-client.readthedocs.io" },
6464}
6565html_context = {
6666 "source_type" : "github" ,
67- "source_user" : "yaal-coop " ,
67+ "source_user" : "python-scim " ,
6868 "source_repo" : "scim2-models" ,
6969 "source_version" : "main" ,
7070 "source_docs_path" : "/doc/" ,
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Contribution
33
44Contributions are welcome!
55
6- The repository is hosted at `github.com/yaal-coop /scim2-models <https://github.com/yaal-coop /scim2-models >`_.
6+ The repository is hosted at `github.com/python-scim /scim2-models <https://github.com/python-scim /scim2-models >`_.
77
88Discuss
99-------
1010
1111If you want to implement a feature or a bugfix, please start by discussing it with us on
12- the `bugtracker <https://github.com/yaal-coop /scim2-models/issues >`_.
12+ the `bugtracker <https://github.com/python-scim /scim2-models/issues >`_.
1313
1414Unit tests
1515----------
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ dependencies = [
3232
3333[project .urls ]
3434documentation = " https://scim2-models.readthedocs.io"
35- repository = " https://github.com/yaal-coop /scim2-models"
35+ repository = " https://github.com/python-scim /scim2-models"
3636changelog = " https://scim2-models.readthedocs.io/en/latest/changelog.html"
37- funding = " https://github.com/sponsors/yaal-coop "
37+ funding = " https://github.com/sponsors/python-scim "
3838
3939[dependency-groups ]
4040dev = [
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def test_parse_and_serialize_examples(load_sample):
4141
4242 skipped = [
4343 # resources without schemas are not yet supported
44- # https://github.com/yaal-coop /scim2-models/issues/20
44+ # https://github.com/python-scim /scim2-models/issues/20
4545 "rfc7644-3.4.2-list_response-partial_attributes.json" ,
4646 "rfc7644-3.4.3-list_response-post_query.json" ,
4747 # BulkOperation.data PatchOperation.value should be of type resource
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ def test_extensions_schemas():
251251def test_validate_items_without_extension ():
252252 """A model with an optional extension should be able to validate a payload without an extension payload.
253253
254- https://github.com/yaal-coop /scim2-models/issues/77
254+ https://github.com/python-scim /scim2-models/issues/77
255255 """
256256 payload = {
257257 "schemas" : ["urn:ietf:params:scim:schemas:core:2.0:User" ],
You can’t perform that action at this time.
0 commit comments