lacuscore 1.9.0__py3-none-any.whl → 1.9.2__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.
- lacuscore/lacuscore.py +2 -1
- {lacuscore-1.9.0.dist-info → lacuscore-1.9.2.dist-info}/METADATA +2 -2
- lacuscore-1.9.2.dist-info/RECORD +8 -0
- lacuscore-1.9.0.dist-info/RECORD +0 -8
- {lacuscore-1.9.0.dist-info → lacuscore-1.9.2.dist-info}/LICENSE +0 -0
- {lacuscore-1.9.0.dist-info → lacuscore-1.9.2.dist-info}/WHEEL +0 -0
lacuscore/lacuscore.py
CHANGED
@@ -616,7 +616,8 @@ class LacusCore():
|
|
616
616
|
device_name=to_capture.get('device_name'),
|
617
617
|
proxy=proxy,
|
618
618
|
general_timeout_in_sec=general_timeout,
|
619
|
-
loglevel=self.master_logger.getEffectiveLevel()
|
619
|
+
loglevel=self.master_logger.getEffectiveLevel(),
|
620
|
+
uuid=uuid) as capture:
|
620
621
|
# required by Mypy: https://github.com/python/mypy/issues/3004
|
621
622
|
capture.headers = to_capture.get('headers') # type: ignore[assignment]
|
622
623
|
capture.cookies = to_capture.get('cookies') # type: ignore[assignment]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lacuscore
|
3
|
-
Version: 1.9.
|
3
|
+
Version: 1.9.2
|
4
4
|
Summary: Core of Lacus, usable as a module
|
5
5
|
Home-page: https://github.com/ail-project/LacusCore
|
6
6
|
License: BSD-3-Clause
|
@@ -28,7 +28,7 @@ Requires-Dist: Sphinx (>=7.2,<8.0) ; (python_version >= "3.9") and (extra == "do
|
|
28
28
|
Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
|
29
29
|
Requires-Dist: defang (>=0.5.3,<0.6.0)
|
30
30
|
Requires-Dist: dnspython (>=2.6.1,<3.0.0)
|
31
|
-
Requires-Dist: playwrightcapture[recaptcha] (>=1.24.
|
31
|
+
Requires-Dist: playwrightcapture[recaptcha] (>=1.24.5,<2.0.0)
|
32
32
|
Requires-Dist: redis[hiredis] (>=5.0.3,<6.0.0)
|
33
33
|
Requires-Dist: requests (>=2.31.0,<3.0.0)
|
34
34
|
Requires-Dist: ua-parser (>=0.18.0,<0.19.0)
|
@@ -0,0 +1,8 @@
|
|
1
|
+
lacuscore/__init__.py,sha256=10JsUmjLD9xQIsjTDYT5nGowsJVe9C-FHNkaUFuAUtU,321
|
2
|
+
lacuscore/lacus_monitoring.py,sha256=UOfE_1-_rhVeKJXQ_m9XxYkr7VwyQnA6iK-x_tcXJfo,2775
|
3
|
+
lacuscore/lacuscore.py,sha256=2af-b9vy54FSlcY_YbfVcxsnU1AaeOjGi4UBaeumizs,44432
|
4
|
+
lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
lacuscore-1.9.2.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
|
6
|
+
lacuscore-1.9.2.dist-info/METADATA,sha256=3wrhwQf3_NnZ7FEZZjluPoUaK8d0FEzktfgzgpXi6-0,2628
|
7
|
+
lacuscore-1.9.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
8
|
+
lacuscore-1.9.2.dist-info/RECORD,,
|
lacuscore-1.9.0.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
lacuscore/__init__.py,sha256=10JsUmjLD9xQIsjTDYT5nGowsJVe9C-FHNkaUFuAUtU,321
|
2
|
-
lacuscore/lacus_monitoring.py,sha256=UOfE_1-_rhVeKJXQ_m9XxYkr7VwyQnA6iK-x_tcXJfo,2775
|
3
|
-
lacuscore/lacuscore.py,sha256=UhcFsqQ00U5lv35Y2ctLE5ybryRuru3QJjlzLKSal9w,44397
|
4
|
-
lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
lacuscore-1.9.0.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
|
6
|
-
lacuscore-1.9.0.dist-info/METADATA,sha256=SHOpneBAkbhPpDqvqfeqFylCaJlR1wQjLgD5QI1g4uo,2628
|
7
|
-
lacuscore-1.9.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
8
|
-
lacuscore-1.9.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|