fluidattacks_utils_logger 3.0.2__tar.gz → 3.0.3__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.
Files changed (22) hide show
  1. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/PKG-INFO +2 -2
  2. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/__init__.py +1 -1
  3. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/pyproject.toml +1 -1
  4. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/uv.lock +19 -11
  5. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/.envrc +0 -0
  6. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/build/default.nix +0 -0
  7. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/build/filter.nix +0 -0
  8. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/flake.lock +0 -0
  9. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/flake.nix +0 -0
  10. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/env.py +0 -0
  11. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/handlers.py +0 -0
  12. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/levels.py +0 -0
  13. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/logger.py +0 -0
  14. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/fluidattacks_utils_logger/py.typed +0 -0
  15. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/mypy.ini +0 -0
  16. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/ruff.toml +0 -0
  17. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/__init__.py +0 -0
  18. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/arch/__init__.py +0 -0
  19. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/arch/arch.py +0 -0
  20. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/arch/test_arch.py +0 -0
  21. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/py.typed +0 -0
  22. {fluidattacks_utils_logger-3.0.2 → fluidattacks_utils_logger-3.0.3}/tests/test_logger.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fluidattacks_utils_logger
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: Common logger handlers
5
5
  Author-email: Product Team <development@fluidattacks.com>
6
6
  Requires-Python: >=3.11
7
7
  Classifier: License :: OSI Approved :: MIT License
8
- Requires-Dist: fluidattacks-core >=8.2.0, <9.0.0
8
+ Requires-Dist: fluidattacks-core >=9.0.0, <10.0.0
9
9
  Requires-Dist: fa-purity >=2.5.2, <3.0.0
10
10
  Requires-Dist: python-json-logger >=3.3.0, <5.0.0
@@ -15,7 +15,7 @@ from .levels import (
15
15
  LoggingLvl,
16
16
  )
17
17
 
18
- __version__ = "3.0.2"
18
+ __version__ = "3.0.3"
19
19
 
20
20
 
21
21
  def set_main_log(
@@ -4,7 +4,7 @@ authors = [{ name = "Product Team", email = "development@fluidattacks.com" }]
4
4
  classifiers = ["License :: OSI Approved :: MIT License"]
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [
7
- "fluidattacks-core >=8.2.0, <9.0.0",
7
+ "fluidattacks-core >=9.0.0, <10.0.0",
8
8
  "fa-purity >=2.5.2, <3.0.0",
9
9
  "python-json-logger >=3.3.0, <5.0.0",
10
10
  ]
@@ -6,6 +6,14 @@ resolution-markers = [
6
6
  "python_full_version < '3.15'",
7
7
  ]
8
8
 
9
+ [options]
10
+ exclude-newer = "2026-06-26T20:20:50.666646Z"
11
+ exclude-newer-span = "P7D"
12
+
13
+ [options.exclude-newer-package]
14
+ fluid-blends = "2099-01-02T05:00:00Z"
15
+ fluidattacks-core = "2099-01-02T05:00:00Z"
16
+
9
17
  [[package]]
10
18
  name = "arch-lint"
11
19
  version = "5.0.1"
@@ -159,18 +167,18 @@ wheels = [
159
167
 
160
168
  [[package]]
161
169
  name = "fluidattacks-core"
162
- version = "8.2.0"
170
+ version = "9.0.0"
163
171
  source = { registry = "https://pypi.org/simple" }
164
172
  wheels = [
165
- { url = "https://files.pythonhosted.org/packages/26/8f/23a49b485d7ab7ac5d2bb9fc69e5229213fbb1e900d863edcca9a4837b95/fluidattacks_core-8.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:cb8c447fc19bacd25a9c29ebaeb17b2961338d5223dda3c78dc067fbc0a1aca7", size = 7332195, upload-time = "2026-06-12T22:36:11.385Z" },
166
- { url = "https://files.pythonhosted.org/packages/cd/51/9f34ef276040327a1045e96d291b209fd8307e4da909f70145c1f38121f2/fluidattacks_core-8.2.0-cp311-cp311-manylinux_2_39_aarch64.whl", hash = "sha256:ee6d266216d787d6027570281e4ad2dd4f5a81d93da8d094f8b4f1032f28b7a0", size = 8483155, upload-time = "2026-06-12T22:36:13.974Z" },
167
- { url = "https://files.pythonhosted.org/packages/5f/bb/7f68a44281faf2672f027809e604acc350fbbafe9bb21a13ae73d629e9f8/fluidattacks_core-8.2.0-cp311-cp311-manylinux_2_39_x86_64.whl", hash = "sha256:9487ed3ba4875d99c79ff38f1d2c15c9d4982f3449da661c35da043ae66e18cc", size = 8473961, upload-time = "2026-06-12T22:36:23.289Z" },
168
- { url = "https://files.pythonhosted.org/packages/ec/7a/79891b0dd195687035d944742fdc68d13d1df5a3ecf03ef3f2040a2e6117/fluidattacks_core-8.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:729b1639c7fe18bc8131d4958e935e2b73bf9b38f8c66ae0648894ae2da26ea8", size = 7330127, upload-time = "2026-06-12T22:36:25.096Z" },
169
- { url = "https://files.pythonhosted.org/packages/9d/86/b0f665cc3761ee9acd60351cfaf78c4356430c1297d19847fd72fdd10ce0/fluidattacks_core-8.2.0-cp312-cp312-manylinux_2_39_aarch64.whl", hash = "sha256:1c15069eb91d7966001f1fc12e4569b7923364e634869375c01d7315a548e3ca", size = 8487797, upload-time = "2026-06-12T22:36:21.387Z" },
170
- { url = "https://files.pythonhosted.org/packages/74/66/359ca98a709b46f2f4686acf670c23baef6ac21ca83c535f72db21741826/fluidattacks_core-8.2.0-cp312-cp312-manylinux_2_39_x86_64.whl", hash = "sha256:9e51410b1fadf64484545b810c482d53baf4e5c39dfdb04e2762b3045da579a1", size = 8473395, upload-time = "2026-06-12T22:36:19.508Z" },
171
- { url = "https://files.pythonhosted.org/packages/b1/37/51295f9a14128a18113e24df5ee814e0a940a3627116ee033fb508f63c7a/fluidattacks_core-8.2.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:71493dd5eba680d1845e5e8ce2e75b80c917e81de6e2f3bba0f7c6e511c95e36", size = 7330498, upload-time = "2026-06-12T22:36:17.968Z" },
172
- { url = "https://files.pythonhosted.org/packages/49/05/f9d408a01c1378c648a6605e7d25c0808c2f8cab2e6dbb6b00c45f6b7caa/fluidattacks_core-8.2.0-cp313-cp313-manylinux_2_39_aarch64.whl", hash = "sha256:a874418ccb3eb097d85d3ac18bf644853ed65cc46c4f38ba3a3176ac89dcbd83", size = 8487257, upload-time = "2026-06-12T22:36:09.29Z" },
173
- { url = "https://files.pythonhosted.org/packages/c3/a0/a9eb9483b6f88936e160decdecfd945367418605ed7d2384d952135633fe/fluidattacks_core-8.2.0-cp313-cp313-manylinux_2_39_x86_64.whl", hash = "sha256:4d86b354ded45db31270a75de46414383f1b04d452e610cf55f798c78d836979", size = 8474079, upload-time = "2026-06-12T22:36:15.973Z" },
173
+ { url = "https://files.pythonhosted.org/packages/18/3e/de460449f4f9a671f15809240a78a0d8a94016cfd2adb89a2ee892fa4f70/fluidattacks_core-9.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f17cf6080230ac77b4146cededa22924e2e6d43abede90f3016a79e774b350d9", size = 6391353, upload-time = "2026-07-03T17:47:30.889Z" },
174
+ { url = "https://files.pythonhosted.org/packages/df/ab/6628a22fab65484a39d6f923d3e9dfdddfef1fac91f655f9601c8d0e7529/fluidattacks_core-9.0.0-cp311-cp311-manylinux_2_39_aarch64.whl", hash = "sha256:794943fac0a0b435dff9b1d16119d7365299978b97e16251d1e49abd36ba5f75", size = 7292655, upload-time = "2026-07-03T17:47:38.163Z" },
175
+ { url = "https://files.pythonhosted.org/packages/c7/d9/934d7b73a5828a61cc7170d77acc9f8c793abb9ced081ab1a00a24071fd7/fluidattacks_core-9.0.0-cp311-cp311-manylinux_2_39_x86_64.whl", hash = "sha256:33f0eecc272426cc182c3b4e105beb46c203c50ddee831a53070d405ef698053", size = 7304574, upload-time = "2026-07-03T17:47:36.773Z" },
176
+ { url = "https://files.pythonhosted.org/packages/6c/98/3c9e265ae1d1b56464849aaf70976c9a9a2655e4d8d8832fb171634171fe/fluidattacks_core-9.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3fa4d131b5e82fd5b7d476b52c6dc287fcdcdf65249f9c9a5a0e86bc566b12a9", size = 6389791, upload-time = "2026-07-03T17:47:28.086Z" },
177
+ { url = "https://files.pythonhosted.org/packages/84/4c/33c9495cbb64f90b50bca77c800c1ee5df68d95cd76f6afca2387c344097/fluidattacks_core-9.0.0-cp312-cp312-manylinux_2_39_aarch64.whl", hash = "sha256:5fb102b128df7167a07f2a32d1076cb3ec16b8d8cc09e662f09b99e5905f9607", size = 7285550, upload-time = "2026-07-03T17:47:35.385Z" },
178
+ { url = "https://files.pythonhosted.org/packages/97/f6/e0e50dce211dc613c70211e43714e9be5cb4cbae8e4b16fa3628e4625e86/fluidattacks_core-9.0.0-cp312-cp312-manylinux_2_39_x86_64.whl", hash = "sha256:7ffa82e47d2a960524bf9e73a1f25641fc52e6c91f5408e2bd2b8da9523050c7", size = 7298861, upload-time = "2026-07-03T17:47:32.365Z" },
179
+ { url = "https://files.pythonhosted.org/packages/2f/6b/3036d9f4a96d82ff9e9722188ae55717ecaf0dcfb7d86343eb339379d740/fluidattacks_core-9.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:44ba3aede27d995f76e63eba1e5527408a142950eeb184e11ae08762eaea7a5d", size = 6388752, upload-time = "2026-07-03T17:47:29.558Z" },
180
+ { url = "https://files.pythonhosted.org/packages/06/16/f95d36e519bd57ec1d3413387ac3199ee271ed8337df8650aa607cf0011e/fluidattacks_core-9.0.0-cp313-cp313-manylinux_2_39_aarch64.whl", hash = "sha256:d8178dbbf3d50499ed4120d0297382e0fbd35eec46ba4c7b75f0c40cd31dba9e", size = 7286041, upload-time = "2026-07-03T17:47:26.164Z" },
181
+ { url = "https://files.pythonhosted.org/packages/22/3b/b9922c9bddcff95a7c2a528915758dc3bce8e9cfa0edcafbc0014f11916a/fluidattacks_core-9.0.0-cp313-cp313-manylinux_2_39_x86_64.whl", hash = "sha256:02adb2242beb06e27a04044f43c4382451ef6a665224c367f58660d733c7c0a9", size = 7297371, upload-time = "2026-07-03T17:47:33.816Z" },
174
182
  ]
175
183
 
176
184
  [[package]]
@@ -194,7 +202,7 @@ dev = [
194
202
  [package.metadata]
195
203
  requires-dist = [
196
204
  { name = "fa-purity", specifier = ">=2.5.2,<3.0.0" },
197
- { name = "fluidattacks-core", specifier = ">=8.2.0,<9.0.0" },
205
+ { name = "fluidattacks-core", specifier = ">=9.0.0,<10.0.0" },
198
206
  { name = "python-json-logger", specifier = ">=3.3.0,<5.0.0" },
199
207
  ]
200
208