pytest-exasol-extension 0.2.3__py3-none-any.whl → 0.2.4__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.
@@ -1,11 +1,15 @@
1
- # ATTENTION:
2
- # This file is generated by exasol/toolbox/nox/_package_version.py when using:
3
- # * either "poetry run -- nox -s project:fix"
4
- # * or "poetry run -- nox version:check -- --fix"
5
- # Do not edit this file manually!
6
- # If you need to change the version, do so in the pyproject.toml, e.g. by using `poetry version X.Y.Z`.
1
+ """
2
+ ATTENTION:
3
+ This file is generated by exasol/toolbox/nox/_package_version.py when using:
4
+ * either "poetry run -- nox -s project:fix"
5
+ * or "poetry run -- nox -s version:check -- --fix"
6
+ Do not edit this file manually!
7
+ If you need to change the version, do so in the pyproject.toml, e.g. by using
8
+ `poetry version X.Y.Z`.
9
+ """
10
+
7
11
  MAJOR = 0
8
12
  MINOR = 2
9
- PATCH = 3
13
+ PATCH = 4
10
14
  VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
11
15
  __version__ = VERSION
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-exasol-extension
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary:
5
5
  Author: Mikhail Beck
6
6
  Author-email: mikhail.beck@exasol.com
@@ -11,9 +11,10 @@ Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
13
  Requires-Dist: exasol-python-extension-common (>=0.10.0,<1)
14
- Requires-Dist: pyexasol (>=0.26.0,<1)
14
+ Requires-Dist: exasol-saas-api (>=2.3,<3)
15
+ Requires-Dist: pyexasol (>1,<2)
15
16
  Requires-Dist: pytest (>=7,<9)
16
- Requires-Dist: pytest-exasol-backend (>=0.4.0)
17
+ Requires-Dist: pytest-exasol-backend (>=1.1,<2)
17
18
  Description-Content-Type: text/markdown
18
19
 
19
20
  # pytest-exasol-extension Plugin
@@ -0,0 +1,7 @@
1
+ exasol/pytest_extension/__init__.py,sha256=KBGNn4wMFkKLEavlbwn5pvEvayXXebYej7p__2HNfsY,6873
2
+ exasol/pytest_extension/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ exasol/pytest_extension/version.py,sha256=LTuPD1Mmxy1PsR2yG-_flrS3fsvgvdmfL6cwZ9GmhUE,435
4
+ pytest_exasol_extension-0.2.4.dist-info/METADATA,sha256=FHe1givSnsjoI6dEnl1W992Ju3LHWRMW9ac31LGwofU,3947
5
+ pytest_exasol_extension-0.2.4.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
6
+ pytest_exasol_extension-0.2.4.dist-info/entry_points.txt,sha256=7OAFswb2haZ4in-vuf3tRBHb0GAZSZZ2BJn-DStsfys,40
7
+ pytest_exasol_extension-0.2.4.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- exasol/pytest_extension/__init__.py,sha256=KBGNn4wMFkKLEavlbwn5pvEvayXXebYej7p__2HNfsY,6873
2
- exasol/pytest_extension/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- exasol/pytest_extension/version.py,sha256=bbcvixK4pr3Vhy_ovR4VEjg8AuN6H5yhFYkxFID54sQ,419
4
- pytest_exasol_extension-0.2.3.dist-info/METADATA,sha256=fOfOKSyqQqBhNsiLxyDWlYYUtDKeBCTFiZR-zsz_zh8,3910
5
- pytest_exasol_extension-0.2.3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
6
- pytest_exasol_extension-0.2.3.dist-info/entry_points.txt,sha256=7OAFswb2haZ4in-vuf3tRBHb0GAZSZZ2BJn-DStsfys,40
7
- pytest_exasol_extension-0.2.3.dist-info/RECORD,,