apache-airflow-providers-mysql 6.3.0rc1__py3-none-any.whl → 6.3.1rc1__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.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "6.3.0"
32
+ __version__ = "6.3.1"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-mysql
3
- Version: 6.3.0rc1
3
+ Version: 6.3.1rc1
4
4
  Summary: Provider package apache-airflow-providers-mysql for Apache Airflow
5
5
  Keywords: airflow-provider,mysql,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -22,10 +22,8 @@ Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=2.10.0rc1
24
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc1
25
- Requires-Dist: mysqlclient>=2.1.0; sys_platform != "darwin" and python_version<"3.12"
26
- Requires-Dist: mysqlclient>=2.2.1; sys_platform != "darwin" and python_version>="3.12"
27
- Requires-Dist: mysql-connector-python>=8.0.29; python_version<"3.12"
28
- Requires-Dist: mysql-connector-python>=8.2.0; python_version>="3.12"
25
+ Requires-Dist: mysqlclient>=2.2.5; sys_platform != "darwin"
26
+ Requires-Dist: mysql-connector-python>=9.0.0
29
27
  Requires-Dist: aiomysql>=0.2.0
30
28
  Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
31
29
  Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
@@ -33,8 +31,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
33
31
  Requires-Dist: apache-airflow-providers-trino ; extra == "trino"
34
32
  Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
35
33
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
36
- Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.0/changelog.html
37
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.0
34
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.1/changelog.html
35
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-mysql/6.3.1
38
36
  Project-URL: Mastodon, https://fosstodon.org/@airflow
39
37
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
40
38
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -71,7 +69,7 @@ Provides-Extra: vertica
71
69
 
72
70
  Package ``apache-airflow-providers-mysql``
73
71
 
74
- Release: ``6.3.0``
72
+ Release: ``6.3.1``
75
73
 
76
74
 
77
75
  `MySQL <https://www.mysql.com/>`__
@@ -84,7 +82,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider
84
82
  are in ``airflow.providers.mysql`` python package.
85
83
 
86
84
  You can find package information and changelog for the provider
87
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/>`_.
85
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.1/>`_.
88
86
 
89
87
  Installation
90
88
  ------------
@@ -98,17 +96,15 @@ The package supports the following python versions: 3.9,3.10,3.11,3.12
98
96
  Requirements
99
97
  ------------
100
98
 
101
- ======================================= ==================================================================
99
+ ======================================= =====================================
102
100
  PIP package Version required
103
- ======================================= ==================================================================
101
+ ======================================= =====================================
104
102
  ``apache-airflow`` ``>=2.10.0``
105
103
  ``apache-airflow-providers-common-sql`` ``>=1.20.0``
106
- ``mysqlclient`` ``>=2.1.0; sys_platform != "darwin" and python_version < "3.12"``
107
- ``mysqlclient`` ``>=2.2.1; sys_platform != "darwin" and python_version >= "3.12"``
108
- ``mysql-connector-python`` ``>=8.0.29; python_version < "3.12"``
109
- ``mysql-connector-python`` ``>=8.2.0; python_version >= "3.12"``
104
+ ``mysqlclient`` ``>=2.2.5; sys_platform != "darwin"``
105
+ ``mysql-connector-python`` ``>=9.0.0``
110
106
  ``aiomysql`` ``>=0.2.0``
111
- ======================================= ==================================================================
107
+ ======================================= =====================================
112
108
 
113
109
  Cross provider package dependencies
114
110
  -----------------------------------
@@ -135,5 +131,5 @@ Dependent package
135
131
  ============================================================================================================== ===============
136
132
 
137
133
  The changelog for the provider package can be found in the
138
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.0/changelog.html>`_.
134
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.3.1/changelog.html>`_.
139
135
 
@@ -1,5 +1,5 @@
1
1
  airflow/providers/mysql/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/mysql/__init__.py,sha256=t3EPKUVVGkMGpTrmCwmZQWJIeHZx8v1oUKZugu3hRmE,1494
2
+ airflow/providers/mysql/__init__.py,sha256=LcT9KfNPMCkh6CwXl5f0MImSzbNHTEBGFqQSjiDgnmg,1494
3
3
  airflow/providers/mysql/get_provider_info.py,sha256=LNQZ8O48srWzGjS8mzLeAsa-VFGFY6ypkHK1jjr6umc,3064
4
4
  airflow/providers/mysql/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
5
  airflow/providers/mysql/assets/mysql.py,sha256=ORHZmCa1AZAWwpF7GKH-8faqOKSohJvKtqRgfDnQRRc,1385
@@ -10,7 +10,7 @@ airflow/providers/mysql/transfers/presto_to_mysql.py,sha256=XqevcxJ8i_ABZlO_mFBt
10
10
  airflow/providers/mysql/transfers/s3_to_mysql.py,sha256=ZKsm8OmbOBl7q-w2RSwSP3UMmOpvKlAVl0RW0qtDzjM,4065
11
11
  airflow/providers/mysql/transfers/trino_to_mysql.py,sha256=_ECbGmZbrjITzhWPZAGD7S5oa0IxujNu23hCKJ6mLyo,3440
12
12
  airflow/providers/mysql/transfers/vertica_to_mysql.py,sha256=CNk0e99Fc4amhZO31WrBCXVgzAl15HgbpV6O2y6JMFI,6950
13
- apache_airflow_providers_mysql-6.3.0rc1.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
14
- apache_airflow_providers_mysql-6.3.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
15
- apache_airflow_providers_mysql-6.3.0rc1.dist-info/METADATA,sha256=HQNGztcuNpGxI_saAaE-pKbBlyg8qVY0BcUaXXFHeuY,7073
16
- apache_airflow_providers_mysql-6.3.0rc1.dist-info/RECORD,,
13
+ apache_airflow_providers_mysql-6.3.1rc1.dist-info/entry_points.txt,sha256=kIbWluJZ1LX9jo9pLkqbnu6DUgYpoGKXzmSvjT5czKM,101
14
+ apache_airflow_providers_mysql-6.3.1rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
15
+ apache_airflow_providers_mysql-6.3.1rc1.dist-info/METADATA,sha256=nkUoyekpMjFevqHT2nzUuYYAaIlCGYi7xL8aTzAWzeQ,6539
16
+ apache_airflow_providers_mysql-6.3.1rc1.dist-info/RECORD,,