pytest-exasol-extension 0.2.5__py3-none-any.whl → 1.0.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.
@@ -2,11 +2,13 @@ from __future__ import annotations
2
2
 
3
3
  import random
4
4
  import string
5
- from typing import (
6
- Any,
5
+ from collections.abc import (
7
6
  Callable,
8
7
  Iterable,
9
8
  )
9
+ from typing import (
10
+ Any,
11
+ )
10
12
  from urllib.parse import urlparse
11
13
 
12
14
  import pyexasol
@@ -1,15 +1,15 @@
1
1
  """
2
2
  ATTENTION:
3
3
  This file is generated by exasol/toolbox/nox/_package_version.py when using:
4
- * either "poetry run -- nox -s project:fix"
4
+ * either "poetry run -- nox -s format:fix"
5
5
  * or "poetry run -- nox -s version:check -- --fix"
6
6
  Do not edit this file manually!
7
7
  If you need to change the version, do so in the pyproject.toml, e.g. by using
8
8
  `poetry version X.Y.Z`.
9
9
  """
10
10
 
11
- MAJOR = 0
12
- MINOR = 2
13
- PATCH = 5
11
+ MAJOR = 1
12
+ MINOR = 0
13
+ PATCH = 0
14
14
  VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
15
15
  __version__ = VERSION
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: pytest-exasol-extension
3
- Version: 0.2.5
3
+ Version: 1.0.0
4
4
  Summary:
5
5
  Author: Mikhail Beck
6
6
  Author-email: mikhail.beck@exasol.com
@@ -10,9 +10,9 @@ Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
- Requires-Dist: exasol-python-extension-common (>=0.10.0,<1)
13
+ Requires-Dist: exasol-python-extension-common (>=0.12.1,<1)
14
14
  Requires-Dist: exasol-saas-api (>=2.3,<3)
15
- Requires-Dist: pyexasol (>1,<2)
15
+ Requires-Dist: pyexasol (>=1.0.0,<3)
16
16
  Requires-Dist: pytest (>=7,<9)
17
17
  Requires-Dist: pytest-exasol-backend (>=1.1,<2)
18
18
  Description-Content-Type: text/markdown
@@ -0,0 +1,7 @@
1
+ exasol/pytest_extension/__init__.py,sha256=OkP9-USG2F7VCgaD7ijwP0hRcp3WS2b9kpVSCqgJd5w,7345
2
+ exasol/pytest_extension/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ exasol/pytest_extension/version.py,sha256=jMC5JXALLVxFdDzGL8yVivJ-uR0-W-hNZUa7ZSZ5Mgc,434
4
+ pytest_exasol_extension-1.0.0.dist-info/METADATA,sha256=tD2gTlwu1_norl3yr3bzDrWyxDUC__F9oqbdPGcokdE,3953
5
+ pytest_exasol_extension-1.0.0.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
6
+ pytest_exasol_extension-1.0.0.dist-info/entry_points.txt,sha256=7OAFswb2haZ4in-vuf3tRBHb0GAZSZZ2BJn-DStsfys,40
7
+ pytest_exasol_extension-1.0.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.3.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,7 +0,0 @@
1
- exasol/pytest_extension/__init__.py,sha256=WyfmJ5yNELy6OYqvpndCqatVw1RMSLLOcnPYcHx5oKM,7313
2
- exasol/pytest_extension/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- exasol/pytest_extension/version.py,sha256=Hs4xKCAOrRTZd0yeYB1GoQEqeHxSSMrn_FOmFvWKhg0,435
4
- pytest_exasol_extension-0.2.5.dist-info/METADATA,sha256=ARgrbeRmT2TtXMg2RLV-2DdnBQWzKmexkQWX3DSaC30,3948
5
- pytest_exasol_extension-0.2.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
6
- pytest_exasol_extension-0.2.5.dist-info/entry_points.txt,sha256=7OAFswb2haZ4in-vuf3tRBHb0GAZSZZ2BJn-DStsfys,40
7
- pytest_exasol_extension-0.2.5.dist-info/RECORD,,