pypomes-iam 0.2.3__tar.gz → 0.2.4__tar.gz

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.

Potentially problematic release.


This version of pypomes-iam might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_iam
3
- Version: 0.2.3
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
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "pypomes_iam"
9
- version = "0.2.3"
9
+ version = "0.2.4"
10
10
  authors = [
11
11
  { name="GT Nunes", email="wisecoder01@gmail.com" }
12
12
  ]
@@ -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 user '{user_id}' added to the registry")
295
+ logger.debug(msg=f"Entry for '{user_id}' added to the registry")
296
296
  elif logger:
297
- logger.debug(msg=f"Entry for user '{user_id}' obtained from the registry")
297
+ logger.debug(msg=f"Entry for '{user_id}' obtained from the registry")
298
298
 
299
299
  return result
300
300
 
@@ -91,7 +91,7 @@ def jusbr_setup(flask_app: Flask,
91
91
  global _jusbr_logger, _jusbr_registry
92
92
 
93
93
  # establish the logger
94
- _logger = logger
94
+ _jusbr_logger = logger
95
95
 
96
96
  # configure the JusBR registry
97
97
  safe_cache: Cache = FIFOCache(maxsize=1048576)
File without changes
File without changes
File without changes