pypomes-iam 0.2.3__py3-none-any.whl → 0.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pypomes_iam/common_pomes.py +2 -2
- pypomes_iam/jusbr_pomes.py +1 -1
- {pypomes_iam-0.2.3.dist-info → pypomes_iam-0.2.4.dist-info}/METADATA +1 -1
- {pypomes_iam-0.2.3.dist-info → pypomes_iam-0.2.4.dist-info}/RECORD +6 -6
- {pypomes_iam-0.2.3.dist-info → pypomes_iam-0.2.4.dist-info}/WHEEL +0 -0
- {pypomes_iam-0.2.3.dist-info → pypomes_iam-0.2.4.dist-info}/licenses/LICENSE +0 -0
pypomes_iam/common_pomes.py
CHANGED
|
@@ -292,9 +292,9 @@ def _get_user_data(registry: dict[str, Any],
|
|
|
292
292
|
}
|
|
293
293
|
users[user_id] = result
|
|
294
294
|
if logger:
|
|
295
|
-
logger.debug(msg=f"Entry for
|
|
295
|
+
logger.debug(msg=f"Entry for '{user_id}' added to the registry")
|
|
296
296
|
elif logger:
|
|
297
|
-
logger.debug(msg=f"Entry for
|
|
297
|
+
logger.debug(msg=f"Entry for '{user_id}' obtained from the registry")
|
|
298
298
|
|
|
299
299
|
return result
|
|
300
300
|
|
pypomes_iam/jusbr_pomes.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_iam
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: A collection of Python pomes, penyeach (IAM modules)
|
|
5
5
|
Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-IAM
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-IAM/issues
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
pypomes_iam/__init__.py,sha256=u-gNGbsayMf-2SWTB8VcoTCADoczZuwNEH50BPxTZZ8,682
|
|
2
|
-
pypomes_iam/common_pomes.py,sha256=
|
|
2
|
+
pypomes_iam/common_pomes.py,sha256=wNW0Hj3SPVI1rvYv3hQFY-tR4aAvwMyJiEY94GqcF9g,15700
|
|
3
3
|
pypomes_iam/iam_pomes.py,sha256=-2XppbAAuY58jYKd4ZN2MMjQd7wh6n9I8cofgAt0_9s,5639
|
|
4
|
-
pypomes_iam/jusbr_pomes.py,sha256=
|
|
4
|
+
pypomes_iam/jusbr_pomes.py,sha256=uR5Qf6lQOUqSjvpEtCnFPlm9Mdgd2xigSyioh94bi-I,6729
|
|
5
5
|
pypomes_iam/keycloak_pomes.py,sha256=_hR1nZhk-ejZpYrwijIcEm_GyfrtQkWtNdqJI7hcZuY,7129
|
|
6
6
|
pypomes_iam/provider_pomes.py,sha256=eP8XzjTUEpwejTkO0wmDiqKjqbIEOzRNCR2ju5E15og,5856
|
|
7
7
|
pypomes_iam/token_pomes.py,sha256=McjKB8omCjuicenwvDVPiWYu3-7gQeLg1AzgAVKK32M,4309
|
|
8
|
-
pypomes_iam-0.2.
|
|
9
|
-
pypomes_iam-0.2.
|
|
10
|
-
pypomes_iam-0.2.
|
|
11
|
-
pypomes_iam-0.2.
|
|
8
|
+
pypomes_iam-0.2.4.dist-info/METADATA,sha256=UC6RFFvFQIoc0dH4FqTLbF2C8cJT75FfaLUJLOPhc1w,694
|
|
9
|
+
pypomes_iam-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
10
|
+
pypomes_iam-0.2.4.dist-info/licenses/LICENSE,sha256=YvUELgV8qvXlaYsy9hXG5EW3Bmsrkw-OJmmILZnonAc,1086
|
|
11
|
+
pypomes_iam-0.2.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|