lacuscore 1.12.10__py3-none-any.whl → 1.13.0__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 CHANGED
@@ -12,7 +12,6 @@ import re
12
12
  import sys
13
13
  import time
14
14
  import unicodedata
15
- import zlib
16
15
 
17
16
  from asyncio import Task
18
17
  from base64 import b64decode, b64encode
@@ -702,12 +701,6 @@ class LacusCore():
702
701
  if root_key is None:
703
702
  root_key = f'lacus:capture_results_hash:{capture_uuid}'
704
703
 
705
- if not self.redis.exists(root_key):
706
- if old_response := self.redis.get(f'lacus:capture_results:{capture_uuid}'):
707
- # TODO: remove in 1.8.* - old format used last in 1.6, and kept no more than 10H in redis
708
- return pickle.loads(zlib.decompress(old_response))
709
- return None
710
-
711
704
  # New format and capture done
712
705
 
713
706
  to_return: CaptureResponse = {}
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lacuscore
3
- Version: 1.12.10
3
+ Version: 1.13.0
4
4
  Summary: Core of Lacus, usable as a module
5
5
  License: BSD-3-Clause
6
6
  Author: Raphaël Vinot
7
7
  Author-email: raphael.vinot@circl.lu
8
- Requires-Python: >=3.9,<4.0
8
+ Requires-Python: >=3.9.2,<4.0
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Environment :: Console
11
11
  Classifier: Intended Audience :: Information Technology
@@ -14,7 +14,6 @@ Classifier: Intended Audience :: Telecommunications Industry
14
14
  Classifier: License :: OSI Approved :: BSD License
15
15
  Classifier: Operating System :: POSIX :: Linux
16
16
  Classifier: Programming Language :: Python :: 3
17
- Classifier: Programming Language :: Python :: 3.9
18
17
  Classifier: Programming Language :: Python :: 3.10
19
18
  Classifier: Programming Language :: Python :: 3.11
20
19
  Classifier: Programming Language :: Python :: 3.12
@@ -27,7 +26,7 @@ Requires-Dist: async-timeout (>=5.0.1) ; python_version < "3.11"
27
26
  Requires-Dist: defang (>=0.5.3)
28
27
  Requires-Dist: dnspython (>=2.7.0)
29
28
  Requires-Dist: eval-type-backport (>=0.2.2) ; python_version < "3.10"
30
- Requires-Dist: playwrightcapture[recaptcha] (>=1.27.8)
29
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.28.0)
31
30
  Requires-Dist: pydantic (>=2.10.6)
32
31
  Requires-Dist: redis[hiredis] (>=5.2.1)
33
32
  Requires-Dist: requests (>=2.32.3)
@@ -1,10 +1,10 @@
1
1
  lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
2
2
  lacuscore/helpers.py,sha256=GKgy8-kvGJLrOv431AtQRTtMSJ5GNtnwsj-K6WqF0EA,10993
3
3
  lacuscore/lacus_monitoring.py,sha256=r6IaYuh6sMq43eOWdZx0fU8p4PWVZlqSD6nr6yOaTUU,2713
4
- lacuscore/lacuscore.py,sha256=S-qxQJR4WmJHDSAay9tBCWHz2f4uM6z1Elmox7hln54,42049
4
+ lacuscore/lacuscore.py,sha256=4yUGTdURX61Os3pvpSqtXP6u9FEhcIb4utaiSUMGIpo,41687
5
5
  lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  lacuscore/task_logger.py,sha256=2wDotU6r6vn-aKO8nZNdxSuisSj11LlcxuvW60qPL0Y,1909
7
- lacuscore-1.12.10.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
- lacuscore-1.12.10.dist-info/METADATA,sha256=Z2TqBsZDn5K0omvbs0Gv_4TvZBkEAH1RxVO7XfXznl4,2619
9
- lacuscore-1.12.10.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
10
- lacuscore-1.12.10.dist-info/RECORD,,
7
+ lacuscore-1.13.0.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
+ lacuscore-1.13.0.dist-info/METADATA,sha256=6X46qhNEVj4QflVHAjAp2U6AI97JdDIOuwaPISTtQfg,2570
9
+ lacuscore-1.13.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
10
+ lacuscore-1.13.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any