apache-airflow-providers-exasol 4.5.1rc1__py3-none-any.whl → 4.5.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.
@@ -215,7 +215,7 @@ Third party Apache 2.0 licenses
215
215
 
216
216
  The following components are provided under the Apache 2.0 License.
217
217
  See project link for details. The text of each license is also included
218
- at licenses/LICENSE-[project].txt.
218
+ at 3rd-party-licenses/LICENSE-[project].txt.
219
219
 
220
220
  (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
221
  (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
@@ -227,7 +227,7 @@ MIT licenses
227
227
  ========================================================================
228
228
 
229
229
  The following components are provided under the MIT License. See project link for details.
230
- The text of each license is also included at licenses/LICENSE-[project].txt.
230
+ The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
231
231
 
232
232
  (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
233
  (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
@@ -243,11 +243,11 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
243
243
  BSD 3-Clause licenses
244
244
  ========================================================================
245
245
  The following components are provided under the BSD 3-Clause license. See project links for details.
246
- The text of each license is also included at licenses/LICENSE-[project].txt.
246
+ The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
247
247
 
248
248
  (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
249
  (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
250
  (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
251
 
252
252
  ========================================================================
253
- See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
253
+ See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.5.1"
32
+ __version__ = "4.5.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.7.0"
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "Exasol",
29
29
  "description": "`Exasol <https://www.exasol.com/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1716287728,
31
+ "source-date-epoch": 1718604316,
32
32
  "versions": [
33
+ "4.5.2",
33
34
  "4.5.1",
34
35
  "4.5.0",
35
36
  "4.4.3",
@@ -65,7 +66,8 @@ def get_provider_info():
65
66
  "apache-airflow>=2.7.0",
66
67
  "apache-airflow-providers-common-sql>=1.10.0",
67
68
  "pyexasol>=0.5.1",
68
- "pandas>=1.2.5,<2.2",
69
+ 'pandas>=2.1.2,<2.2;python_version>="3.9"',
70
+ 'pandas>=1.5.3,<2.2;python_version<"3.9"',
69
71
  ],
70
72
  "integrations": [
71
73
  {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.5.1rc1
3
+ Version: 4.5.2
4
4
  Summary: Provider package apache-airflow-providers-exasol for Apache Airflow
5
5
  Keywords: airflow-provider,exasol,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -21,14 +21,15 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.10.0rc0
25
- Requires-Dist: apache-airflow>=2.7.0rc0
26
- Requires-Dist: pandas>=1.2.5,<2.2
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.10.0
25
+ Requires-Dist: apache-airflow>=2.7.0
26
+ Requires-Dist: pandas>=1.5.3,<2.2;python_version<"3.9"
27
+ Requires-Dist: pandas>=2.1.2,<2.2;python_version>="3.9"
27
28
  Requires-Dist: pyexasol>=0.5.1
28
29
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
29
30
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
30
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1
31
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.2/changelog.html
32
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.2
32
33
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
33
34
  Project-URL: Source Code, https://github.com/apache/airflow
34
35
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -79,7 +80,7 @@ Provides-Extra: common.sql
79
80
 
80
81
  Package ``apache-airflow-providers-exasol``
81
82
 
82
- Release: ``4.5.1.rc1``
83
+ Release: ``4.5.2``
83
84
 
84
85
 
85
86
  `Exasol <https://www.exasol.com/>`__
@@ -92,7 +93,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
92
93
  are in ``airflow.providers.exasol`` python package.
93
94
 
94
95
  You can find package information and changelog for the provider
95
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/>`_.
96
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.2/>`_.
96
97
 
97
98
  Installation
98
99
  ------------
@@ -106,14 +107,15 @@ The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
106
107
  Requirements
107
108
  ------------
108
109
 
109
- ======================================= ==================
110
+ ======================================= =========================================
110
111
  PIP package Version required
111
- ======================================= ==================
112
+ ======================================= =========================================
112
113
  ``apache-airflow`` ``>=2.7.0``
113
114
  ``apache-airflow-providers-common-sql`` ``>=1.10.0``
114
115
  ``pyexasol`` ``>=0.5.1``
115
- ``pandas`` ``>=1.2.5,<2.2``
116
- ======================================= ==================
116
+ ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
117
+ ``pandas`` ``>=1.5.3,<2.2; python_version < "3.9"``
118
+ ======================================= =========================================
117
119
 
118
120
  Cross provider package dependencies
119
121
  -----------------------------------
@@ -135,4 +137,4 @@ Dependent package
135
137
  ============================================================================================================ ==============
136
138
 
137
139
  The changelog for the provider package can be found in the
138
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/changelog.html>`_.
140
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.2/changelog.html>`_.
@@ -0,0 +1,11 @@
1
+ airflow/providers/exasol/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
+ airflow/providers/exasol/__init__.py,sha256=K3OoDXbhA9IddbKTkwE7EqTI5vPL8xLWnuWwPHmTXCo,1493
3
+ airflow/providers/exasol/get_provider_info.py,sha256=H7waWGBh3ZsUdckSNEiZzqCxWsVHet6wcGhdBpfIrfI,3034
4
+ airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/exasol/hooks/exasol.py,sha256=pf06HbDbilo0Yll8r4367B0hxAmedHC0X4ZDa19EKaE,11885
6
+ airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/exasol/operators/exasol.py,sha256=zXfWorHjY804i0vWTZP-01t0QLdE3rrn1WVLDxD2mro,2447
8
+ apache_airflow_providers_exasol-4.5.2.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
+ apache_airflow_providers_exasol-4.5.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ apache_airflow_providers_exasol-4.5.2.dist-info/METADATA,sha256=sVjEFCDew0jerNN2k8VUi4VNQg_OJHvENdQJ8NBL3Ok,6451
11
+ apache_airflow_providers_exasol-4.5.2.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- airflow/providers/exasol/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/exasol/__init__.py,sha256=mc6af0TY_mSeAXUcRI7y7UFu_74MpOhMNRqbmE908_Q,1493
3
- airflow/providers/exasol/get_provider_info.py,sha256=2Sc_KvtZp_l-Oixe22HlnkBGSEp_zde2gvk27B_XxIA,2936
4
- airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/exasol/hooks/exasol.py,sha256=pf06HbDbilo0Yll8r4367B0hxAmedHC0X4ZDa19EKaE,11885
6
- airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/exasol/operators/exasol.py,sha256=zXfWorHjY804i0vWTZP-01t0QLdE3rrn1WVLDxD2mro,2447
8
- apache_airflow_providers_exasol-4.5.1rc1.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
- apache_airflow_providers_exasol-4.5.1rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- apache_airflow_providers_exasol-4.5.1rc1.dist-info/METADATA,sha256=DwnUJPs96_1unb_9wFaEexzbMY0h2qUuStOcQQLt7TY,6211
11
- apache_airflow_providers_exasol-4.5.1rc1.dist-info/RECORD,,