pylookyloo 1.33.0__tar.gz → 1.34.0__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 pylookyloo might be problematic. Click here for more details.

@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pylookyloo
3
- Version: 1.33.0
3
+ Version: 1.34.0
4
4
  Summary: Python CLI and module for Lookyloo
5
5
  License-Expression: GPL-2.0-or-later
6
6
  License-File: LICENSE
7
7
  Author: Raphaël Vinot
8
8
  Author-email: raphael.vinot@circl.lu
9
- Requires-Python: >=3.9
9
+ Requires-Python: >=3.10
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
12
12
  Classifier: Intended Audience :: Information Technology
@@ -14,7 +14,6 @@ Classifier: Intended Audience :: Science/Research
14
14
  Classifier: Intended Audience :: Telecommunications Industry
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
@@ -25,7 +24,7 @@ Classifier: Topic :: Security
25
24
  Provides-Extra: docs
26
25
  Provides-Extra: examples
27
26
  Requires-Dist: Sphinx (>=8.2.3) ; (python_version >= "3.11") and (extra == "docs")
28
- Requires-Dist: pylacus (>=1.18.0) ; extra == "examples"
27
+ Requires-Dist: pylacus (>=1.19.0) ; extra == "examples"
29
28
  Requires-Dist: requests (>=2.32.5)
30
29
  Project-URL: Documentation, https://pylookyloo.readthedocs.io/en/latest/
31
30
  Project-URL: Repository, https://github.com/lookyloo/PyLookyloo
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "pylookyloo"
3
- version = "1.33.0"
3
+ version = "1.34.0"
4
4
  description = "Python CLI and module for Lookyloo"
5
5
  authors = [
6
6
  {name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
7
7
  ]
8
8
  license = "GPL-2.0-or-later"
9
9
  readme = "README.md"
10
- requires-python = ">=3.9"
10
+ requires-python = ">=3.10"
11
11
 
12
12
  dynamic = [ "classifiers" ]
13
13
 
@@ -37,7 +37,7 @@ lookyloo = 'pylookyloo:main'
37
37
 
38
38
  [project.optional-dependencies]
39
39
  docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""]
40
- examples = ["pylacus (>=1.18.0)"]
40
+ examples = ["pylacus (>=1.19.0)"]
41
41
 
42
42
  [tool.poetry.group.dev.dependencies]
43
43
  mypy = "^1.18.2"
File without changes
File without changes