File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ assert user.meta.created == datetime.datetime(
47
47
```
48
48
49
49
scim2-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 51
51
html_theme_options = {
52
52
"globaltoc_expand_depth" : 3 ,
53
53
"accent_color" : "amber" ,
54
- "github_url" : "https://github.com/yaal-coop /scim2-models" ,
54
+ "github_url" : "https://github.com/python-scim /scim2-models" ,
55
55
"mastodon_url" : "https://toot.aquilenet.fr/@yaal" ,
56
56
"nav_links" : [
57
57
{"title" : "scim2-client" , "url" : "https://scim2-client.readthedocs.io" },
64
64
}
65
65
html_context = {
66
66
"source_type" : "github" ,
67
- "source_user" : "yaal-coop " ,
67
+ "source_user" : "python-scim " ,
68
68
"source_repo" : "scim2-models" ,
69
69
"source_version" : "main" ,
70
70
"source_docs_path" : "/doc/" ,
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Contribution
3
3
4
4
Contributions are welcome!
5
5
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 >`_.
7
7
8
8
Discuss
9
9
-------
10
10
11
11
If 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 >`_.
13
13
14
14
Unit tests
15
15
----------
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ dependencies = [
32
32
33
33
[project .urls ]
34
34
documentation = " https://scim2-models.readthedocs.io"
35
- repository = " https://github.com/yaal-coop /scim2-models"
35
+ repository = " https://github.com/python-scim /scim2-models"
36
36
changelog = " 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 "
38
38
39
39
[dependency-groups ]
40
40
dev = [
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def test_parse_and_serialize_examples(load_sample):
41
41
42
42
skipped = [
43
43
# 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
45
45
"rfc7644-3.4.2-list_response-partial_attributes.json" ,
46
46
"rfc7644-3.4.3-list_response-post_query.json" ,
47
47
# 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():
251
251
def test_validate_items_without_extension ():
252
252
"""A model with an optional extension should be able to validate a payload without an extension payload.
253
253
254
- https://github.com/yaal-coop /scim2-models/issues/77
254
+ https://github.com/python-scim /scim2-models/issues/77
255
255
"""
256
256
payload = {
257
257
"schemas" : ["urn:ietf:params:scim:schemas:core:2.0:User" ],
You can’t perform that action at this time.
0 commit comments