fluidattacks_utils_logger 3.0.6__tar.gz → 3.0.8__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.6 → fluidattacks_utils_logger-3.0.8}/PKG-INFO +2 -2
  2. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/fluidattacks_utils_logger/__init__.py +1 -1
  3. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/pyproject.toml +2 -2
  4. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/uv.lock +12 -15
  5. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/.envrc +0 -0
  6. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/build/default.nix +0 -0
  7. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/build/filter.nix +0 -0
  8. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/flake.lock +0 -0
  9. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/flake.nix +0 -0
  10. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/fluidattacks_utils_logger/env.py +0 -0
  11. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/fluidattacks_utils_logger/handlers.py +0 -0
  12. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/fluidattacks_utils_logger/levels.py +0 -0
  13. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/fluidattacks_utils_logger/logger.py +0 -0
  14. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/fluidattacks_utils_logger/py.typed +0 -0
  15. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/mypy.ini +0 -0
  16. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/ruff.toml +0 -0
  17. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/tests/__init__.py +0 -0
  18. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/tests/arch/__init__.py +0 -0
  19. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/tests/arch/arch.py +0 -0
  20. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/tests/arch/test_arch.py +0 -0
  21. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/tests/py.typed +0 -0
  22. {fluidattacks_utils_logger-3.0.6 → fluidattacks_utils_logger-3.0.8}/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.6
3
+ Version: 3.0.8
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 >=11.0.0, <12.0.0
8
+ Requires-Dist: fluidattacks-core-logging >=12.0.0, <13.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.6"
18
+ __version__ = "3.0.8"
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 >=11.0.0, <12.0.0",
7
+ "fluidattacks-core-logging >=12.0.0, <13.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
  ]
@@ -27,4 +27,4 @@ dev = [
27
27
 
28
28
  [tool.uv]
29
29
  exclude-newer = "7 days"
30
- exclude-newer-package = { fluidattacks-core = "2099-01-02T00:00:00Z", fluid-blends = "2099-01-02T00:00:00Z" }
30
+ exclude-newer-package = { fluidattacks-core-logging = "2099-01-02T00:00:00Z", fluid-blends = "2099-01-02T00:00:00Z" }
@@ -7,12 +7,12 @@ resolution-markers = [
7
7
  ]
8
8
 
9
9
  [options]
10
- exclude-newer = "2026-08-11T17:03:38.318537Z"
10
+ exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
11
11
  exclude-newer-span = "P7D"
12
12
 
13
13
  [options.exclude-newer-package]
14
14
  fluid-blends = "2099-01-02T00:00:00Z"
15
- fluidattacks-core = "2099-01-02T00:00:00Z"
15
+ fluidattacks-core-logging = "2099-01-02T00:00:00Z"
16
16
 
17
17
  [[package]]
18
18
  name = "arch-lint"
@@ -163,19 +163,16 @@ wheels = [
163
163
  ]
164
164
 
165
165
  [[package]]
166
- name = "fluidattacks-core"
167
- version = "11.1.0"
166
+ name = "fluidattacks-core-logging"
167
+ version = "12.0.0"
168
168
  source = { registry = "https://pypi.org/simple" }
169
+ dependencies = [
170
+ { name = "python-json-logger" },
171
+ { name = "simplejson" },
172
+ ]
173
+ sdist = { url = "https://files.pythonhosted.org/packages/8f/f8/44e7ea918f76785c80eab6ab7e27b49d35f2911b7946b1c49409ae8ce64f/fluidattacks_core_logging-12.0.0.tar.gz", hash = "sha256:ed0537a07bceda1e5c2344ce419b6c033834c30d845a32360d6da792251957ed", size = 56327, upload-time = "2026-08-19T20:48:14.339Z" }
169
174
  wheels = [
170
- { url = "https://files.pythonhosted.org/packages/fa/f8/2f786de06e8b690e47c1a3e071fd0c829a0c3c5462ea4356cba873d5c70c/fluidattacks_core-11.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4803215e92e745d8dab0ae04736875887989c96c7b9e28241664ad5497bf50d6", size = 6879592, upload-time = "2026-08-15T01:40:52.089Z" },
171
- { url = "https://files.pythonhosted.org/packages/94/c4/738ddaa110aa9531e0dfdba1b6e15dac02bce975b6045a42b510bef8d44e/fluidattacks_core-11.1.0-cp311-cp311-manylinux_2_39_aarch64.whl", hash = "sha256:7b243c350046dede861bfad508d8b77f2541d01ae8b22e7d9636d49e29dcd958", size = 7707166, upload-time = "2026-08-14T23:01:40.968Z" },
172
- { url = "https://files.pythonhosted.org/packages/53/b3/2f44df43e7ad1e9a026fc73b1fc9d7debb567a498b2e206b99679537d669/fluidattacks_core-11.1.0-cp311-cp311-manylinux_2_39_x86_64.whl", hash = "sha256:7854b17713d19d7c040bfb417eb296c6603406f6c859cdf05fe29d698750a9bb", size = 7753826, upload-time = "2026-08-14T23:01:44.305Z" },
173
- { url = "https://files.pythonhosted.org/packages/39/a1/c2ee57b7a83c0e86ee6b5d689167a5ee73ffa9b05c67db38b505bfa2c0c3/fluidattacks_core-11.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3badd4885abecd643baf825238e6f6b82fe2398f0a4e8804f37ae0b34fc4ce6a", size = 6872244, upload-time = "2026-08-15T01:40:44.871Z" },
174
- { url = "https://files.pythonhosted.org/packages/15/57/d549ccde69db6e8224879d0a00ed63d82730aa61b26be7ab16f37a918a1b/fluidattacks_core-11.1.0-cp312-cp312-manylinux_2_39_aarch64.whl", hash = "sha256:88fa53b4fd39f88c8b827fd7ad785e59e9a4bfbdaca1ab01ece0654dc021b4c8", size = 7704024, upload-time = "2026-08-14T23:01:46.132Z" },
175
- { url = "https://files.pythonhosted.org/packages/cd/99/0bdb17a8cea247220bf9e4b4af170e75924826ffebdd1e179b7ec3a6f801/fluidattacks_core-11.1.0-cp312-cp312-manylinux_2_39_x86_64.whl", hash = "sha256:7da16d8ae250737a7b98c98deadc505c112fd588ca82b7c6bfcbe9fedefe9a62", size = 7747039, upload-time = "2026-08-14T23:01:47.926Z" },
176
- { url = "https://files.pythonhosted.org/packages/e9/06/d083a678d7e0747815fae320dd848ce59d05e994d8b17b83dd7bc6e9c979/fluidattacks_core-11.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:7e49fc3eeb32a701ed5183bd8a4c264f41e0fdcc779449c361f9bcd59e910934", size = 6870692, upload-time = "2026-08-15T01:40:48.624Z" },
177
- { url = "https://files.pythonhosted.org/packages/7e/cb/be296c939c2476ea2163a668148946cd480124465a83a370916f175bff3c/fluidattacks_core-11.1.0-cp313-cp313-manylinux_2_39_aarch64.whl", hash = "sha256:101fdd324850ae9dea1608cd72215bb47a3208f87aaa7d4b7bd8ed29cd7774d0", size = 7702958, upload-time = "2026-08-14T23:01:42.658Z" },
178
- { url = "https://files.pythonhosted.org/packages/95/9e/5360bded44bdfa601a8ef27fe60432abb4aab0230f4dfd7d1a0a9f78a4f6/fluidattacks_core-11.1.0-cp313-cp313-manylinux_2_39_x86_64.whl", hash = "sha256:6246a72d57813caabfc924eb946f5cbc0196606dc5013e65a75b796aa28c2d88", size = 7746536, upload-time = "2026-08-14T23:01:49.555Z" },
175
+ { url = "https://files.pythonhosted.org/packages/f6/8f/703f5c5aaaa1c280f4f3e6710c78512f0a3c0ba087eb46c82b7f8450d536/fluidattacks_core_logging-12.0.0-py3-none-any.whl", hash = "sha256:dcd96f88cee041564b209f8c34efc6b7d923f7d6edcd83e00da53f096eff46de", size = 9831, upload-time = "2026-08-19T20:48:13.456Z" },
179
176
  ]
180
177
 
181
178
  [[package]]
@@ -183,7 +180,7 @@ name = "fluidattacks-utils-logger"
183
180
  source = { editable = "." }
184
181
  dependencies = [
185
182
  { name = "fa-purity" },
186
- { name = "fluidattacks-core" },
183
+ { name = "fluidattacks-core-logging" },
187
184
  { name = "python-json-logger" },
188
185
  ]
189
186
 
@@ -200,7 +197,7 @@ dev = [
200
197
  [package.metadata]
201
198
  requires-dist = [
202
199
  { name = "fa-purity", specifier = ">=2.5.2,<3.0.0" },
203
- { name = "fluidattacks-core", specifier = ">=11.0.0,<12.0.0" },
200
+ { name = "fluidattacks-core-logging", specifier = ">=12.0.0,<13.0.0" },
204
201
  { name = "python-json-logger", specifier = ">=3.3.0,<5.0.0" },
205
202
  ]
206
203